Manuel Drehwald
Manuel Drehwald
Great to see it available in an extra crate. This basically means we can close it here, I guess? Just to not have too many outdated pull requests open. @bluss...
@imjasonmiller How do you feel about you [ndarray-pad](https://github.com/imjasonmiller/ndarray-pad) repo? You mentioned that you would like to achieve feature-parity with numpy.pad (and maybe publish it as a crate). Is that still...
Sure @strasdat So our main issue is that the cargo team discussed post-build.rs scripts, which would run after the compilation. They rejected them, because they did want to keep cargo...
Sure, here it goes. The printType flag is on. https://drive.google.com/file/d/1grzI4iio2ts-497rI_ReiaWlEms0VGJN/view?usp=sharing
Thanks for finding the origin. Not sure how aware you are about the rust types, so the [Option](https://doc.rust-lang.org/std/option/enum.Option.html) here doesn't read as either ptr or alloc, instead it's either `Some((ptr,...
Great, was hoping for that but must have missed it in the docs. Then let's just add a new call with default Attributes and fix the remainder where I missed...
Even though you named them *.ll, they are rather bitcode files (.bc). I don't have an llvm-13.0.1 disassembler at hand rn. If you could provide the Enzyme error message I...
The issue is that Enzyme is not sure about the type of one of your variables. That might be a bug in Enzyme or a result of your algorithm modifying...
https://github.com/EnzymeAD/Enzyme/blob/3dab78c293fd8f70dd696e58ffd18cd00fc0324f/enzyme/Enzyme/AdjointGenerator.h#L4680
afaik that should always be available?