File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
54
54
include (FetchContent )
55
55
56
56
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
59
59
# 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 )
64
64
65
65
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
66
66
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ int main() {
26
26
});
27
27
}).wait ();
28
28
// 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
30
30
}
You can’t perform that action at this time.
0 commit comments