Add __device__ to needful functions for promote-free.

This commit is contained in:
Ben Sander
2017-03-17 11:19:48 -05:00
rodzic f4256cb57c
commit 92fd4c8f10
5 zmienionych plików z 8 dodań i 7 usunięć
+2 -2
Wyświetl plik
@@ -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)
{