forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][CUDA][HIP] Update images enable variable (intel#16147)
This patch adds a variable to enable image support for HIP, and updates the one for CUDA to use the UR naming. SYCL images support is similar for CUDA and HIP, so it makes sense to treat them the same, and any future work on this will focus on bindless images rather than SYCL images. UR side PR: oneapi-src/unified-runtime#2356 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
- Loading branch information
1 parent
1587ea5
commit fe88f1d
Showing
3 changed files
with
13 additions
and
8 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,7 +1,7 @@ | ||
# commit 098deca1f9f3b9f3f0563ee823ac424d8db30668 | ||
# Merge: 58e4d76c2ace 73ba29bfe9df | ||
# commit 06f48f674445532d8c04be431474901b82c3c449 | ||
# Merge: 098deca1f9f3 1b373f83c71e | ||
# Author: Martin Grant <[email protected]> | ||
# Date: Wed Dec 11 17:23:43 2024 +0000 | ||
# Merge pull request #2299 from cppchedy/chedy/fix-mipmap-leak | ||
# [CUDA][Bindless] Fix memory leak in interop mapping | ||
set(UNIFIED_RUNTIME_TAG 098deca1f9f3b9f3f0563ee823ac424d8db30668) | ||
# Date: Thu Dec 12 11:04:15 2024 +0000 | ||
# Merge pull request #2356 from npmiller/hip-images | ||
# [HIP] Disable SYCL images by default | ||
set(UNIFIED_RUNTIME_TAG 06f48f674445532d8c04be431474901b82c3c449) |
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