aws / aws-ofi-nccl

This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.
Apache License 2.0
147 stars 56 forks source link

fix(rdma): fi_{send,write}data: do arithmetic on uintptr #558

Closed aws-nslick closed 2 months ago

aws-nslick commented 2 months ago

Stacked PRs:


fix(rdma): fi_{send,write}data: do arithmetic on uintptr

void pointer arithmetic is illegal in c++; cast to uintptr, do the offset, then cast to void* to pass to libfabric. Signed-off-by: Nicholas Sielicki nslick@amazon.com

aws-nslick commented 2 months ago

bot:aws:retest