traveller59 / spconv

Spatial Sparse Convolution Library
Apache License 2.0
1.86k stars 363 forks source link

Does Spconv 2.3.6 support AGX Xavier #609

Open akjt opened 1 year ago

akjt commented 1 year ago

When I compile with spconv with CUMM_CUDA_ARCH_LIST=7.2 I get a bunch of errors like this:

  ptxas /tmp/tmpxft_00002517_00000000-6_ConvKernel_conv_kernel.ptx, line 791; error   : Feature 'cache prefetching' requires .target sm_75 or higher

Is there a way that we can get it compiled on Xavier .

FindDefinition commented 1 year ago

should be fixed in cumm >= 0.4.10. you can install it and try again.