alpaka-group / cupla

C++ User interface for the Platform independent Library Alpaka :arrows_clockwise:
Other
37 stars 18 forks source link

add hyperbolic trigonometric functions #244

Closed psychocoderHPC closed 1 year ago

psychocoderHPC commented 1 year ago

With #239 and #238 we missed enabling the new math functions in cupla. This PR is providing the signatures to use hyperbolic trigonometric functions.

psychocoderHPC commented 1 year ago

CI test for HIP 4.3 test is failing, never the less I will merge it because it could be a driver issue in the CI. With #243 the tests for HIP 4.X will be removed anyway.