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

This reverts commit 0005dd5f66.

Change-Id: I20a9bab3883ad09913b320210344d37599cb8fcd
This commit is contained in:
Wen-Heng (Jack) Chung
2017-03-14 22:58:41 +08:00
parent 62870fdc39
commit 17af837120
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)
{