Add __device__ to needful functions for promote-free.

[ROCm/hip commit: 29232ff283]
This commit is contained in:
Ben Sander
2017-03-17 11:19:48 -05:00
förälder a9ec705ee4
incheckning 8d5c39fd52
5 ändrade filer med 8 tillägg och 7 borttagningar
+2 -2
Visa fil
@@ -41,8 +41,8 @@ struct holder32Bit {
};
} __attribute__((aligned(4)));
struct holder64Bit hold64;
struct holder32Bit hold32;
__device__ struct holder64Bit hold64;
__device__ struct holder32Bit hold32;
__device__ float __double2float_rd(double x)
{