pytorch/test/edge
Mwiza Kunda 22d2e2d9a0 Set RUNPATH so installed tests can find the required shared libraries (#136627)
This change fixes the RUNPATH of installed c++ tests so that the linker can find the shared libraries they depend on.

For example, currently:
```bash
venv/lib/python3.10/site-packages/torch $ ./bin/test_lazy
./bin/test_lazy: error while loading shared libraries: libtorch.so: cannot open shared object file: No such file or directory
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/136627
Approved by: https://github.com/malfet
2024-10-25 09:38:08 +00:00
..
templates [executorch][kernel reg] Allow kernel manual registration (#110086) 2023-09-27 16:04:20 +00:00
CMakeLists.txt Set RUNPATH so installed tests can find the required shared libraries (#136627) 2024-10-25 09:38:08 +00:00
custom_ops.cpp
custom_ops.yaml [Specialized Kernel] Update yaml syntax to use kernel instead of dispatch (#104070) 2023-06-27 09:53:20 +00:00
Evalue.h [Reland] [11/N] Use std::nullopt and std::optional (#132622) 2024-08-05 20:36:33 +00:00
event_tracer_hooks.h Add option to disable operator profiling (#136838) 2024-10-04 22:56:00 +00:00
event_tracer.h Add support for event_tracer in codegen layer (#109990) 2023-09-27 09:09:03 +00:00
kernel_runtime_context.h Add support for event_tracer in codegen layer (#109990) 2023-09-27 09:09:03 +00:00
operator_registry.cpp
operator_registry.h [torchgen] Rename executorch's RuntimeContext to KernelRuntimeContext (#104892) 2023-07-14 21:15:50 +00:00
selected_operators.yaml [Reland][ET] Select used et_kernel_metadata only (#104005) 2023-06-23 14:38:45 +00:00
test_main.cpp
test_operator_registration.cpp [torchgen] Rename executorch's RuntimeContext to KernelRuntimeContext (#104892) 2023-07-14 21:15:50 +00:00