Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
55764f873c4ffbefd0050a7c1ad6ec096a550058
/
.
/
Tests
/
Cuda
/
Toolkit
/
cupti.cpp
blob: 62f7f6515d7d2db8ab7ae0c4252f6f3ba3bd403e [
file
] [
log
] [
blame
]
// Only thing we care about is that these headers are found
#include
<cupti.h>
int
main
()
{
return
0
;
}