-
Notifications
You must be signed in to change notification settings - Fork 744
Open
Description
Environment
Hardware Environment(Ascend
/GPU
/CPU
):
Uncomment only one
/device <>
line, hit enter to put that in a new line, and remove leading whitespaces from that line:
gpu
/device ascend
/device gpu
/device cpu
Software Environment:
- MindSpore version (source or binary):2.2.10
- Python version (e.g., Python 3.7.5):3.9
- OS platform and distribution (e.g., Linux Ubuntu 16.04):Linux
- GCC/Compiler version (if compiled from source): 9.2.0
Describe the current behavior
Traceback (most recent call last):
File "", line 1, in
File "/opt/conda/envs/cfm/lib/python3.9/site-packages/mindspore/common/stub_tensor.py", line 49, in fun
return method(*arg, **kwargs)
File "/opt/conda/envs/cfm/lib/python3.9/site-packages/mindspore/common/tensor.py", line 493, in str
return str(self.asnumpy())
File "/opt/conda/envs/cfm/lib/python3.9/site-packages/mindspore/common/tensor.py", line 964, in asnumpy
return Tensor.asnumpy(self)
RuntimeError:
- cusolver Error:
Failed to create cusolver dn handle. | Error Number: 7
- C++ Call Stack: (For framework developers)
mindspore/ccsrc/plugin/device/gpu/hal/device/gpu_device_manager.cc:45 InitDevice
Describe the expected behavior
Steps to reproduce the issue
Related log / screenshot
Special notes for this issue
Metadata
Metadata
Assignees
Labels
No labels