Lidar_AI_Solution icon indicating copy to clipboard operation
Lidar_AI_Solution copied to clipboard

no kernel image is available for execution on the device (libspconv.so (aarch64_cuda12.8))

Open 123former opened this issue 7 months ago • 4 comments

Thank you for releasing libspconv.so (aarch64_cuda12.8). An error occurred when executing "bash tool/run.sh". Image

[rulebook.cu:273] (Error) CUDA Runtime error spconv::setup_hash_and_route<<<(num_input + 1023) / 1024, 1024, 0, stream>>>( hash_.get(), route_mask_.ptr(), route_.ptr(), indices, num_input, prob->kv) # no kernel image is available for execution on the device, code = cudaErrorNoKernelImageForDevice [ 209 ] in file src/spconv/rulebook.cu:273 tool/run.sh: line 44: 5816 Aborted (core dumped) ./build/bevfusion $DEBUG_DATA $DEBUG_MODEL $DEBUG_PRECISION

123former avatar May 14 '25 08:05 123former

Image

123former avatar May 14 '25 08:05 123former

I have uploaded the libspconv that supports SM87. Please give the new one a try. Thank you!

hopef avatar May 18 '25 09:05 hopef

I have uploaded the libspconv that supports SM87. Please give the new one a try. Thank you!

Hi, thank you for providing the new libspconv with SM87 support!

I would like to ask:
Is this spconv library built from the source code of https://github.com/traveller59/spconv?
If I want to compile a version of the library that supports SM_10x, which tag or version of spconv should I use to replace the library under lidarbries/3DSparseConvolution/libspconv?
Thank you very much for your help!

LexcaliburR avatar Jun 21 '25 06:06 LexcaliburR

@hopef hi, I compiled and ran bevfusion on the latest libspconv ,can get detection results, but there are errors in the run log.

Image Image Image

hawl666 avatar Aug 20 '25 03:08 hawl666

I have uploaded the libspconv that supports SM87. Please give the new one a try. Thank you!

I couldn't find a suitable libspconv for sm_87, and it still reports an error when I run it.#350

zjh1378805302 avatar Nov 21 '25 04:11 zjh1378805302