Add __device__ to needful functions for promote-free.

[ROCm/hip commit: 29232ff283]
Bu işleme şunda yer alıyor:
Ben Sander
2017-03-17 11:19:48 -05:00
ebeveyn a9ec705ee4
işleme 8d5c39fd52
5 değiştirilmiş dosya ile 8 ekleme ve 7 silme
+2 -1
Dosyayı Görüntüle
@@ -202,7 +202,8 @@ __device__ long long int llroundf(float x)
int y = hc::precise_math::roundf(x);
long long int z = y;
return z;
}__device__ float log10f(float x)
}
__device__ float log10f(float x)
{
return hc::precise_math::log10f(x);
}