-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[OMPIRBuilder] - Handle dependencies in createTarget
#93977
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
Merged
bhandarkar-pranav
merged 27 commits into
llvm:main
from
bhandarkar-pranav:ompirbuilder/target_task_codegen
Jul 22, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8060e0b
Add a flag to choose new codegen
bhandarkar-pranav 83f09a5
clang prints for debugging
bhandarkar-pranav e2aa768
add an option -new-ompirbuilder-target-codegen to enable dependency-b…
bhandarkar-pranav e15bb96
checkpoint commit -> able to create an inlined version of the task th…
bhandarkar-pranav 53759cc
checkpoint commit
bhandarkar-pranav 83cea83
checkpoint commit
bhandarkar-pranav d5c2449
Simple test working. checkpoint commit. next steps clean up code, uni…
bhandarkar-pranav e323356
clean up, clean up, everybody clean up
bhandarkar-pranav 264dfa6
Add an MLIR lit test
bhandarkar-pranav 25021eb
add an end-to-end offloading test for target depend
bhandarkar-pranav e484ee2
Clean up, clean up, everybody clean up (some more)
bhandarkar-pranav febda4f
Add back some ws that was removed
bhandarkar-pranav 9cc0234
More cleanup and comments
bhandarkar-pranav 141dccc
clang-format fixes
bhandarkar-pranav 6697f1e
remove commented out createFakeIntVal
bhandarkar-pranav e75c853
more cleanup
bhandarkar-pranav 799751f
Fix dependencies when nowait is used on target construct
bhandarkar-pranav 77e5753
Add comments for emitTargetTask and emitDepArray
bhandarkar-pranav 073d194
Fix comment in target-depend.f90
bhandarkar-pranav 29566b1
Incorporate changes for review comments
bhandarkar-pranav a12ffb4
Update testcase to make it more reliable by correcting the use of the…
bhandarkar-pranav ac34fd1
Address more review comments
bhandarkar-pranav c0e2ceb
Incorporate one more review comment
bhandarkar-pranav 9b49c09
Incorporate changes from review comments
bhandarkar-pranav cda5bc6
Simplify test to make it faster yet effective
bhandarkar-pranav a314a84
Use SmallVector instead of std::stack in CreateFakeIntVal
bhandarkar-pranav b060e36
Use SmallVectorImpl in emitTaskDependencies
bhandarkar-pranav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.