infinirt_cpu.h 255 Bytes
Newer Older
1
2
#ifndef __INFINIRT_CPU_H__
#define __INFINIRT_CPU_H__
PanZezhong's avatar
PanZezhong committed
3
#include "../infinirt_impl.h"
4
5
6
7
8
9
10
11
12
13

namespace infinirt::cpu {
#ifdef ENABLE_CPU_API
INFINIRT_DEVICE_API_IMPL
#else
INFINIRT_DEVICE_API_NOOP
#endif
} // namespace infinirt::cpu

#endif // __INFINIRT_CPU_H__