forked from rust-lang/rust
-
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
wip more tt, broken #157
Draft
ZuseZ4
wants to merge
116
commits into
master
Choose a base branch
from
morett
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
wip more tt, broken #157
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* ci: update rustbook tests to use ENYZME_LOOSE_TYPES * Update .github/workflows/enzyme-ci.yml Co-authored-by: Jed Brown <[email protected]> --------- Co-authored-by: Manuel Drehwald <[email protected]>
* Update enzyme-ci.yml We don't need to build LLD (takes 2.5 min), we just want to use some LLD for linking. We also don't need llvm plugins. * Update enzyme-ci.yml * Update .github/workflows/enzyme-ci.yml Co-authored-by: Jed Brown <[email protected]> * Update enzyme-ci.yml * Update enzyme-ci.yml or will it be --enable-use-lld? stay tuned. * Update enzyme-ci.yml * Update enzyme-ci.yml authored-by: @jedbrown * Update enzyme-ci.yml * Update enzyme-ci.yml * Update .github/workflows/enzyme-ci.yml Co-authored-by: Tim Gymnich <[email protected]> * Update enzyme-ci.yml * Use vendored llvm * Update enzyme-ci.yml * Update enzyme-ci.yml * Update enzyme-ci.yml * Update enzyme-ci.yml * Revert "Update enzyme-ci.yml" This reverts commit 9ec1139. * Revert "Update enzyme-ci.yml" This reverts commit 84fe269. * Fxing lld rebuild Co-authored-by: I-Al-Istannen <[email protected]> --------- Co-authored-by: I-Al-Istannen <[email protected]> Co-authored-by: Jed Brown <[email protected]> Co-authored-by: Tim Gymnich <[email protected]> Co-authored-by: William Moses <[email protected]> Co-authored-by: Tim Gymnich <[email protected]>
* Be a bit more aggressive with caching
* adding Fnc param + return attributes
* fix wrapper * add tt writes into module * don't pass tt anymore through Enzyme API
* Implement a opt dbg helper to create compiler-explorer MWE bug reproducer.
* fix enzyme library used for build
ZuseZ4
force-pushed
the
master
branch
3 times, most recently
from
October 28, 2024 02:32
4f0389e
to
012062a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.