Tensor on Kernel #6047
Unanswered
DanyResasco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new on open3D, I'm using it to calculate NearestNeighbor with CUDA.
I need to manipulate the results of this function (index, distance, num_neighboor) and I would like to do it in a kernel function.
I would like to do it in the kernel since the query points can be quite large and I'm trying to move all my code on GPU to optimization.
There is any way I can pass the Tensor in the kernel? I didn't find any documentation on this matter.
Any suggestion are welcome.
Beta Was this translation helpful? Give feedback.
All reactions