Skip to content

Commit dde8abb

Browse files
committed
sycl : silence unused variable warning
1 parent b39aca2 commit dde8abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml-sycl/common.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ struct bin_bcast_sycl {
643643
size_t s02 = nb02 / sizeof(src0_t);
644644
size_t s03 = nb03 / sizeof(src0_t);
645645

646+
GGML_UNUSED(s00);
647+
646648
GGML_ASSERT(nb0 % sizeof(dst_t) == 0);
647649
GGML_ASSERT(nb1 % sizeof(dst_t) == 0);
648650
GGML_ASSERT(nb2 % sizeof(dst_t) == 0);

0 commit comments

Comments
 (0)