cudaHeader.h 121 Bytes
#ifndef _CUDA_HEADER_H_
#define _CUDA_HEADER_H_
//用于测试cuda能否正常工作的函数
void cudaTest();
#endif