Skip to content

BUG: SHM support does not compile on Arm64 #486

@nlbrown2

Description

@nlbrown2

Hello,

#458 broke arm64 compilation by including x86-specific headers - namely <immintrin.h>. This header is used to implement parallel_memcpy. When I hacked around this locally to make parallel_memcpy invoke memcpy directly, AllreduceNewTest.TestTimeout consistently segfaulted in ~AllreduceSharedMemoryData.

This issue will likely also block the corresponding PyTorch PR pytorch/pytorch#172297

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions