main.cpp 78 B

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