summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/IncludePathNoToolkit/main.cpp
blob: c8d5c6b30d2a98492384232dcf971617eab9cd47 (plain)
1
2
3
4
5
6
7
8
// Only thing we care about is that these headers are found
#include <cuda.h>
#include <cuda_runtime_api.h>

int main()
{
  return 0;
}