Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
Cuda
/
IncludePathNoToolkit
/
main.cpp
blob: c8d5c6b30d2a98492384232dcf971617eab9cd47 [
file
] [
log
] [
blame
]
// Only thing we care about is that these headers are found
#include
<cuda.h>
#include
<cuda_runtime_api.h>
int
main
()
{
return
0
;
}