Skip to content

Missing warp reduce functions in HIP #10

@Epliz

Description

@Epliz

Hi,

Warp reduce functions are available in CUDA (cf. https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#warp-reduce-functions) but not in HIP.

There is equivalent functionality in HLSL shader model 6.0 supported by all AMD GPUs after the Vega architecture as far as I know: https://github.com/microsoft/DirectXShaderCompiler/wiki/Wave-Intrinsics .

So I think it can be implemented for HIP as well.

Could you please add them?

Best regards,
Epliz

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions