From 2b161d2d32241cd2ecda492569dc1c58f7c972ea Mon Sep 17 00:00:00 2001 From: Luke Drummond Date: Mon, 11 Nov 2024 14:56:24 +0000 Subject: [PATCH] Set UR repo for testing --- sycl/cmake/modules/UnifiedRuntimeTag.cmake | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sycl/cmake/modules/UnifiedRuntimeTag.cmake b/sycl/cmake/modules/UnifiedRuntimeTag.cmake index 528c334adf3f5..1729024927345 100644 --- a/sycl/cmake/modules/UnifiedRuntimeTag.cmake +++ b/sycl/cmake/modules/UnifiedRuntimeTag.cmake @@ -1,7 +1,8 @@ -# commit 3fdf7e3998b029fbf6cdb584e552a71a678f3146 -# Merge: c34ea46276a9 353d30678b2c -# Author: Martin Grant -# Date: Wed Dec 4 15:08:55 2024 +0000 -# Merge pull request #2413 from againull/max_dir_length_win -# [L0] Shorten the dir name for the fecthed repo to avoid hitting Windows max limit -set(UNIFIED_RUNTIME_TAG 3fdf7e3998b029fbf6cdb584e552a71a678f3146) +# commit 72b5730061b86024078e9440c7e645e7a3904c24 +# Author: Nicolas Miller +# Date: Wed Dec 4 10:48:43 2024 +0000 +# +# Add tensormap stubs to L0 v2 + +set(UNIFIED_RUNTIME_TAG 72b5730061b86024078e9440c7e645e7a3904c24) +set(UNIFIED_RUNTIME_REPO https://github.com/hdelan/unified-runtime.git)