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(platform-aws): fill all platform values #595

Closed aws-nslick closed 1 month ago

aws-nslick commented 2 months ago

Stacked PRs:


fix(platform-aws): fill all platform values

commit ce214aa rearranged fields such that the written initializers were valid on most modern compilers, but it went unnoticed that this is insufficient for AL2's ancient toolchain, which fails with:

sorry, unimplemented: non-trivial designated initializers not supported

provide all members for all entries to fix this.