#pragma once #if defined(USE_CUDA) && !defined(USE_ROCM) #include #include bool StaticCudaLauncher_init(PyObject* module); #endif