-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL][Bindless][Doc] Rename interop related structs/funcs to external #14444
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
sommerlukas
merged 44 commits into
intel:sycl
from
codeplaysoftware:sean/rename-interop-handle
Jul 30, 2024
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
7125ba0
[SYCL][Bindless][Doc][ABI-Break] Rename interop related structs/funcs…
Seanst98 98d3910
merge branch 'origin/sycl' into duncan/host-to-device-handle-map
DBDuncan 2756ec6
Update UR commit
DBDuncan a870d0b
merge branch 'origin/sycl' into duncan/rename-interop-handle
DBDuncan 3bcd837
Update UR commit
DBDuncan abb3d90
Merge remote-tracking branch 'origin/sycl' into sean/rename-interop-h…
DBDuncan c7ba9b0
Update UR repo link
DBDuncan 9057dd0
Update pi major and minor versions
DBDuncan d3e8125
merge branch 'origin/sycl' into duncan/rename-interop-handle
DBDuncan b62170d
Update UR commit
DBDuncan a9d2d9f
Fix some minor renaming mistakes
DBDuncan 7009f96
Merge branch 'sycl' into sean/rename-interop-handle
cppchedy 4cc3633
update UR tag
cppchedy b0fae39
Merge remote-tracking branch 'origin/sycl' into sean/rename-interop-h…
DBDuncan 83f7570
Update UR commit
DBDuncan 365c4bb
Fix windows symbols
DBDuncan 6ffbe74
merge branch 'origin/sycl' into duncan/rename-interop-handle
DBDuncan 1f02f98
Update UR commit
DBDuncan eeb01b7
merge branch 'origin/sycl' into sean/rename-interop-handle
DBDuncan c2bf7e3
Update UR commit
DBDuncan 25926f5
Format code
DBDuncan e1493ac
merge 'origin/sycl' into sean/rename-interop-handle
DBDuncan efd793b
Update UR commit
DBDuncan bb1d52c
Update linux dump test symbols
DBDuncan b5f5a53
Fix 'external_semaphore_handle' not being renamed to 'external_semaph…
DBDuncan 72db0f7
Update sycl windows symbols test
DBDuncan 1e144e6
Merge remote-tracking branch 'origin/sycl' into sean/rename-interop-h…
DBDuncan e219959
Update UR commit
DBDuncan ff6e4bf
Merge remote-tracking branch 'origin/sycl' into sean/rename-interop-h…
DBDuncan d0ea987
Merge 'origin/sycl' into sean/rename-interop-handle
DBDuncan 78f4767
Update UR commit
DBDuncan 996c2de
Update UR commit to fix formatting mistake
DBDuncan ec0c81a
Merge 'origin/sycl' into sean/rename-interop-handle
DBDuncan 7f7579e
Update UR commit
DBDuncan 54084b4
Update test variable naming to use 'external' instead of 'interop'
DBDuncan 75e1507
Rerun CI
DBDuncan 408cbd1
Merge remote-tracking branch 'origin/sycl' into sean/rename-interop-h…
DBDuncan 6f3ff20
Update UR commit
DBDuncan acc086e
Update UR commit
DBDuncan 435a7ee
Update UR commit
DBDuncan 9a301db
merge 'origin/sycl' into sean/rename-interop-handle
DBDuncan d515433
Update UR commit
DBDuncan c733fa1
merge 'origin/sycl' into sean/rename-interop-handle
DBDuncan fd54d86
Update UR commit
DBDuncan 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,13 +116,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit a985a81dc9ba8adfcc8b54e35ad287e97766fb3e | ||
# Merge: b7b0c8b3 f772f907 | ||
# Author: Piotr Balcer <[email protected]> | ||
# Date: Mon Jul 29 09:11:29 2024 +0200 | ||
# Merge pull request #1905 from igchor/umf_hwloc_disable | ||
# Bump UMF version to allow disabling hwloc | ||
set(UNIFIED_RUNTIME_TAG a985a81dc9ba8adfcc8b54e35ad287e97766fb3e) | ||
# commit bc1a28ede0df7f837047b632e00437587672c134 | ||
# Author: Omar Ahmed <[email protected]> | ||
# Date: Mon Jul 29 16:44:58 2024 +0100 | ||
# Merge pull request #1819 from DBDuncan/sean/rename-interop-to-external | ||
# [Bindless][Exp] Rename interop related structs/funcs with "external" | ||
set(UNIFIED_RUNTIME_TAG bc1a28ede0df7f837047b632e00437587672c134) | ||
|
||
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") | ||
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need | ||
|
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.
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.