TensorRT-LLMs/cpp/tensorrt_llm/deep_ep
Martin Marciniszyn Mehringer 943fd418dd
fix: Ensure mlx5 library is installed for deep_ep and remove deprecated python bindings (#6189)
Signed-off-by: Martin Marciniszyn Mehringer <11665257+MartinMarciniszyn@users.noreply.github.com>
2025-07-20 10:38:51 +08:00
..
CMakeLists.txt fix: Ensure mlx5 library is installed for deep_ep and remove deprecated python bindings (#6189) 2025-07-20 10:38:51 +08:00
deep_ep_cpp_tllm.version Refactor: move DeepEP from Docker images to wheel building (#5534) 2025-07-07 22:57:03 +09:00
nvshmem_fast_build.patch Refactor: move DeepEP from Docker images to wheel building (#5534) 2025-07-07 22:57:03 +09:00
nvshmem_src_3.2.5-1.txz Refactor: move DeepEP from Docker images to wheel building (#5534) 2025-07-07 22:57:03 +09:00
README.md Refactor: move DeepEP from Docker images to wheel building (#5534) 2025-07-07 22:57:03 +09:00
strip_nvshmem_helper.py Refactor: move DeepEP from Docker images to wheel building (#5534) 2025-07-07 22:57:03 +09:00

How to generate nvshmem_fast_build.patch?

  1. Build the project without applying the nvshmem_fast_build.patch.
  2. Link NVSHMEM to DeepEP with one NVSHMEM object file omitted.
  3. Repeat step 2 until no more object files can be omitted.
  4. Remove the unused files from NVSHMEM's CMakelists.txt, and save the differences as nvshmem_fast_build.patch.

The script strip_nvshmem_helper.py automatically performs steps 2 and 3.