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

This reverts commit 9043ba55db.

Change-Id: I20a9bab3883ad09913b320210344d37599cb8fcd


[ROCm/hip commit: 77e21dc09f]
Tento commit je obsažen v:
Wen-Heng (Jack) Chung
2017-03-14 22:58:41 +08:00
rodič 866322367e
revize 508ad44c7c
8 změnil soubory, kde provedl 20 přidání a 13 odebrání
+2 -2
Zobrazit soubor
@@ -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)
{