NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

RuntimeError: invalid argument at /tmp/pip-req-build-1infa3nd/src/spmm.cu:590 #421

Closed weiguangzhao closed 2 years ago

weiguangzhao commented 2 years ago

Describe the bug

x= ME.TensorField(..................) x.sparse() then this error appear: RuntimeError: invalid argument at /tmp/pip-req-build-1infa3nd/src/spmm.cu:590


Desktop (please complete the following information):

weiguangzhao commented 2 years ago

I have solved it. For this env, c++-9 is a must instead of c++7.4