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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
do not build tc_caffe2_test_harness when WITH_CUDA=0 is set
tc_caffe2_test_harness depends on CUDA:
In file included from /home/skimo/git/c2isl/tc/c2/tc_op.h:24:0,
from /home/skimo/git/c2isl/test/caffe2/test_harness.h:31,
from /home/skimo/git/c2isl/test/caffe2/test_harness.cc:16:
/home/skimo/git/c2isl/tc/core/cuda/cuda.h:19:2: error: #error "CUDA_HOME must be defined"
#error "CUDA_HOME must be defined"
^~~~~
/home/skimo/git/c2isl/tc/core/cuda/cuda.h:23:2: error: #error "CUB_HOME must be defined"
#error "CUB_HOME must be defined"
^~~~~
This issue was introduced in 66a10a0 (Start extracting
a tc_caffe2_test_harness library, Sat May 5 20:47:42 2018 -0600).
0 commit comments