fix(neuron): remove const from ncclNetPlugin_v{4,5} syms
const variables have internal linkage by default under c++; nvidia
interface requires it not be const because its modified during init.
Remove const for neuron, too.
Signed-off-by: Nicholas Sielicki nslick@amazon.com
Stacked PRs:
568
567
566
591
588
595
594
593
589
587
576
586
585
574
575
571
570
573
569
565
563
fix(neuron): remove const from ncclNetPlugin_v{4,5} syms
const variables have internal linkage by default under c++; nvidia interface requires it not be const because its modified during init. Remove const for neuron, too. Signed-off-by: Nicholas Sielicki nslick@amazon.com