Multi Device Plugin Comm Registry#

bool trt_edgellm::rt::registerNcclCommForAllReducePlugin(
int32_t deviceId,
void *ncclComm
) noexcept#

Register an NCCL communicator with the plugin communication registry.

Returns:

True if the plugin symbol was found and registration completed.

bool trt_edgellm::rt::unregisterNcclCommForAllReducePlugin(
int32_t deviceId,
void *ncclComm
) noexcept#

Unregister an NCCL communicator from the plugin communication registry.

Returns:

True if the matching registration was found and removed.