mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
781a5396cc
Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
9 lines
192 B
C
9 lines
192 B
C
#ifndef TRITON_TVM_FFI_MACRO_H_
|
|
#define TRITON_TVM_FFI_MACRO_H_
|
|
|
|
#if defined(__GNUC__) || defined(__clang__)
|
|
#define TRITON_TVM_FFI_INLINE __attribute__((always_inline)) inline
|
|
#endif
|
|
|
|
#endif
|