Skip to content

Commit

Permalink
[UR][L0] Add support for the MCL 1.1 apis thru the spec extensions
Browse files Browse the repository at this point in the history
-pre-commit PR for oneapi-src/unified-runtime#2351

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Nov 19, 2024
1 parent b7607f0 commit 2fe81e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/nrspruit/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
2 changes: 1 addition & 1 deletion sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Date: Tue Nov 19 14:41:15 2024 +0000
# Merge pull request #2337 from aarongreig/aaron/fixCoreFuncMacroWindows
# Fix the CL_CORE_FUNCTION macro on windows.
set(UNIFIED_RUNTIME_TAG 1675f053176f0860388aa67fd009750a7e03b2c2)
set(UNIFIED_RUNTIME_TAG ee88646026c4319cf0b772a685e1f5a95f33a4db)

0 comments on commit 2fe81e8

Please # to comment.