Skip to content

Commit

Permalink
[UR][L0]: MAX_COMPUTE_UNITS using ze_eu_count_ext_t
Browse files Browse the repository at this point in the history
URT PR: oneapi-src/unified-runtime#2618

Signed-off-by: Zhang, Winston <[email protected]>
  • Loading branch information
winstonzhang-intel committed Jan 30, 2025
1 parent adeaea8 commit 6bfdb17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(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/winstonzhang-intel/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
14 changes: 7 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# commit 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990
# Merge: 4643d1c0 3ed86fae
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Wed Jan 29 13:55:27 2025 +0000
#commit 3dbf8b247a6f42bfed1db6e6bdfdfd0b0f1067fc
#Author: Zhang, Winston <[email protected]>
#Date: Wed Jan 29 16:52:47 2025 -0800
#
# Merge pull request #2578 from Bensuo/ewan/remove_command_ref_counting
#[L0] MAX_COMPUTE_UNITS using ze_eu_count_ext_t
#
# Remove command-buffer command handle ref counting
set(UNIFIED_RUNTIME_TAG 14f4a3ba70b91b3adc411ec6bfc8ae86e948a990)
#For some recovery SKUs, MAX_COMPUTE_COUNT calculation does not provide the correct number of EUs. Now we will use ze_eu_count_t when
#available.
set(UNIFIED_RUNTIME_TAG 3dbf8b247a6f42bfed1db6e6bdfdfd0b0f1067fc)

0 comments on commit 6bfdb17

Please sign in to comment.