Mo Tabbara
Mo Tabbara
Below fails with BoundsError: attempt to access 3-element Vector{Core.Compiler.BasicBlock} at index [4] Julia Version 1.10.0-DEV.434 Commit 0231c224a1f (2023-01-26 20:27 UTC) ``` foo = Dict{Symbol,Float32}() foo[:a] = 30.0f0 foo[:b] = 40.0f0...
For this to work I also had to modify Enzyme CMakeLists.txt Not sure whether these make sense so I guess this is more of a draft PR [CMakeLists.txt](https://github.com/EnzymeAD/rust/files/14189702/CMakeLists.txt)
Please see https://fwd.gymni.ch/eTJnUQ Fail on "Attempting to call an indirect active function whose runtime value is inactive". ``` #![feature(autodiff)] use std::autodiff::autodiff; use std::fmt; #[derive(Debug)] struct Foo { pub test: f64...