Revert "Changes to HIP to cope with Promote-free HCC"

This reverts commit 9591c5a447.

Change-Id: I20a9bab3883ad09913b320210344d37599cb8fcd


[ROCm/clr commit: 17af837120]
This commit is contained in:
Wen-Heng (Jack) Chung
2017-03-14 22:58:41 +08:00
parent b054a30dec
commit 54f40acc7a
8 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ struct holder32Bit {
};
} __attribute__((aligned(4)));
__device__ struct holder64Bit hold64;
__device__ struct holder32Bit hold32;
struct holder64Bit hold64;
struct holder32Bit hold32;
__device__ float __double2float_rd(double x)
{