From 6faa6ef144f0517cbc83995cb424750f5e17d2e8 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Thu, 19 Dec 2024 12:57:01 -0800 Subject: [PATCH 1/2] [UR][L0] Updated Driver In order lists check and required version -pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/2491 Signed-off-by: Neil R. Spruit --- sycl/cmake/modules/FetchUnifiedRuntime.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/cmake/modules/FetchUnifiedRuntime.cmake b/sycl/cmake/modules/FetchUnifiedRuntime.cmake index a61cd975fea60..90b717d29fabb 100644 --- a/sycl/cmake/modules/FetchUnifiedRuntime.cmake +++ b/sycl/cmake/modules/FetchUnifiedRuntime.cmake @@ -134,7 +134,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT) CACHE PATH "Path to external '${name}' adapter source dir" FORCE) endfunction() - set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") + set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git") include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake) set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES") From a52a66f41fda9d4a7c6b31ed8db91640a31f488f Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Fri, 7 Feb 2025 10:43:10 -0800 Subject: [PATCH 2/2] add debug for test run Signed-off-by: Neil R. Spruit --- devops/actions/run-tests/e2e/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devops/actions/run-tests/e2e/action.yml b/devops/actions/run-tests/e2e/action.yml index 47fc75599ccdb..a653e33ec0f35 100644 --- a/devops/actions/run-tests/e2e/action.yml +++ b/devops/actions/run-tests/e2e/action.yml @@ -59,6 +59,9 @@ runs: - name: SYCL End-to-end tests shell: bash {0} env: + SYCL_UR_TRACE: 2 + ZE_DEBUG: 1 + UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS: 0 LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True --param test-mode=${{ inputs.testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }} run: | ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1