Go to the documentation of this file.   14 #ifndef ECVL_TEST_CUDA_H_    15 #define ECVL_TEST_CUDA_H_    19 #define ECVL_TUPLE(type, ...) \    20 void RunTestCpuToGpuKernel##type(const uint8_t* data, uint8_t* res); \    21 void RunTestGpuToCpuKernel##type(uint8_t* data);    26 #endif // ECVL_TEST_CUDA_H_