main.cpp (78B)
1 #include <stdio.h> 2 3 #include "test.h" 4 5 int main() 6 { 7 testcuda(); 8 return 0; 9 }