9 lines
157 B
Plaintext
Raw Normal View History

2022-11-16 20:14:03 +01: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;
}