summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Toolkit/cupti.cpp
blob: 62f7f6515d7d2db8ab7ae0c4252f6f3ba3bd403e (plain)
1
2
3
4
5
6
7
// Only thing we care about is that these headers are found
#include <cupti.h>

int main()
{
  return 0;
}