Options --cuda-gpu-arch and --no-cuda-gpu-arch are shared between
CUDA and HIP. It is desirable to rename them for more generic
names to avoid confusion.
One option is --gpu-arch and --no-gpu-arch. However HIP may be
ported to other devices not limited to gpu, so it may be better
to name them as --offload-arch and --no-offload-arch.
Other choices may be:
--device-arch
--offload-device-arch
--accelerator-arch
--aux-arch
--aux-cpu
The original options will be alias to the new options.