Skip to content

Commit

Permalink
[Docs] Update docs for ext_oneapi_queue_priority on HIP (#11622)
Browse files Browse the repository at this point in the history
oneapi-src/unified-runtime#1229

---------

Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
al42and and kbenzie authored Jan 8, 2024
1 parent 0502d11 commit dc0848d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This extension is implemented and fully supported by {dpcpp}.
[NOTE]
====
Although {dpcpp} supports this extension on all backends, it is currently used
only on Level Zero and CUDA.
on Level Zero, CUDA, and HIP.
Other backends ignore the properties defined in this specification.
====

Expand Down
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit c311fe82256a7bc7f6ddd19cb86c8d555ce401bc
# Merge: eee75a29 d398d4ae
# commit 2d42d77d5b931b4558842bad32cf9dad80e17b3c
# Merge: 9f14fedb 2a960baf
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Jan 4 15:12:54 2024 +0000
# Merge pull request #1222 from sommerlukas/lukas/comgr-include-rocm4
# [UR][HIP] Fix include for AMD COMGR
set(UNIFIED_RUNTIME_TAG c311fe82256a7bc7f6ddd19cb86c8d555ce401bc)
# Date: Mon Jan 8 13:40:40 2024 +0000
# Merge pull request #1229 from oneapi-src/revert-1228-revert-984-ext_oneapi_queue_priority-hip
# Revert "Revert "[HIP] Implement ext_oneapi_queue_priority""
set(UNIFIED_RUNTIME_TAG 2d42d77d5b931b4558842bad32cf9dad80e17b3c)

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 dc0848d

Please sign in to comment.