Skip to content

Commit

Permalink
Revert "fix rocm"
Browse files Browse the repository at this point in the history
This reverts commit 0fb4e5d.
  • Loading branch information
mszhanyi committed Jan 19, 2023
1 parent 31e9c18 commit 4e1dcd4
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 @@ -1317,10 +1317,6 @@ if (onnxruntime_USE_ROCM)
find_library(ROCTRACER_LIB roctracer64 REQUIRED)
set(ONNXRUNTIME_ROCM_LIBS roc::rocblas MIOpen ${RCCL_LIB} ${ROCTRACER_LIB})

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

file(GLOB_RECURSE onnxruntime_providers_rocm_cc_srcs CONFIGURE_DEPENDS
"${ONNXRUNTIME_ROOT}/core/providers/rocm/*.h"
"${ONNXRUNTIME_ROOT}/core/providers/rocm/*.cc"
Expand Down

0 comments on commit 4e1dcd4

Please sign in to comment.