infinirt_cuda.cuh 263 Bytes
Newer Older
1
2
#ifndef __INFINIRT_CUDA_H__
#define __INFINIRT_CUDA_H__
PanZezhong's avatar
PanZezhong committed
3
#include "../infinirt_impl.h"
4
5

namespace infinirt::cuda {
6
#ifdef ENABLE_NVIDIA_API
7
8
9
10
11
12
13
INFINIRT_DEVICE_API_IMPL
#else
INFINIRT_DEVICE_API_NOOP
#endif
} // namespace infinirt::cuda

#endif // __INFINIRT_CUDA_H__