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 59dd585 commit bbc9b7dCopy full SHA for bbc9b7d
ggml/src/ggml-cann/common.h
@@ -361,7 +361,7 @@ struct ggml_backend_cann_context {
361
362
bool async_mode = parse_bool(get_env("GGML_CANN_ASYNC_MODE").value_or(""));
363
GGML_LOG_INFO("%s: device %d async operator submission is %s\n", __func__,
364
- device, async_mode ? "ON" : "OFF");
+ device, async_mode ? "ON" : "OFF");
365
}
366
367
/**
0 commit comments