EnzymeAD / Enzyme.jl

Julia bindings for the Enzyme automatic differentiator
https://enzyme.mit.edu
MIT License
450 stars 64 forks source link

`cos`/`exp` on AMDGPU.jl #977

Closed vchuravy closed 4 months ago

vchuravy commented 1 year ago

These are currently failing due to missing adjoints for the OCL functions

https://github.com/EnzymeAD/Enzyme.jl/blob/0995d7ad6e4b1568e0857f66f006782241b0577a/test/amdgpu.jl#L41-L72

wsmoses commented 4 months ago

Resolved by https://github.com/EnzymeAD/Enzyme.jl/pull/1537