spconv-plus
spconv-plus copied to clipboard
ValueError: /io/include/tensorview/tensor.h(171) don't compiled with cuda
Dear authors, I install spconv-plus and run the script examples.py, but there are something wrong. here is my package info: cuda=11.3 torch=1.10.0 torch.version.cuda=11.3
python examples.py
[Exception|indice_conv]feat=torch.Size([240000, 32]),w=torch.Size([3, 3, 3, 32, 32]),pair=torch.Size([2, 27, 240000]),pairnum=tensor([ 5527, 6017, 5605, 5576, 6206, 5602, 5575, 6049, 5587,
5673, 5994, 5628, 5615, 120000, 5518, 5550, 6006, 5685,
5542, 5851, 5650, 5649, 6037, 5648, 5643, 5995, 5489],
device='cuda:0', dtype=torch.int32),act=240000,algo=ConvAlgo.Native
SPCONV_DEBUG_SAVE_PATH not found, you can specify SPCONV_DEBUG_SAVE_PATH as debug data save path to save debug data which can be attached in a issue.
Traceback (most recent call last):
File "examples.py", line 313, in
Have you solved this issue?I have the same issue and our package are the same. Thx!
You have to specify your Cuda version before compiling cumm and spconv-plus.
export CUMM_CUDA_VERSION="your cuda version"
export CUMM_DISABLE_JIT="1"
export SPCONV_DISABLE_JIT="1"
Now you can rebuild and install cumm and spconv-plus from source. It should work fine.