Skip to content

[Question]: Why does symmetric memory only support float types? #2018

@sonsyfei

Description

@sonsyfei

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions