Skip to content

Remove some macro use in gpu_utils

Paul Bauer requested to merge 4954-remove-macros-gpu-utils into main

Remove the use of some of the CUDA_FUNC_* macros in gpu_utils and change to use of impl stub functions for those backends where they are not implemented.

Prepares to implement those in for the hip backend, and removing macros is always nice.

Part of #4954 (closed)

Merge request reports