Manuel Drehwald
Manuel Drehwald
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin'
@anandijain Thanks for the report. Quite a few Enzyme devs work on M1/M2 Mac's, but neither Lorenz nor I do have one. I do assume that I just fine-tuned the...
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin'
@samestep We have a few new fixes for MacOS, do you want to try if it works for you by now? @anandijain Similar for you. We still do dynamic linking...
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin'
@samestep Glad we're making progress. Just making sure, you're not running `cargo +enzyme run --release` in the rust compiler folder, but inside of a test project, right?
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin'
I can't give a specific command, but it's supposed to be used to build your own projects, not the rust compiler. So just run `cargo init` outside of the rust...
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin'
@samestep added #156
Thanks a lot! I looked through your CMakeList.txt changes and created this patch, can you make a PR for Enzyme core out of it? (I didn't had your gh email,...
Also @motabbara, if you are currently free, we are discussing that in our weekly open Enzyme call at https://mit.zoom.us/j/96000853439
@motabbara, I went ahead and created a similar PR to Enzyme, since I just tried to rebuild rust-enzyme and ended up with similar errors. I additionally to your patch also...
Thanks for the nice words! LLVM and Rust both support windows, so there is no technical reason on why Enzyme (or Rust-Emzyme) would not support windows, except of possibly smaller...
Thanks for the list of things you tried, it looks reasonable to me. I know that someone in the Enzyme core repo added a few cmake changes to support static...