AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
553 stars 352 forks source link

fix: wavefront_size for gfx11* #4170

Closed matheus-mcosta closed 1 month ago

matheus-mcosta commented 1 month ago

Summary

GPUs with arch gfx11* were getting set to 64 and causing to fail. This PR aims to fix that by including in the Make and CMake defs.

Additional background

https://rocm.docs.amd.com/en/latest/reference/gpu-arch-specs.html

Checklist

The proposed changes: