mirror of
https://github.com/gosticks/torch-mesh-isect.git
synced 2025-10-16 11:55:35 +00:00
fix: cuda update
This commit is contained in:
parent
d5201cc53b
commit
cd0dcfe1e8
@ -19,6 +19,10 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#ifndef AT_CHECK
|
||||
#define AT_CHECK TORCH_CHECK
|
||||
#endif
|
||||
|
||||
void bvh_cuda_forward(at::Tensor triangles, at::Tensor *collision_tensor_ptr,
|
||||
int max_collisions = 16);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user