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.
Merge branch 'sycl' into przemek/sampled-image-fetch
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 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 |
---|---|---|
|
@@ -136,17 +136,24 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
|
||
fetch_adapter_source(cuda | ||
${UNIFIED_RUNTIME_REPO} | ||
# Merge: e27528ac 46604bea | ||
# commit 6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c | ||
# Merge: 08b3e8fe 834e6435 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Wed Apr 10 13:47:33 2024 +0100 | ||
# Merge pull request #1213 from fabiomestre/fabio/imagegetinfo_cuda | ||
# [CUDA] Implement urMemImageGetInfo | ||
cda0cd942027323124629f6d9ee30ca32b12d807 | ||
# Date: Wed Apr 10 16:26:17 2024 +0100 | ||
# Merge pull request #1220 from fabiomestre/fabio/cuda_multimap | ||
# [CUDA] Add support for multiple active mappings | ||
6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c | ||
) | ||
|
||
fetch_adapter_source(hip | ||
${UNIFIED_RUNTIME_REPO} | ||
${UNIFIED_RUNTIME_TAG} | ||
# commit 08b3e8fe6c5ad0aed125823c335eb44343845f6c | ||
# Merge: 758c6149 db47fc0a | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Wed Apr 10 16:22:00 2024 +0100 | ||
# Merge pull request #1359 from lplewa/hip_log | ||
# Refactor hip adapter to new logger | ||
08b3e8fe6c5ad0aed125823c335eb44343845f6c | ||
) | ||
|
||
fetch_adapter_source(native_cpu | ||
|