You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear authors:
I want to execute torchsparse to analyze the performance of some operators on CPUs.
However, I notice that the mapping operations like "F.build_kernel_map" can only be executed on the GPUs.
This may be because the "build_mask_from_kmap" in the sparsemapping.cu only has the cuda implementation without CPU implementation.
May I ask what can I do if I want to execute the build_kernel_map operation on the CPU?
Thanks!
The text was updated successfully, but these errors were encountered:
Dear authors:
I want to execute torchsparse to analyze the performance of some operators on CPUs.
However, I notice that the mapping operations like "F.build_kernel_map" can only be executed on the GPUs.
This may be because the "build_mask_from_kmap" in the sparsemapping.cu only has the cuda implementation without CPU implementation.
May I ask what can I do if I want to execute the build_kernel_map operation on the CPU?
Thanks!
The text was updated successfully, but these errors were encountered: