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
140 stars 54 forks source link

feat(tree): add static_assert shim macro #556

Closed aws-nslick closed 3 weeks ago

aws-nslick commented 4 weeks ago

Stacked PRs:


feat(tree): add static_assert shim macro

static_assert is a c++ keyword, so when not using c++, create a macro under the same name that aliases _Static_assert to static_assert. This means static_assert can be used in both cases. Signed-off-by: Nicholas Sielicki nslick@amazon.com

a-szegel commented 3 weeks ago

bot:aws:retest

aws-nslick commented 3 weeks ago

bot:aws:retest

aws-nslick commented 3 weeks ago

bot:aws:retest

aws-nslick commented 3 weeks ago

Commit previously passed without modifications.