9 lines
157 B
Plaintext
Raw Normal View History

2017-04-14 19:02:05 +02:00
// Only thing we care about is that these headers are found
#include <cuda.h>
#include <cuda_runtime_api.h>
2020-08-30 11:54:41 +02:00
int main(int argc, char** argv)
2017-04-14 19:02:05 +02:00
{
return 0;
}