[Bug]: Combining --no-inline
and CHPL_LOCALE_MODEL=gpu
results in a internal error
#26125
Labels
--no-inline
and CHPL_LOCALE_MODEL=gpu
results in a internal error
#26125
Attempting to compile any Chapel program with
--no-inline
andCHPL_LOCALE_MODEL=gpu
results in an internal error. This occurs in any Chapel program.Compiling as
CHPL_LOCALE_MODEL=gpu CHPL_GPU=cpu chpl bug.chpl --no-inline
hits the error. This is due to an incorrect assumption inextractIndicesAndLowerBounds
ingpuTransforms
. This also gets hit with real gpus (CHPL_GPU=amd
for example).This is not a particularly high priority bug as I think its uncommon for
--no-inline
to be thrown by users, but I find it useful when debugging (which is how I hit this problem)Chapel env
The text was updated successfully, but these errors were encountered: