Macros
test_cuda.h File Reference
#include <stdint.h>
#include "ecvl/core/datatype_existing_tuples.inc.h"

Go to the source code of this file.

Macros

#define ECVL_TUPLE(type, ...)
 

Macro Definition Documentation

◆ ECVL_TUPLE

#define ECVL_TUPLE (   type,
  ... 
)
Value:
void RunTestCpuToGpuKernel##type(const uint8_t* data, uint8_t* res); \
void RunTestGpuToCpuKernel##type(uint8_t* data);

Definition at line 19 of file test_cuda.h.