9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
// 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;
|
||
|
}
|