#include <assert.h> #include <cuda.h> #include <stdio.h> #define CU_ASSERT(a) (cudaAssert(a, #a, __PRETTY_FUNCTION__, __LINE__)) void ...
確定! 回上一頁