Skip to content

Commit 9c521e1

Browse files
committed
remove unused part
1 parent f268319 commit 9c521e1

23 files changed

Lines changed: 23 additions & 742 deletions

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"ENABLE_OV_IR_FRONTEND": true,
222222
"THREADING": {
223223
"type": "STRING",
224-
"value": "TBB"
224+
"value": "SEQ"
225225
},
226226
"ENABLE_TBBBIND_2_5": false,
227227
"BUILD_COMPILER_FOR_DRIVER": true,

src/vpux_compiler/src/frontend/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
# SPDX-License-Identifier: Apache 2.0
44
#
55

6-
if(BUILD_COMPILER_FOR_DRIVER)
7-
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
8-
string(REPLACE "/sdl" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
9-
string(REPLACE "/sdl" "" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
10-
endif()
11-
endif()
12-
136
file(GLOB_RECURSE SRC_FILES *.cpp)
147
set(TARGET_NAME "npu_compiler_frontend")
158
add_mlir_library(${TARGET_NAME}

src/vpux_driver_compiler/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
# SPDX-License-Identifier: Apache 2.0
44
#
55

6-
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
7-
string(REPLACE "/sdl" "" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
8-
string(REPLACE "/sdl" "" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
9-
endif()
10-
116
set(CID_COMPONENT "CiD")
127
ov_cpack_add_component(${CID_COMPONENT})
138

src/vpux_driver_compiler/docs/driver-compiler-windows-env-setup.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)