-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Disable strict ta #109951
Closed
Closed
Disable strict ta #109951
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
* Fix meta store via load * fix diffuse analysis for runtime activity check * fix
* Julia custom alloc fixups * Fix tape usage in rev * fix
* Fix typeanalysis recusion bug and noarg gep * Update TypeAnalysis.cpp
* other mangleing * adjust TypeAnalysis to Rb_tree update * add wip test * update test and ActivityAnalysis * fixing older llvm tests * fix llvm-10 and older * fix llvm-8 and older
* Fast loop affine integer calculation * fix for step
* loose-types fallback for or, and * mark inactive
* Simplify diffe ABI * Correct writetomem * Fix bug * Fix token ty bug
* add remainder * add tg intrinsic support * move log1p and asin to tablegen * add remainder test, fix Intrinsic FunctionType * add fwd remainder test
* Consider name only and not function type * Simplify func api * Simplify allocation detection APIs * Additional func fixups * Simplify activity analysis * fixup * lower llvm fix
* Correct load of struct behavior * Fix build * Fix build * Functioning scope opts * Additional md * fix build * fix 15
* Add option for split phi nodes * Fix phi Co-authored-by: William S. Moses <gh@wsmoses.com>
* Fix LLVM 15 * Multi version tests * Fix build on 15+
* Fix shuffle canonicalization * Add assertion Co-authored-by: Manuel Drehwald <git@manuel.drehwald.info>
Update README.md
Both projects have moved, so point to their current location.
* Remove using namespace llvm from header files * Move implementation out of headers
* Move custom handler to preserve nvvm * Add test * fix * fix llvm tests * fix tests
* Simplify intrinsic activity * Add to list
Update Enzyme
that ... was the wrong repo. |
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.
required for enums, but breaks #16