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.
2 parents e9ac007 + 9ccbe3c commit 53321f0Copy full SHA for 53321f0
examples/basic/utils_level_zero.h
@@ -16,7 +16,7 @@
16
#include <level_zero/ze_api.h>
17
#endif
18
19
-static int init_level_zero() {
+static int init_level_zero(void) {
20
ze_init_flag_t flags = ZE_INIT_FLAG_GPU_ONLY;
21
ze_result_t result = zeInit(flags);
22
if (result != ZE_RESULT_SUCCESS) {
0 commit comments