Skip to content

Commit d2719b5

Browse files
[UR][CUDA] Changed the output of querying localMemSize (#11454)
CI for oneapi-src/unified-runtime#931
1 parent 9a4719b commit d2719b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

5656
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57-
# commit ba994bb401aefad3631012d592be672f6ea0e23b
58-
# Merge: be53fb3b f2a365ca
57+
# commit 0e24ab8d136978d984be9e8cba34e23b4fbcf37c
58+
# Merge: a62423d d5a4691
5959
# Author: Kenneth Benzie (Benie) <[email protected]>
60-
# Date: Fri Nov 3 11:09:52 2023 +0000
61-
# Merge pull request #968 from martygrant/martin/versionCheckSpecializationConstants
62-
# [OpenCL] Add version check for urProgramSetSpecializationConstants
63-
set(UNIFIED_RUNTIME_TAG ba994bb401aefad3631012d592be672f6ea0e23b)
60+
# Date: Mon Nov 6 11:42:03 2023 +0000
61+
# Merge pull request #931 from konradkusiak97/konradkusiak/LocalMemSizeQuery
62+
# [UR] [CUDA] Changed the output of querying localMemSize
63+
set(UNIFIED_RUNTIME_TAG 0e24ab8d136978d984be9e8cba34e23b4fbcf37c)
6464

6565
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6666
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

sycl/test-e2e/Plugin/cuda-max-local-mem-size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ int main() {
2626
});
2727
}).wait();
2828
// CHECK-ZERO: Local memory for kernel exceeds the amount requested using SYCL_PI_CUDA_MAX_LOCAL_MEM_SIZE
29-
// CHECK-OVERALLOCATE: Too much local memory allocated for device
29+
// CHECK-OVERALLOCATE: Excessive allocation of local memory on the device
3030
}

0 commit comments

Comments
 (0)