CHIP-SPV / chipStar

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

sinh() always returns NaN #748

Closed sobomax closed 7 months ago

sobomax commented 7 months ago

As part of my attempt to bring tinygrad on chipStar, I've noticed that the sinh() always returns NaN. Tuns out there is an issue introduced while doing regactoring in the CHIP-SPV/ROCm-Device-Libs, which causes this issue. PR has been opened here https://github.com/CHIP-SPV/ROCm-Device-Libs/pull/1 and ROCm-Device-Libs needs to be pulled up once it's merged. Thanks!