Skip to content

Commit 65dd6e2

Browse files
committed
[CANN]: fix review
Signed-off-by: noemotiovon <757486878@qq.com>
1 parent 09f0444 commit 65dd6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
23362336
case GGML_TYPE_Q8_0:
23372337
case GGML_TYPE_Q4_0:
23382338
#ifdef ASCEND_310P
2339-
// Q4 && Q8 per group is not suppor on 310p device
2339+
// Q4 && Q8 per group is not support on 310p device
23402340
return false;
23412341
#endif
23422342
// only support contiguous for quantized types.
@@ -2354,7 +2354,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
23542354
case GGML_TYPE_Q8_0:
23552355
case GGML_TYPE_Q4_0:
23562356
#ifdef ASCEND_310P
2357-
// Q4 && Q8 per group is not suppor on 310p device
2357+
// Q4 && Q8 per group is not support on 310p device
23582358
return false;
23592359
#endif
23602360
// only support contiguous for quantized types.
@@ -2506,7 +2506,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
25062506
return true;
25072507
case GGML_OP_FLASH_ATTN_EXT:{
25082508
#ifdef ASCEND_310P
2509-
// FA not suppor on 310p device
2509+
// FA not support on 310p device
25102510
return false;
25112511
#endif
25122512
// derived from [ggml-cuda.cu]

0 commit comments

Comments
 (0)