Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbfa449f080774fa24eaa5fa2edbee2d32405db3
/
.
/
Tests
/
CudaOnly
/
Toolkit
/
main.cu
blob: 0f3ccdcc84d2cf444e306f50a6bb6b678ff62cfe [
file
]
// Only thing we care about is that these headers are found
#include
<cuda.h>
#include
<cuda_runtime_api.h>
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}