Absolute value of vector elements with cuBLAS

Is it possible to transform a vector of xi to a vector of abs(xi) with cuBLAS library?
A quick look at cuBLAS doc seems to indicate there is no such function. Is it correct?

  • Thanks