Skip to content

Commit

Permalink
[UR][L0] Cleanup Queue at Release unconditionally and reset command l…
Browse files Browse the repository at this point in the history
…ist after failure

- pre-commit PR for oneapi-src/unified-runtime#1300

Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Feb 8, 2024
1 parent 3405149 commit a4bb6b8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,9 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 9babc4d092a92c1036791d26ef328e5eeaf19803
# Merge: 3be8f205 90498ec5
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Thu Feb 8 15:44:54 2024 +0000
# Merge pull request #1321 from pbalcer/adapter-compute-constructor
# [L0] move adapter init into its constructor from urAdapterGet
set(UNIFIED_RUNTIME_TAG 9babc4d092a92c1036791d26ef328e5eeaf19803)

set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 24066e4aafd64db0b0f75495d4492a41f768ba0f)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
endif()
Expand Down

0 comments on commit a4bb6b8

Please sign in to comment.