Update math_functions.h

CUDA also has a function named labs.

[ROCm/hip commit: 6e2b9d0547]
This commit is contained in:
Jorghi12
2018-05-26 16:22:10 -04:00
committed by GitHub
parent a82eb2dfa2
commit 50ccc9fc63
@@ -60,6 +60,7 @@ __device__ int abs(int x);
__device__ long long abs(long long x);
__device__ double abs(double x);
__device__ long int abs(long int x);
__device__ long long int labs(long long int x);
__device__ float fabsf(float x);
__device__ float fdimf(float x, float y);
__device__ float fdividef(float x, float y);