-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Complete transition to Managed<ur_program_handle_t>
RAII model
#19557
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
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
993aed3
program_manager.cpp: static create*
aelovikov-intel e18c0c1
ProgramManager::createURProgram
aelovikov-intel 5d209d3
program_manager.cpp: loadDeviceLib
aelovikov-intel 11ffadc
ProgramManager::getOrCreateURProgram
aelovikov-intel 0ea85a3
BuildF lambda, hopefully...
aelovikov-intel 7d7531a
FastKernelCacheVal ctor
aelovikov-intel 6e3345d
extKernelCompilerFetchFromCache
aelovikov-intel 9962068
createProgramFromSource
aelovikov-intel e9feebf
device_image_impl ctor overload 0
aelovikov-intel af403f0
device_image_impl ctor overload 1
aelovikov-intel dd34ba5
Drop unused device_image_impl ctor overload 2
aelovikov-intel da04557
Last affected device_image_impl ctor overload
aelovikov-intel 5c57574
Move up
aelovikov-intel 1799d4f
Debug prints
aelovikov-intel fe03fa8
"Outer" getBuiltURProgram overload
aelovikov-intel e2dbbcc
Remaining ProgramManager::getBuiltURProgram overload
aelovikov-intel c97ec87
backend.cpp
aelovikov-intel 854a46a
ProgramBuildResult ctor simplification
aelovikov-intel 7432a51
debug print old
aelovikov-intel f0229bf
Proper retain in insertBuiltProgram
aelovikov-intel 944ac98
One more retain
aelovikov-intel 11e0a36
Remove unused `Adapter` after managed retains
aelovikov-intel f5221d9
loadDeviceLibFallback (last retain)
aelovikov-intel 4f06a1a
Drop debug printing
aelovikov-intel f59f3c6
clang-format
aelovikov-intel 28d0048
rvalue-ref in device_image_impl ctor
aelovikov-intel 5208f86
Remove stale comment
aelovikov-intel 49dc0ba
Fix for the failing e2e test
aelovikov-intel fff3362
Remove stale comment - context_impl owns these
aelovikov-intel ebf3ce1
Fix one leak
aelovikov-intel 134bf45
Merge remote-tracking branch 'origin/sycl' into HEAD
aelovikov-intel 8fcca38
Update test
aelovikov-intel 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know what that comment tried to communicate...