Closed makortel closed 2 years ago
The consistency is needed for SPLIT_TARGETS_template to function properly. Otherwise programs depending on ROCm end up in TARGETS even when ROCM_BASE is undefined, leading to make all to fail in such case.
SPLIT_TARGETS_template
TARGETS
ROCM_BASE
make all
Found and tested while testing #342.
The consistency is needed for
SPLIT_TARGETS_template
to function properly. Otherwise programs depending on ROCm end up inTARGETS
even whenROCM_BASE
is undefined, leading tomake all
to fail in such case.Found and tested while testing #342.