infinirt_musa.h 262 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __INFINIRT_MUSA_H__
#define __INFINIRT_MUSA_H__
#include "../infinirt_impl.h"

namespace infinirt::musa {
#ifdef ENABLE_MOORE_API
INFINIRT_DEVICE_API_IMPL
#else
INFINIRT_DEVICE_API_NOOP
#endif
} // namespace infinirt::musa

#endif // __INFINIRT_MUSA_H__