Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing warp reduce functions in HIP #10

Open
Epliz opened this issue Sep 1, 2023 · 2 comments
Open

Missing warp reduce functions in HIP #10

Epliz opened this issue Sep 1, 2023 · 2 comments

Comments

@Epliz
Copy link

Epliz commented Sep 1, 2023

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

@Epliz
Copy link
Author

Epliz commented Sep 1, 2023

@cjatin , you were kind enough to have a look at #2 ; this one is quite similar, so I would appreciate if you could have a look at this one as well :) .

@cjatin
Copy link
Contributor

cjatin commented Sep 4, 2023

Hello,
Will raise an internal issue to track this and #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants