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
i set ballquery_cuda.cpp to
#include <torch/serialize/tensor.h>
#include
// #include <THC/THC.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/CUDAEvent.h>
#include "ballquery_cuda_kernel.h"
// extern THCState *state;
the problem solved. i hope it can help u.
compile error as follows,
src/ballquery/ballquery_cuda.cpp:3:10: fatal error: THC/THC.h: No such file or directory
Is it because the Pytorch version?
The text was updated successfully, but these errors were encountered: