Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rdma): Set minimum size of the eager message freelist to one
After the freelist separation between the eager and data message, we should use a freelist of at-least one byte to avoid assertion on the eager message when running with OFI_NCCL_EAGER_MAX_SIZE=0 Signed-off-by: Arun Karthik <akkart@amazon.com>
- Loading branch information