Skip to content

Commit

Permalink
Merge branch 'sycl' into przemek/sampled-image-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
przemektmalon committed Apr 10, 2024
2 parents d559f35 + 1d52f90 commit bba8213
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bba8213

Please sign in to comment.