-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Fusion] Kernel Fusion support for CUDA backend #8747
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
aelovikov-intel
merged 25 commits into
intel:sycl
from
sommerlukas:experiments/cuda-fusion
May 8, 2023
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5b2d0a0
[SYCL][Fusion] Embed LLVM IR for SYCL for Nvidia
sommerlukas ee8c29b
Enable LLVM IR as alternative fusion input format;
sommerlukas 5d1d778
[SYCL][Fusion] Add result translation to PTX
sommerlukas d32c758
[SYCL][Fusion] Provide correct target spec;
sommerlukas b994781
[SYCL][Fusion] Avoid removing dependencies
sommerlukas 651847e
[SYCL][Fusion] Set device binary image format
sommerlukas 7fddbd5
[SYCL][Fusion] Refactor target-specific processing
sommerlukas 894ee89
[SYCL][Fusion] Do not require null terminator
sommerlukas a909a75
[SYCL][Fusion] Refactor more target-specific code
sommerlukas 32172f0
[SYCL][Fusion] Handle attributes for CUDA fusion
sommerlukas 1559b85
[SYCL][Fusion] Cache and groom input binaries
sommerlukas fd34124
[SYCL][Fusion] Disable heterogeneous ND ranges on CUDA
sommerlukas fc5efbc
[SYCL][Fusion] Enable JIT caching for CUDA fusion
sommerlukas 6c14311
[SYCL][Fusion] Catch empty standard arguments
sommerlukas 980d36d
[SYCL][Fusion] Rebase and address feedback
sommerlukas 4ba8e44
[SYCL][Fusion] Update linkage graph diagram
sommerlukas 8fcd4c7
Don't compile NVPTX-specifics if not supported
sommerlukas 75a77fd
Migrate test changes from intel/llvm-test-suite
sommerlukas a8afe1d
Address more PR feedback
sommerlukas f7df423
Add test for kernel fusion with math function
sommerlukas bc32fad
Document CUDA kernel fusion in design documentation
sommerlukas b4d3968
Update kernel fusion design document
sommerlukas a7e1369
Fix formatting for test
sommerlukas 88b4ada
Rebase on branch 'sycl'
sommerlukas 4877a40
Address PR feedback and formatting
sommerlukas 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
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
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
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
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
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
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
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
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
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
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.