Addback __mbcnt_lo and __mbcnt_hi

Change-Id: Ic3facba2e2245461515799f6a17842da0f5d9933


[ROCm/clr commit: 2d4b865d63]
Этот коммит содержится в:
Rahul Garg
2020-06-10 22:37:57 +00:00
родитель b9efee6df8
Коммит c2eb3cd2f7
+6
Просмотреть файл
@@ -238,6 +238,12 @@ __device__ static inline unsigned int __lane_id() {
-1, __builtin_amdgcn_mbcnt_lo(-1, 0));
}
__device__
static inline unsigned int __mbcnt_lo(unsigned int x, unsigned int y) {return __builtin_amdgcn_mbcnt_lo(x,y);};
__device__
static inline unsigned int __mbcnt_hi(unsigned int x, unsigned int y) {return __builtin_amdgcn_mbcnt_hi(x,y);};
/*
HIP specific device functions
*/