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
Error occurs when I run this sh build_and_install.sh file, have anyone met this problem before?
src/ball_query.cpp:10:23: error: ‘AT_CHECK’ was not declared in this scope
#define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ")
The text was updated successfully, but these errors were encountered:
Error occurs when I run this sh build_and_install.sh file, have anyone met this problem before?
src/ball_query.cpp:10:23: error: ‘AT_CHECK’ was not declared in this scope
#define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ")
The text was updated successfully, but these errors were encountered: