9 lines
157 B
Plaintext
Raw Normal View History

2021-09-14 00:13:48 +02:00
// Only thing we care about is that these headers are found
#include <cuda.h>
#include <cuda_runtime_api.h>
int main(int argc, char** argv)
{
return 0;
}