Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tmva/sofie/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ add_custom_command(TARGET SofieCompileModels_ONNX POST_BUILD


# Creating a Google Test
if (tmva-cpu) # we need BLAS for compiling the models
ROOT_ADD_GTEST(TestCustomModelsFromONNX TestCustomModelsFromONNX.cxx
LIBRARIES
ROOTTMVASofie
Expand All @@ -71,7 +70,6 @@ ROOT_ADD_GTEST(TestCustomModelsFromONNX TestCustomModelsFromONNX.cxx
)

add_dependencies(TestCustomModelsFromONNX SofieCompileModels_ONNX)
endif()

#For testing serialisation of RModel object

Expand Down Expand Up @@ -103,7 +101,6 @@ COMMAND ${CMAKE_COMMAND} -E env ROOTIGNOREPREFIX=1 ./emitFromROOT
USES_TERMINAL )

# Creating a Google Test for Serialisation of RModel
if (tmva-cpu)
ROOT_ADD_GTEST(TestCustomModelsFromROOT TestCustomModelsFromROOT.cxx
LIBRARIES
ROOTTMVASofie
Expand All @@ -113,7 +110,6 @@ ROOT_ADD_GTEST(TestCustomModelsFromROOT TestCustomModelsFromROOT.cxx
${CMAKE_CURRENT_BINARY_DIR}
)
add_dependencies(TestCustomModelsFromROOT SofieCompileModels_ROOT)
endif()

# gtest
# Look for needed python modules
Expand All @@ -126,7 +122,6 @@ if(ROOT_TORCH_FOUND)
configure_file(LinearModelGenerator.py LinearModelGenerator.py COPYONLY)
configure_file(RecurrentModelGenerator.py RecurrentModelGenerator.py COPYONLY)

if (tmva-cpu)
ROOT_ADD_GTEST(TestSofieModels TestSofieModels.cxx
LIBRARIES
ROOTTMVASofie
Expand All @@ -136,7 +131,6 @@ if (tmva-cpu)
INCLUDE_DIRS
${CMAKE_CURRENT_BINARY_DIR}
)
endif()
endif()

add_executable(emitGNN
Expand Down
Loading