Skip to content

Commit 33fd470

Browse files
committed
restore some modifications
1 parent e05a398 commit 33fd470

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,6 @@ static void aclnn_mat_mul(ggml_backend_cann_context& ctx, aclTensor* acl_input,
24272427
aclTensor* acl_weight, aclTensor* acl_dst) {
24282428
int8_t cube_math_type = 1; // ALLOW_FP32_DOWN_PRECISION, when input is
24292429
// fp32, atlas a2 will transpose it to HFLOAT32.
2430-
24312430
uint64_t workspaceSize = 0;
24322431
aclOpExecutor* executor;
24332432
void* workspaceAddr = nullptr;

0 commit comments

Comments
 (0)