Files
ANSCORE/modules/ANSFR/macros.h

13 lines
211 B
C
Raw Normal View History

2026-03-28 16:54:11 +11:00
#ifndef __MACROS_H
#define __MACROS_H
#if NV_TENSORRT_MAJOR >= 8
#define TRT_NOEXCEPT noexcept
#define TRT_CONST_ENQUEUE const
#else
#define TRT_NOEXCEPT
#define TRT_CONST_ENQUEUE
#endif
#endif // __MACROS_H