SYCL: wkv6 remove a comment

This commit is contained in:
Akarshan Biswas 2024-12-11 11:29:04 +05:30
parent b0e27ad9ec
commit cb0daca00b
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -136,7 +136,7 @@ void ggml_sycl_op_rwkv_wkv6(ggml_backend_sycl_context& ctx, const ggml_tensor* s
);
});
});
// TODO: Why src0 and src1 are unused?
(void) src0;
(void) src1;
}