File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GPU/GPUTracking/Standalone Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ endif()
139139add_subdirectory (../../ GPU)
140140add_library (standalone_support SHARED
141141 ${O2_DIR} /Common/Field/src/MagFieldFast.cxx
142- ${O2_DIR} /Common/ML/src/OrtInterface.cxx
143142 ${O2_DIR} /Common/Utils/src/StringUtils.cxx
144143 ${O2_DIR} /DataFormats/Detectors/TPC/src/CompressedClusters.cxx
145144 ${O2_DIR} /DataFormats/Reconstruction/src/TrackParametrization.cxx
@@ -228,6 +227,7 @@ endif()
228227
229228if (GPUCA_CONFIG_ONNX)
230229 target_link_libraries (standalone_support PRIVATE onnxruntime::onnxruntime)
230+ target_sources (standalone_support PRIVATE ${O2_DIR} /Common/ML/src/OrtInterface.cxx)
231231endif ()
232232
233233if (GPUCA_BUILD_DEBUG_SANITIZE AND CMAKE_CXX_COMPILER MATCHES "clang\\ +\\ +" )
Original file line number Diff line number Diff line change 1313/// \author David Rohr
1414
1515// Run e.g. as (replacing [FILE] and [OUTPUT]:
16- // echo -e '#define PARAMETER_FILE "[FILE]] "\ngInterpreter->AddIncludePath("'`pwd`'/include/GPU");\n.x share/GPU/tools/dumpGPUDefParam.C("[OUTPUT]")\n.q\n' | root -l -b
16+ // echo -e '#define PARAMETER_FILE "[FILE]"\ngInterpreter->AddIncludePath("'`pwd`'/include/GPU");\n.x share/GPU/tools/dumpGPUDefParam.C("[OUTPUT]")\n.q\n' | root -l -b
1717// To dump the defaults for AMPERE architecture, run
1818// echo -e '#define GPUCA_GPUTYPE_AMPERE\n#define PARAMETER_FILE "GPUDefParametersDefaults.h"\ngInterpreter->AddIncludePath("'`pwd`'/include/GPU");\n.x share/GPU/tools/dumpGPUDefParam.C("default_AMPERE.par")\n.q\n' | root -l -b
1919
You can’t perform that action at this time.
0 commit comments