Skip to content

Commit

Permalink
Revert "fix tvm"
Browse files Browse the repository at this point in the history
This reverts commit 0c1f723.
  • Loading branch information
mszhanyi committed Jan 19, 2023
1 parent 4e1dcd4 commit 508d94d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/onnxruntime_providers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1477,10 +1477,6 @@ if (onnxruntime_USE_TVM)
add_definitions(-DUSE_TVM_HASH=1)
endif()

if ( CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-parameter -Wno-missing-field-initializers")
endif()

if (onnxruntime_TVM_USE_HASH)
file (GLOB_RECURSE onnxruntime_providers_tvm_cc_srcs CONFIGURE_DEPENDS
"${ONNXRUNTIME_ROOT}/core/providers/tvm/*.h"
Expand Down

0 comments on commit 508d94d

Please sign in to comment.