File tree Expand file tree Collapse file tree 2 files changed +0
-55
lines changed
Expand file tree Collapse file tree 2 files changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ file(GLOB TEST_SOURCES
99
1010add_executable (TensoriumTests ${TEST_SOURCES} )
1111
12- # ─────────────────────────────── OpenMP flags ───────────────────────────────
1312if (APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES "arm64" )
1413 include_directories (${OPENMP_INCLUDE_PATH} )
1514 link_directories (${OPENMP_LIB_PATH} )
@@ -19,7 +18,6 @@ elseif(DEFINED OPENMP_LIB)
1918 target_link_libraries (TensoriumTests PRIVATE ${OPENMP_LIB} )
2019endif ()
2120
22- # ─────────────────────────────── MPI / KNL options ───────────────────────────────
2321if (USE_MPI)
2422 find_package (MPI REQUIRED)
2523 target_link_libraries (TensoriumTests PRIVATE MPI::MPI_CXX)
@@ -31,8 +29,6 @@ if(USE_KNL)
3129 target_compile_definitions (TensoriumTests PRIVATE USE_KNL)
3230 target_link_libraries (TensoriumTests PRIVATE memkind)
3331endif ()
34-
35- # # ─────────────────────────────── Inject the plugins ───────────────────────────────
3632# set(DISPATCH_PLUGIN_PATH "${CMAKE_BINARY_DIR}/Plugins/libTensoriumDispatchPlugin.so")
3733#
3834# add_dependencies(TensoriumTests TensoriumDispatchPlugin)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments