Skip to content
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

How can I implement the mapping operations on CPU cores? #201

Open
fkh12345 opened this issue Apr 23, 2023 · 1 comment
Open

How can I implement the mapping operations on CPU cores? #201

fkh12345 opened this issue Apr 23, 2023 · 1 comment
Assignees

Comments

@fkh12345
Copy link

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!

@zhijian-liu
Copy link
Contributor

@kentang-mit, do we have a CPU implementation of build_kernel_map?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants