Formatting
This commit is contained in:
@@ -73,10 +73,9 @@ struct device_s {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static __global__ void
|
// clang-format off
|
||||||
dummy_kernel(void)
|
static __global__ void dummy_kernel(void) {}
|
||||||
{
|
// clang-format on
|
||||||
}
|
|
||||||
|
|
||||||
AcResult
|
AcResult
|
||||||
acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle)
|
acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_handle)
|
||||||
|
|||||||
Reference in New Issue
Block a user