Skip to content

Commit

Permalink
UR TAG CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jchlanda committed May 17, 2024
1 parent 6aac9ac commit 7464f90
Showing 1 changed file with 7 additions and 36 deletions.
43 changes: 7 additions & 36 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 4c69624c3f651819210148ad11d0e1e5c9af12de
# Merge: ea009363 f04b44c3
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Mon May 13 11:56:12 2024 +0100
# Merge pull request #1532 from AllanZyne/review/yang/local_accessor
# [DeviceSanitizer] Check out-of-bounds on sycl::local_accessor
set(UNIFIED_RUNTIME_TAG 4c69624c3f651819210148ad11d0e1e5c9af12de)
# DO NOT MERGE, TAG CHANGES
set(UNIFIED_RUNTIME_REPO "https://github.com/jchlanda/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG c893a3c4426304ab4b1f9d2b8dcace2ac2e82812)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
# commit 65c39c8a0cc17ebb43686230f91e1c3560764494
# Merge: 09467b8d f67122c0
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu May 16 11:11:37 2024 +0100
# Merge pull request #1611 from nrspruit/fix_interop_wg_max_size
# [L0] ensure a valid kernel handle for the device when reading max wg
65c39c8a0cc17ebb43686230f91e1c3560764494
${UNIFIED_RUNTIME_TAG}
)

fetch_adapter_source(opencl
Expand All @@ -121,35 +110,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(cuda
${UNIFIED_RUNTIME_REPO}
# commit 1ff111c12ea5bcb7b524dc377237c997fd884b8f
# Merge: 50452b75 28393448
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed May 15 13:30:30 2024 +0100
# Merge pull request #1596 from Bensuo/cuda_bool
# [CUDA] Change `bool` variable type to `unsigned int`
1ff111c12ea5bcb7b524dc377237c997fd884b8f
${UNIFIED_RUNTIME_TAG}
)

fetch_adapter_source(hip
${UNIFIED_RUNTIME_REPO}
# commit 09467b8d370f304d24bf093d37ee4554b3db2da0
# Merge: 1c1fa634 4cbf2106
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu May 16 11:04:05 2024 +0100
# Merge pull request #1553 from hdelan/get-device-from-queue
# [HIP] Get device from queue, not event
09467b8d370f304d24bf093d37ee4554b3db2da0
${UNIFIED_RUNTIME_TAG}
)

fetch_adapter_source(native_cpu
${UNIFIED_RUNTIME_REPO}
# commit 50452b75f0d1d7434f5beb4febd642af59a994ff
# Merge: 78b8e3e3 fa084d0a
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed May 15 10:37:42 2024 +0100
# Merge pull request #1477 from PietroGhg/pietro/reqd_work_group_size
# [NATIVECPU] Support reqd_work_group_size on Native CPU
50452b75f0d1d7434f5beb4febd642af59a994ff
${UNIFIED_RUNTIME_TAG}
)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
Expand Down

0 comments on commit 7464f90

Please sign in to comment.