Question
In ncclSymkImplemented, only float types are supported for AllReduce and ReduceScatter:
return red == ncclDevSum && isFloat && ty != ncclFloat64;
Why is integer support not implemented? Is there a plan to support integer types in the future?