You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GGML_TYPE_Q8_0(Current groupsize should not be greater than k-1 in aclnnWeightQuantBatchMatmulV2GetWorkspaceSize)
GGML_OP_GET_ROWS
op->src[0]->type Support List:
GGML_TYPE_F32
GGML_TYPE_F16
GGML_TYPE_Q4_0
GGML_TYPE_Q8_0
GGML_OP_CPY
op->type Support List:
GGML_TYPE_F32
GGML_TYPE_F16
GGML_TYPE_Q4_0
GGML_TYPE_Q8_0
GGML_OP_CONT
op->src[0]->type Support List:
GGML_TYPE_F32
GGML_TYPE_F16
GGML_OP_ROPE
Not support with freq_factors (Now Spuuort)
Just support n_dims = op->src[0]->ne[0]
Just support ext_factor = 0
Just support freq_scale = 1 (Now Spuuort)
Just support attn_factor = 1 (Now Spuuort)
Just support data type GGML_TYPE_F32 (Now Spuuort)
Not support test-backend-ops with parameter v = 1
GGML_OP_UPSCALE
Not support src[0]->ne[2] / op->ne[2] != src[0]->ne[3] / op->ne[3](aclnnUpsampleNearest2dGetWorkspaceSize not support selfDimN/outDimN or selfDimC/outDimC not equal)
Motivation
This issue summarizes the current support of various operators in the CANN backend.
Possible Implementation
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Feature Description
Precision issue
Operator support
Overview
GGML_OP_UNARY
Support List:
GGML_OP_MUL_MAT
op->src[0]->type
Support List:GGML_OP_GET_ROWS
op->src[0]->type
Support List:GGML_OP_CPY
op->type
Support List:GGML_OP_CONT
op->src[0]->type
Support List:GGML_OP_ROPE
n_dims = op->src[0]->ne[0]
ext_factor = 0
freq_scale = 1
(Now Spuuort)attn_factor = 1
(Now Spuuort)v = 1
GGML_OP_UPSCALE
src[0]->ne[2] / op->ne[2] != src[0]->ne[3] / op->ne[3]
(aclnnUpsampleNearest2dGetWorkspaceSize not support selfDimN/outDimN or selfDimC/outDimC not equal)Motivation
Possible Implementation
No response
The text was updated successfully, but these errors were encountered: