-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for H100 and sm_90 #265
Comments
Same problem. Current libspconv.so doesn't support H100 sm_90: |
Hi, libspconv with SM90 has been supported. $> cuobjdump --list-elf Lidar_AI_Solution/libraries/3DSparseConvolution/libspconv/lib/x86_64_cuda12.6/libspconv.so
ELF file 1: libspconv.1.sm_80.cubin
ELF file 2: libspconv.2.sm_86.cubin
ELF file 3: libspconv.3.sm_90.cubin
ELF file 4: libspconv.4.sm_80.cubin
ELF file 5: libspconv.5.sm_86.cubin
ELF file 6: libspconv.6.sm_90.cubin
ELF file 7: libspconv.7.sm_80.cubin
ELF file 8: libspconv.8.sm_86.cubin
ELF file 9: libspconv.9.sm_90.cubin
ELF file 10: libspconv.10.sm_80.cubin
ELF file 11: libspconv.11.sm_86.cubin
ELF file 12: libspconv.12.sm_90.cubin
ELF file 13: libspconv.13.sm_80.cubin
ELF file 14: libspconv.14.sm_86.cubin
ELF file 15: libspconv.15.sm_90.cubin |
Hi,
Does this project work on the H100?
It seems that libspconv.so does not support sm_90. Is it possible to get a binary that supports it?
Thank you.
The text was updated successfully, but these errors were encountered: