Skip to content

Commit

Permalink
[UR] Explicitly specify USMFree as a non-blocking operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Nov 11, 2024
1 parent 82d874f commit dc12f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 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/aarongreig/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
8 changes: 1 addition & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# commit c94dbc8fa25f62b812a3db707b78f1c217b33bc3
# Merge: 9ae8e65b 5bc8c925
# Author: Callum Fare <[email protected]>
# Date: Fri Nov 8 17:14:06 2024 +0000
# Merge pull request #2302 from callumfare/callum/revert_ur_2100
# Revert #2100 "Raise MSVC warning level from /W3 to /W4"
set(UNIFIED_RUNTIME_TAG c94dbc8fa25f62b812a3db707b78f1c217b33bc3)
set(UNIFIED_RUNTIME_TAG aaron/clarifyNonBlockingFree)

0 comments on commit dc12f5a

Please sign in to comment.