diff --git a/src/core/device.cu b/src/core/device.cu index 042a1f8..b662301 100644 --- a/src/core/device.cu +++ b/src/core/device.cu @@ -73,10 +73,9 @@ struct device_s { #endif }; -static __global__ void -dummy_kernel(void) -{ -} +// clang-format off +static __global__ void dummy_kernel(void) {} +// clang-format on AcResult acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle)