added more device functions

Change-Id: I191919060b393772ee442cc19d83479217c5a4ce


[ROCm/hip commit: 9ac6e422f0]
This commit is contained in:
Aditya Atluri
2016-06-13 11:55:12 -05:00
rodzic bc1e9a27bb
commit 37e5903a68
2 zmienionych plików z 57 dodań i 8 usunięć
@@ -169,7 +169,7 @@ __device__ float normcdff(float y);
__device__ float normcdfinvf(float y);
__device__ float normf(int dim, const float *a);
__device__ float powf(float x, float y);
__device__ float rcbtrf(float x);
__device__ float rcbrtf(float x);
__device__ float remainderf(float x, float y);
__device__ float remquof(float x, float y, int *quo);
__device__ float rhypotf(float x, float y);