Skip to content

Commit 3eb2ea0

Browse files
committed
remove extra whitespace
1 parent 0829127 commit 3eb2ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ void ggml_cann_l2_norm(ggml_backend_cann_context & ctx, ggml_tensor * dst) {
459459
ggml_cann_pool_alloc temp_buffer_allocator(ctx.pool(), n_bytes);
460460
void * buffer = temp_buffer_allocator.get();
461461

462-
int64_t div_ne[] = {1, src->ne[1], src->ne[2], src->ne[3]};
462+
int64_t div_ne[] = {1, src->ne[1], src->ne[2], src->ne[3]};
463463
size_t div_nb[GGML_MAX_DIMS];
464464
div_nb[0] = sizeof(float);
465465
for (int i = 1; i < GGML_MAX_DIMS; ++i) {

0 commit comments

Comments
 (0)