amd_llvm_intrinsic.hpp 257 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
#ifndef CK_AMD_LLVM_INTRINSIC_HPP
#define CK_AMD_LLVM_INTRINSIC_HPP

4
#ifndef CK_NOGPU
5
#include "data_type.hpp"
Chao Liu's avatar
Chao Liu committed
6
7
8

namespace ck {

9
__device__ int32_t llvm_amdgcn_readfirstlane_i32(int32_t i) __asm("llvm.amdgcn.readfirstlane");
Chao Liu's avatar
Chao Liu committed
10
11
12

} // namespace ck
#endif
13
#endif