-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Deprecate parallel_for and single_task overloads with properties
Signed-off-by: Hu, Peisen <[email protected]>
- Loading branch information
Showing
15 changed files
with
485 additions
and
85 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Please use "#" to add comments here. | ||
# Do not delete the file even if it's empty. | ||
# See https://github.com/intel/llvm/pull/16615 | ||
handler |
This file contains 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 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 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# commit 8b7a99578966eb691a961d9620ea38d235196b2f | ||
# Merge: ed095412 7b0e3b19 | ||
# Author: Martin Grant <[email protected]> | ||
# Date: Mon Jan 20 09:27:22 2025 +0000 | ||
# Merge pull request #2582 from przemektmalon/przemek/intel-host-usm-support | ||
# Enable Host USM backed images on Level Zero | ||
set(UNIFIED_RUNTIME_TAG 8b7a99578966eb691a961d9620ea38d235196b2f) | ||
# commit b074893e854d28141cd67bc5935ed87e47eb3bb6 | ||
# Merge: 71a5eab0 128ea023 | ||
# Author: Ross Brunton <[email protected]> | ||
# Date: Tue Jan 21 11:21:50 2025 +0000 | ||
# Merge pull request #2539 from RossBrunton/ross/specconst | ||
# | ||
# Added `DEVICE_INFO_PROGRAM_SET_SPECIALIZATION_CONSTANTS` | ||
set(UNIFIED_RUNTIME_TAG b074893e854d28141cd67bc5935ed87e47eb3bb6) |
This file contains 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 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.