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

This reverts commit 9043ba55db.

Change-Id: I20a9bab3883ad09913b320210344d37599cb8fcd


[ROCm/hip commit: 77e21dc09f]
This commit is contained in:
Wen-Heng (Jack) Chung
2017-03-14 22:58:41 +08:00
والد 866322367e
کامیت 508ad44c7c
8فایلهای تغییر یافته به همراه20 افزوده شده و 13 حذف شده
@@ -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)
{