amd_llvm_intrinsic.hpp 233 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
#include "data_type.hpp"
Chao Liu's avatar
Chao Liu committed
5
6
7

namespace ck {

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

} // namespace ck
#endif