Skip to content

Commit b67ab15

Browse files
zhouwgjwcolin
authored andcommitted
CANN: fix typo in ggml-cann (ggml-org#12733)
1 parent 31aa78b commit b67ab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ static enum ggml_status ggml_backend_cann_buffer_init_tensor(
803803
return GGML_STATUS_SUCCESS;
804804
}
805805

806-
// TODO: can backend doesn't support quantized yet. Just leave the code
806+
// TODO: cann backend doesn't support quantized yet. Just leave the code
807807
// here.
808808
if (ggml_is_quantized(tensor->type)) {
809809
// Initialize padding to 0 to avoid possible NaN values

0 commit comments

Comments
 (0)