EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
53 stars 7 forks source link

could not deduce type of insertval #62

Closed ZuseZ4 closed 3 months ago

ZuseZ4 commented 8 months ago
error: /h/344/drehwald/prog/rust/library/core/src/iter/range.rs:821:6: in function preprocess__ZN4core4iter5range101_$LT$impl$u20$core..iter..traits..iterator..Iterator$u20$for$u20$core..ops..range..Range$LT$A$GT$$GT$4next17h200cd38afbb96f54E { i64, i64 } (ptr): Enzyme: failed to deduce type of insertvalue   %6 = insertvalue { i64, i64 } %5, i64 %4, 1, !dbg !200

insertval.ll.txt.tar.gz

failing example: rust/library/autodiff/examples/rosenbrock_rev.rs (without release mode)

ZuseZ4 commented 3 months ago

outdated.