Skip to content

Commit cb0daca

Browse files
committed
SYCL: wkv6 remove a comment
1 parent b0e27ad commit cb0daca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/wkv6.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void ggml_sycl_op_rwkv_wkv6(ggml_backend_sycl_context& ctx, const ggml_tensor* s
136136
);
137137
});
138138
});
139-
// TODO: Why src0 and src1 are unused?
139+
140140
(void) src0;
141141
(void) src1;
142142
}

0 commit comments

Comments
 (0)