CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
157 stars 27 forks source link

Fix math function j1 typo in dp_math.hh #876

Closed jjennychen closed 2 weeks ago

jjennychen commented 2 weeks ago

Fixed the typo in double-precision math function j1 so that it calls ocml_j1_f64 instead of ocml_j0_f64.

pvelesko commented 2 weeks ago

Nice catch!