-
Notifications
You must be signed in to change notification settings - Fork 183
Updated nvvm codegen to 1.72.0 nightly. #111
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
Comments
Also I pulled in @apriori 's PR and worked on top of that. |
Oh hey, yeah unfortunately no time to work on this. I have these commits on ZelboK/RustCUDA@a2d5bc6 but I remember having a few commits that weren't pushed upwards so it's a bit behind. Albeit from the comment it seems like it'll build just keep in mind some of the |
Master has been updated! |
As title says I updated and built the crate. Problem is that I'm both a beginner in Rust and LLVM. This is my first rust project.
Things compile for now, I prioritized just getting things to compile so some methods implemented are left in a
todo
state. I'll eventually make a PR when I have time but for now if anyone is interested you can check my profile to see the repo.Currently running into this:
As per @RDambrosio016 suggested, I plan on building LLVM 7 from source and enabling debug assertions. If anyone is interested in helping please lmk.
The text was updated successfully, but these errors were encountered: