-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Bindless][E2E] Test normalized usm bindless images (#15299)
Modify pre-existing read_norm_types test to add testing for 2D USM bindless images. Associated UR PR which fixes a bug in normalized USM image creation: oneapi-src/unified-runtime#2056
- Loading branch information
Showing
2 changed files
with
57 additions
and
19 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 |
---|---|---|
|
@@ -117,14 +117,14 @@ if(SYCL_UR_USE_FETCH_CONTENT) | |
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit 00f958f375205fd86309f95b925141cf664ff955 | ||
# Merge: cc2d5909 98a67a2e | ||
# commit 1f13d2ceb0494d84ce7b32f6b453dbb256fb702a | ||
# Merge: 5276c534 bcf2244d | ||
# Author: aarongreig <[email protected]> | ||
# Date: Wed Oct 2 09:51:21 2024 +0100 | ||
# Merge pull request #2139 from nrspruit/zeHandle_copy_dependencies | ||
# [L0] Pass and track event dependencies required before executing Memory | ||
# Copy buffer inits | ||
set(UNIFIED_RUNTIME_TAG 00f958f375205fd86309f95b925141cf664ff955) | ||
# Date: Wed Oct 2 15:04:33 2024 +0100 | ||
# Merge pull request #2056 from Seanst98/sean/usm-normalized-fix | ||
# | ||
# [CUDA][Bindless] Address USM normalized type image creation failure and functionality | ||
set(UNIFIED_RUNTIME_TAG 1f13d2ceb0494d84ce7b32f6b453dbb256fb702a) | ||
|
||
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 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