Skip to content

Commit

Permalink
[UR] remove duplicate ur files (#12417)
Browse files Browse the repository at this point in the history
The ur.hpp and ur.cpp files were moved to the unified runtime repo.

This is currently blocking #12403,
oneapi-src/unified-runtime#1252.
  • Loading branch information
pbalcer authored Jan 17, 2024
1 parent f924aa0 commit 8959c3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 326 deletions.
5 changes: 5 additions & 0 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ message(STATUS
"Using Unified Runtime source directory: ${UNIFIED_RUNTIME_SOURCE_DIR}")

set(UNIFIED_RUNTIME_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR}/include")
set(UNIFIED_RUNTIME_SRC_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR}/source")
set(UNIFIED_RUNTIME_COMMON_INCLUDE_DIR "${UNIFIED_RUNTIME_SOURCE_DIR}/source/common")

add_library(UnifiedRuntimeLoader ALIAS ur_loader)
add_library(UnifiedRuntimeCommon ALIAS ur_common)
Expand Down Expand Up @@ -148,6 +150,9 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
Threads::Threads
UnifiedRuntimeLoader
UnifiedRuntime-Headers
INCLUDE_DIRS
"${UNIFIED_RUNTIME_SRC_INCLUDE_DIR}"
"${UNIFIED_RUNTIME_COMMON_INCLUDE_DIR}"
)

# We need for #include <ze_api.h> in common.h
Expand Down
28 changes: 0 additions & 28 deletions sycl/plugins/unified_runtime/ur/ur.cpp

This file was deleted.

298 changes: 0 additions & 298 deletions sycl/plugins/unified_runtime/ur/ur.hpp

This file was deleted.

0 comments on commit 8959c3c

Please sign in to comment.