Skip to content

Commit b4fce83

Browse files
committed
opencl: fix for chrome tracing
1 parent a4c65eb commit b4fce83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-opencl/ggml-opencl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ static void ggml_cl2_free(void) {
999999
fprintf(ftrace, "{\"name\": \"%s\", \"cat\": \"OpenCL\", \"ph\": \"E\", \"ts\": %lu, \"pid\": \"\", \"tid\": \"Device\"},\n",
10001000
info.kernel_name.c_str(), info.cmd_end/1000);
10011001
}
1002-
fprintf(ftrace, "]\n");
10031002
fclose(ftrace);
10041003
#endif
10051004
}

0 commit comments

Comments
 (0)