cmake Torch examples

rodrigodzf/NeuralResonatorVST CMakeLists.txt :41

find_package(Torch REQUIRED)

TiledTensor/TiledCUDA scripts/cmake/generic.cmake :29

find_package(Torch REQUIRED)

YWL0720/YOLO_ORB_SLAM3 CMakeLists.txt :55

find_package(Torch REQUIRED)

YWL0720/YOLO_ORB_SLAM3_with_pointcloud_map CMakeLists.txt :55

find_package(Torch REQUIRED)

Smorodov/Multitarget-tracker thirdparty/ruclip/CMakeLists.txt :4

find_package(Torch REQUIRED)

topology-tool-kit/ttk CMake/config.cmake :156

find_package(Torch QUIET)

in-formant/in-formant CMakeLists.txt :321

find_package(Torch REQUIRED)

iamhankai/cpp-pytorch CMakeLists.txt :4

find_package(Torch REQUIRED)

pytorch/FBGEMM cmake/modules/PyTorchSetup.cmake :11

find_package(Torch REQUIRED)

NVIDIA/Fuser CMakeLists.txt :69

find_package(Torch REQUIRED)

NVIDIA/VisRTX tsd/src/tsd/io/CMakeLists.txt :81

find_package(Torch REQUIRED)

louis-she/torchscript-demos CMakeLists.txt :5

find_package(Torch REQUIRED PATHS ./libtorch)

luigifreda/slamplay CMakeLists.txt :329

find_package(Torch REQUIRED)

microsoft/nnfusion src/nnfusion/frontend/torchscript_import/CMakeLists.txt :5

find_package(Torch REQUIRED)

perone/euclidesdb CMakeLists.txt :31

find_package(Torch REQUIRED)

jd-opensource/xllm CMakeLists.txt :274

find_package(Torch REQUIRED HINTS "$ENV{LIBTORCH_ROOT}")

Tencent/Forward CMakeLists.txt :248

find_package(Torch)

LLMServe/SwiftTransformer CMakeLists.txt :100

find_package(Torch REQUIRED)

Omegastick/pytorch-cpp-rl CMakeLists.txt :43

find_package(Torch REQUIRED)

DeepVAC/libdeepvac CMakeLists.txt :109

find_package(Torch REQUIRED)

LBANN/lbann CMakeLists.txt :127

find_package(Torch
  ${LBANNV2_MINIMUM_Torch_VERSION}
  REQUIRED
)

openmm/openmm-torch CMakeLists.txt :18

FIND_PACKAGE(Torch REQUIRED)

OpenGATE/Gate CMakeLists.txt :244

FIND_PACKAGE(Torch REQUIRED)

Geant4/geant4 examples/extended/parameterisations/Par04/CMakeLists.txt :66

find_package(Torch QUIET)

KinglittleQ/SuperPoint_SLAM CMakeLists.txt :52

find_package(Torch REQUIRED)

xieyuser/GS-LIVM CMakeLists.txt :128

find_package(Torch REQUIRED)

hku-mars/GS-SDF CMakeLists.txt :62

find_package(Torch REQUIRED)

TorchCraft/TorchCraft CMakeLists.txt :13

FIND_PACKAGE(Torch REQUIRED)

torch/DEPRECEATED-torch7-distro extra/compat/CMakeLists.txt :3

FIND_PACKAGE(Torch REQUIRED)

nanoporetech/dorado cmake/Torch.cmake :186

find_package(Torch REQUIRED)

merzlab/QUICK cmake/3rdPartyTools.cmake :719

find_package(Torch REQUIRED PATHS ${TORCH_HOME} NO_DEFAULT_PATH)