Skip to content

Commit

Permalink
[SYCL][CUDA] Graph buffer fill improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanC committed Mar 14, 2024
1 parent 8850a97 commit ecd4a4f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,8 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 418ad5354ca24a6dfbd01df803949855b7a6c3dd
# Merge: d99d5f74 26682290
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Mar 14 10:19:56 2024 +0000
# Merge pull request #1365 from Bensuo/maxime/improve-L0-cmd-buffer-enqueing
# [EXP][CMDBUF] Move event reset commands to dedicated cmd-list
set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd)
set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG maxime/cuda-large-fill-pattern)

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

0 comments on commit ecd4a4f

Please sign in to comment.