-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apple-aarch llvm-project failure: inking to LLVM is not currently supported on aarch64-apple-darwin' #27
Comments
@anandijain Thanks for the report. Quite a few Enzyme devs work on M1/M2 Mac's, but neither Lorenz nor I do have one. |
Excited to try this project! I attempted to build commit 5c141f5 on my M1 Mac just now, and got what looks like a different error:
|
@samestep We have a few new fixes for MacOS, do you want to try if it works for you by now? |
@ZuseZ4 thanks, yes it seems like it works better now! Everything up until the However, when I run that last command: cargo +enzyme run --release I get a bunch of errors like these:
Etc. |
@samestep Glad we're making progress. Just making sure, you're not running |
@ZuseZ4 if an additional |
I can't give a specific command, but it's supposed to be used to build your own projects, not the rust compiler. |
@ZuseZ4 yeah could you edit the README to add specific instructions on how to test it by copy-pasting one of those test cases into a new Rust project? Ideally you'd pick one specific test case as a concrete example and provide a specific sequence of commands that can be run without the reader having to figure out additional context. Let me know once you've done that and I'll be happy to try running it! |
thanks for enzyme + rust! i was just trying it out but running
../x.py build --stage 1 library/std
led to:i know that it's probably too early to really get rust + enzyme working but im really interested in trying it out at some point
The text was updated successfully, but these errors were encountered: