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