Skip to content

Commit 291cf8c

Browse files
committed
correct format issue
1 parent f1dff83 commit 291cf8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ggml/src/ggml-sycl/cross_entropy_loss.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ void ggml_sycl_cross_entropy_loss_back(ggml_backend_sycl_context & ctx, ggml_ten
252252
nullptr, item);
253253
});
254254
}
255-
}
255+
}

ggml/src/ggml-sycl/cross_entropy_loss.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
void ggml_sycl_cross_entropy_loss(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
66

7-
void ggml_sycl_cross_entropy_loss_back(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
7+
void ggml_sycl_cross_entropy_loss_back(ggml_backend_sycl_context & ctx, ggml_tensor * dst);

0 commit comments

Comments
 (0)