Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
)

fetch_adapter_source(cuda
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
https://github.com/GeorgeWeb/unified-runtime.git
33e185272ac06aa8b3132a4cbbf6c3497cd8ce76
)

fetch_adapter_source(hip
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
https://github.com/GeorgeWeb/unified-runtime.git
33e185272ac06aa8b3132a4cbbf6c3497cd8ce76
)

fetch_adapter_source(native_cpu
Expand Down