We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efedcb7 commit 8ed9f50Copy full SHA for 8ed9f50
src/runtime/c_runtime_api.cc
@@ -72,7 +72,7 @@ int TVMDeviceInit(int dev_mask,
72
API_BEGIN();
73
*out_code = 1;
74
switch (dev_mask) {
75
- case kOpenCL:{
+ case kOpenCL: {
76
*out_code = DeviceInit<kOpenCL>(option_keys, option_vals, num_options);
77
break;
78
}
0 commit comments