Manuel Drehwald
Manuel Drehwald
@nathanielsimard understood, but for some previous submission I actually wanted to benchmark burn and couldn't do so, since I don't have the capacity to debug Python build failures on two...
@nathanielsimard understood, but for some previous submission I actually wanted to benchmark burn and couldn't do so, since I don't have the capacity to debug Python build failures on two...
Thanks a lot @laggui, I am currently just cleaning up some code and will then test how the autodiff/ndarray backend does against Enzyme.
Re visability of symbols for ClangEnzyme, did you try LLDEnzyme or one of the other paths described here? https://enzyme.mit.edu/getting_started/UsingEnzyme/#differentiating-cc
Not recommended for production usecase, but try https://enzyme.mit.edu/getting_started/UsingEnzyme/#loose-type-analysis to get started. I think there might also be an example in the cmake on how to add it (but not sure)....
Not production ready and also not enabled by default, but let me merge this first, then I can fix the new PM and add more assertions while working on the...
Looks like unfortunately no one is too familiar with this issue. Do you want to join the next Enzyme meeting, so we can all try to debug this together? It...
Thank you a lot for helping with this, having MSCV support will save us from workarounds on the Rust side. @wsmoses Do you remember why this line was added?
Just building a patched LLVM+Enzyme to make sure there are no other issues.
@jedbrown iirc you had a windows machine, if you have some time, could you verify this builds please? Let's try without Rust for now, that should be easy to add...