Skip to content

inference check failure in test_rrule, @inferred rrule works #246

Open
@tpapp

Description

@tpapp

I wrapped up an MWE in ImplicitAD.jl for an rrule I defined (see the single test). My issue is that

test_rrule(one_one, 1.0;
                   check_inferred = true,
                   fdm = forward_fdm(5, 1),
                   atol = ϵ, rtol = ϵ)

gives an inference failure, while

@inferred rrule(ChainRulesTestUtils.TestConfig(), one_one, 1.0)

is fine.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions