Open
Description
Description
Replace all HIP calls with hipper
calls. Continues #427.
Motivation and context
HIP is complex, out of our control, gets in the way, and often breaks things. There is no need to use it for CUDA builds. hipper
is a thinner translation layer that @mphoward developed that works around these issues by using CUDA more directly than HIP for CUDA builds and falls back to HIP for AMD builds.