#ifdef USE_MUSA #include "musa.h" #elif USE_HIP #include "hip.h" #elif USE_CUDA #include "cuda.h" #else "No Support" #endif