zest

Results 1 comments of zest

Hey, I got the same problem. This is my solution: 1. comment out #include 2. replace THCudaCheck(cudaGetLastError()) with AT_CUDA_CHECK(cudaGetLastError()) 3. add #define CHECK_EQ(expected, actual) \ do { \ if ((expected)...