Skip to content

Commit 46bcfe4

Browse files
committed
Remove TODO
1 parent 90fe556 commit 46bcfe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3843,7 +3843,6 @@ static void ggml_sycl_argmax(ggml_backend_sycl_context & ctx, const ggml_tensor
38433843
}
38443844

38453845
static void ggml_sycl_nop(ggml_backend_sycl_context & ctx, const ggml_tensor * src0, const ggml_tensor * src1, ggml_tensor * dst) {
3846-
// TODO: Why this function even exists?
38473846
GGML_UNUSED(src0);
38483847
GGML_UNUSED(src1);
38493848
GGML_UNUSED(dst);

0 commit comments

Comments
 (0)