-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL] Add max work-group size kernel properties #14518
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
ldrumm
merged 30 commits into
intel:sycl
from
frasercrmck:sycl-max-wg-size-kernel-props
Sep 25, 2024
Merged
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1cbe971
[SYCL] Add max work-group size kernel properties
frasercrmck b4d3bf1
feedback: total -> linear
frasercrmck a9b43f2
Update sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_proper…
frasercrmck cea3495
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 97cfa72
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck f0ab74c
feedback: maybe_unused; delete comment; update spec for exception wor…
frasercrmck 113db50
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck d6d2892
update llvm-spirv
frasercrmck fb88877
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 6ee833c
update tests
frasercrmck 7722aac
emit to program metadata; add tests
frasercrmck e970e1e
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 1c60be0
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 7a08488
test different backends
frasercrmck ada9cb8
fix formatting
frasercrmck e4e9272
Revert "test different backends"
frasercrmck d427d12
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck ea9c293
update tests
frasercrmck 5a2f3a6
add sycl runtime checking
frasercrmck 63a776b
fix ur link
frasercrmck 7c5ed9f
workaround unsupported
frasercrmck 2d2ce2b
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 91d632f
bump metadata size; bump UR
frasercrmck 97e6cc1
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck cadc81b
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 079948b
bump
frasercrmck 275c9ae
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 1594d8c
update docs
frasercrmck bb55883
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 4a40d12
Merge remote-tracking branch 'origin/sycl' into sycl-max-wg-size-kern…
frasercrmck 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,14 +116,15 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |
| CACHE PATH "Path to external '${name}' adapter source dir" FORCE) | ||
| endfunction() | ||
|
|
||
| set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
| # commit 7a2caca559da81620c7430521873045bf42eafc1 | ||
| # Merge: 1d1808a4 96f66e0f | ||
| # Author: Piotr Balcer <[email protected]> | ||
| # Date: Tue Sep 24 13:00:46 2024 +0200 | ||
| # Merge pull request #2117 from pbalcer/fix-filter-out-same-cmdlists | ||
| # Fix urEnqueueEventsWaitWithBarrier when used with interop events | ||
| set(UNIFIED_RUNTIME_TAG 7a2caca559da81620c7430521873045bf42eafc1) | ||
| set(UNIFIED_RUNTIME_REPO "https://github.com/frasercrmck/unified-runtime.git") | ||
|
|
||
| # commit cabf128094eff9ff7b79bdff559640a8a111f0c3 | ||
| # Merge: a96fcbc5 15bca3b6 | ||
| # Author: Omar Ahmed <[email protected]> | ||
| # Date: Mon Aug 19 16:20:45 2024 +0100 | ||
| # Merge pull request #1984 from rafbiels/rafbiels/cuda-stream-race-cond | ||
| # Fix race condition in CUDA stream creation | ||
| set(UNIFIED_RUNTIME_TAG 6eb5208bad81457d367dbb5b51ad266cda7cf7c1) | ||
|
|
||
| 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
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.
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.