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 6609507 commit b25e927Copy full SHA for b25e927
ggml/src/ggml-cann/common.h
@@ -359,7 +359,7 @@ struct ggml_backend_cann_context {
359
ggml_cann_set_device(device);
360
description = aclrtGetSocName();
361
362
- bool async_mode = parse_bool(get_env("GGML_CANN_ASYNC_MODE").value_or(""));
+ 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");
365
}
0 commit comments