EnzymeAD/Reactant.jl

Test `traced_getfield` on custom types

Open

#79 opened on Aug 23, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (64 forks)github user discovery
good first issue

Repository metrics

Stars
 (336 stars)
PR merge metrics
 (Avg merge 2d 10h) (36 merged PRs in 30d)

Description

traced_getfield was introduced to allow personalized deserialization of custom types, but currently we don't test it against custom types.

Contributor guide