Shuhei Kadowaki
Shuhei Kadowaki
@ChrisRackauckas bump?
On the latest master you can use `names(...; usings=true)` to fix this issue.
I tried updating it, but it seems we might need a fix in Base. Specifically, because of JuliaLang/julia/#52064, the `inlining_policy` in Base no longer requires `mi`, so `mi` isn't being...
When does this error usually occur? ``` Error During Test at /Users/aviatesk/julia/packages/Enzyme/test/abi.jl:4 Got exception outside of a @test No augmented forward pass found for julia.gc_loaded at context: %37 = call...
I have switched to an approach using the new `CallInfo`. This now should work without any changes on the Base side. However, I have noticed the following error occurring in...
Ok, I think the failure has been fixed.
Although benchmarks suggest that this is indeed an effective optimization, this optimization has been quite incomplete from the beginning and more importantly started to cause numerous issues in other projects....
@nanosoldier `runbenchmarks("inference", vs=":master")`
Doesn't it suppress the printing if you add semicolons? ``` @test_call func(args...); ```
Do you have a reproducer for this bug?