Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR] CI for: Emulate Fill with copy when patternSize is not a power of 2 #12912

Merged
merged 9 commits into from
May 2, 2024
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 1906ce76c9c2d2112584cc0679c25f00c4935e73
# Merge: 3e3d8748 7f9b30f6
# commit 633ec4081c2ede6e94530d2c762535f1f7718f52
# Merge: e8225146 2727e8af
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Apr 30 11:25:19 2024 +0100
# Merge pull request #1452 from jinge90/omp_device_global_intercept
# [ASAN] Intercept urProgramLink in sanitizer layer
set(UNIFIED_RUNTIME_TAG 1906ce76c9c2d2112584cc0679c25f00c4935e73)
# Date: Tue Apr 30 21:17:45 2024 +0100
# Merge pull request #1412 from konradkusiak97/memsetLargePatternL0
# [L0][OpenCL] Emulate Fill with copy when patternSize is not a power of 2
set(UNIFIED_RUNTIME_TAG 633ec4081c2ede6e94530d2c762535f1f7718f52)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
Loading