Reorganization directory structure [1/n]

Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
kamdiedrich
2020-02-22 21:54:11 +01:00
parent 247cc953d1
commit fa8e720f9e
660 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ if(NOT DEFINED NEO_SOURCE_DIR)
set(NEO_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
endif()
set(NEO_RUNTIME_SUB_DIR "runtime")
set(NEO_RUNTIME_SUB_DIR "opencl/source")
set(NEO_RUNTIME_SOURCE_DIR "${NEO_SOURCE_DIR}/${NEO_RUNTIME_SUB_DIR}")
# Set the core source directory
@@ -554,7 +554,7 @@ else()
endif()
message(STATUS "Engine node dir: ${ENGINE_NODE_DIR}")
include_directories(runtime)
include_directories(opencl/source)
add_definitions(-DGMM_OCL)

View File

@@ -14,7 +14,7 @@ components:
infra:
branch: infra
dest_dir: infra
revision: 15fae173ea2b4ecba8db71685e59cb94ba71ccb7
revision: 36b37dcf299f8c86dac87d621da41bd2b6eb6517
type: git
internal:
branch: master

Some files were not shown because too many files have changed in this diff Show More