TensorRT-LLMs/cpp/tensorrt_llm/runtime/utils
Robin Kobus 9f9edd783c
refactor: Introduce MpiTag enumeration and update MPI function signatures (#3893)
* refactor: Move executor recv functions into classes

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* refactor: Enhance MPI logging and error handling

- Updated MPI logging to include destination and tag information for better traceability during send and receive operations.
- Added error checking for MPI_Wait and MPI_Cancel calls to ensure proper handling of multi-device requests.
- Improved code structure for clarity and maintainability.

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* refactor: Introduce MpiTag enumeration and update MPI function signatures

- Added a new header file `mpiTags.h` to define an enumeration for MPI tags, improving code readability and maintainability.
- Updated function signatures in `mpiUtils.h` and `mpiUtils.cpp` to use the new `MpiTag` type instead of raw integers for tags.
- Refactored various MPI calls across the codebase to utilize the new `MpiTag` enumeration, enhancing type safety and clarity.
- Removed redundant MPI tag constants from several classes, streamlining the code.

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* fixup! refactor: Introduce MpiTag enumeration and update MPI function signatures

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

* refactor: Rename tags for consistency

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>

---------

Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com>
2025-05-04 13:24:29 +02:00
..
debugUtils.cu Update TensorRT-LLM (#2562) 2024-12-11 00:31:05 -08:00
mpiUtils.cpp refactor: Introduce MpiTag enumeration and update MPI function signatures (#3893) 2025-05-04 13:24:29 +02:00
numpyUtils.cpp Update TensorRT-LLM (#2184) 2024-09-03 12:14:23 +02:00
numpyUtils.h Update TensorRT-LLM 2024-08-20 18:55:15 +08:00
sessionUtils.cpp fix: 5197419 and removed unused runtime kernels (#3631) 2025-04-23 18:04:50 +02:00
sessionUtils.h fix: 5197419 and removed unused runtime kernels (#3631) 2025-04-23 18:04:50 +02:00
speculativeChoicesUtils.cpp Update TensorRT-LLM (#2460) 2024-11-19 18:30:34 +08:00