2
0

add intrinsics mbcnt_lo, mbcnt_hi, lane_id

Este cometimento está contido em:
Siu Chi Chan
2018-05-08 13:42:00 -04:00
ascendente 6559e57b24
cometimento b285145966
2 ficheiros modificados com 133 adições e 0 eliminações
+5
Ver ficheiro
@@ -345,6 +345,11 @@ __device__ static inline unsigned int __usad(unsigned int x, unsigned int y, uns
return __hip_hc_ir_usad_int(x, y, z);
}
extern __device__ __attribute__((const)) unsigned int __mbcnt_lo(unsigned int x, unsigned int y) __asm("llvm.amdgcn.mbcnt.lo");
extern __device__ __attribute__((const)) unsigned int __mbcnt_hi(unsigned int x, unsigned int y) __asm("llvm.amdgcn.mbcnt.hi");
__device__ static inline unsigned int __lane_id() { return __mbcnt_hi(-1, __mbcnt_lo(-1, 0)); }
/*
Rounding modes are not yet supported in HIP
*/