vchoutas / torch-mesh-isect

Other
281 stars 72 forks source link

Is CUDA a requirement? can it be run if CUDA is not present? #7

Closed punjal97 closed 4 years ago

vchoutas commented 4 years ago

@Chromium97 the code for finding the pairs of intersecting triangles can only be run with CUDA. If you have some other function that can replace this, then you can run it on the CPU.