Skip to content

Commit a435f20

Browse files
committed
Merge remote-tracking branch 'origin/sycl' into review/yang/statistics
2 parents bd63b46 + 1dfc3d7 commit a435f20

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

libdevice/nativecpu_utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ DefShuffleINTEL_All(int8_t, i8, int8_t)
295295
DefShuffleINTEL_All(uint8_t, i8, int8_t)
296296
DefShuffleINTEL_All(double, f64, double)
297297
DefShuffleINTEL_All(float, f32, float)
298+
DefShuffleINTEL_All(_Float16, f16, _Float16)
298299

299300
// Vector versions of shuffle are generated by the FixABIBuiltinsSYCLNativeCPU pass
300301

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 4cd2dac7e17d82079bc07099284f2ea6cf8fd034
121-
# Author: Yang Zhao <[email protected]>
122-
# Date: Thu Oct 3 19:30:41 2024 +0800
123-
# [DeviceSanitizer] Memory overhead statistics (#1869)
124-
# Statistic memory overhead (usm redzone + shadow memory) on each context, enabled by exporting asan flag UR_LAYER_ASAN_OPTIONS=print_stats:1.
125-
# Addtionally, move "AsanOptions" under "SanitizerInterceptor".
126-
set(UNIFIED_RUNTIME_TAG 4cd2dac7e17d82079bc07099284f2ea6cf8fd034)
120+
# commit 7907998a442b381a6669d2ae5ab957f8ddda5d03
121+
# Merge: 7e9d9d47 ae7f58e3
122+
# Author: aarongreig <[email protected]>
123+
# Date: Fri Oct 4 11:35:10 2024 +0100
124+
# Merge pull request #2121 from nrspruit/error_after_free_syclos
125+
# [L0] Refcnt Parent Buffer on Sub Buffer Create and die on use of buffer after free
126+
set(UNIFIED_RUNTIME_TAG 7907998a442b381a6669d2ae5ab957f8ddda5d03)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)