cmake/Tests/Cuda/Toolkit/cupti.cpp

8 lines
107 B
C++
Raw Normal View History

2022-08-04 22:12:04 +02:00
// Only thing we care about is that these headers are found
#include <cupti.h>
int main()
{
return 0;
}