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 1a29b38 commit 241656eCopy full SHA for 241656e
ggml/src/ggml-cann/common.h
@@ -360,7 +360,7 @@ struct ggml_backend_cann_context {
360
ggml_cann_set_device(device);
361
description = aclrtGetSocName();
362
363
- 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(""));
364
GGML_LOG_INFO("%s: device %d async operator submission is %s\n", __func__,
365
device, async_mode ? "ON" : "OFF");
366
}
0 commit comments