cudaHeader.h 121 Bytes Edit Raw Blame History 1 2 3 4 5 #ifndef _CUDA_HEADER_H_ #define _CUDA_HEADER_H_ //用于测试cuda能否正常工作的函数 void cudaTest(); #endif