You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs with CHPL_LLVM=bundled, CHPL_GPU=amd, CHPL_LOCALE_MODEL=gpu, and ROCm 6.2 being used. This is only an issue when the bundled LLVM was built with asserts on, either by CHPL_DEVELOPER being set in the environment or directly via make ASSERTS=1.
This should not effect most users, it should only effect developers
The text was updated successfully, but these errors were encountered:
This also currently affects Spack users building with chapel+rocm~developer, but that's due to a defect in the Spack recipe silently/incorrectly setting CHPL_DEVELOPER=false which is interpreted as enabling assertions in LLVM.
Any Chapel compilation with ROCm 6.2 will hit an LLVM assertion.
This occurs with
CHPL_LLVM=bundled
,CHPL_GPU=amd
,CHPL_LOCALE_MODEL=gpu
, and ROCm 6.2 being used. This is only an issue when the bundled LLVM was built with asserts on, either byCHPL_DEVELOPER
being set in the environment or directly viamake ASSERTS=1
.This should not effect most users, it should only effect developers
The text was updated successfully, but these errors were encountered: