Commit ef4c7697 authored by Davis King's avatar Davis King

saving some test code

parent f0d3205f
...@@ -25,5 +25,11 @@ void hello_cuda() ...@@ -25,5 +25,11 @@ void hello_cuda()
helloFromGPU<<<1, 10>>>(); helloFromGPU<<<1, 10>>>();
CHECK(cudaDeviceReset()); CHECK(cudaDeviceReset());
#ifndef DLIB_USE_CUDA
#error why is this not defined?
#endif
auto x = 4;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment