blob: 7daaa6839ca39563147b6c35795f7e03f049ae91 [file] [log] [blame]
#include <cuda_runtime.h>
__global__ void kernel (void){
}
void do_cuda_stuff(void) {
kernel<<<1,1>>>();
}