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

Gather-scatter is missing Min/Max operations for device aware MPI backend #1333

Open
njansson opened this issue Jul 2, 2024 · 1 comment
Labels
AMD AMD GPUs and HIP enhancement New feature or request GPU GPU NVIDIA NVIDIA GPUs and CUDA

Comments

@njansson
Copy link
Collaborator

njansson commented Jul 2, 2024

These has not been implemented due to the lack of floating point support in atomicMin and atomicMax routines in CUDA/HIP. A proposed solution is to implemented these using CAS.

@njansson njansson added enhancement New feature or request GPU GPU NVIDIA NVIDIA GPUs and CUDA AMD AMD GPUs and HIP labels Jul 2, 2024
@njansson
Copy link
Collaborator Author

njansson commented Jul 2, 2024

This is related to the issues observed in #1328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AMD AMD GPUs and HIP enhancement New feature or request GPU GPU NVIDIA NVIDIA GPUs and CUDA
Projects
Status: 📋 Todo
Development

No branches or pull requests

1 participant