Skip to content

Commit f2d2818

Browse files
committed
Remove dangling comment
1 parent 58481d0 commit f2d2818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/set_rows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void k_set_rows(
4141
const int64_t i11 = i02 % ne11;
4242
const int64_t i10 = i01;
4343

44-
const int64_t dst_row = *(const int64_t *)((const char *)src1 + calculate_offset<3>({nb10, nb11, nb12}, {i10, i11, i12})); // i10*nb10 + i11*nb11 + i12*nb12);
44+
const int64_t dst_row = *(const int64_t *)((const char *)src1 + calculate_offset<3>({nb10, nb11, nb12}, {i10, i11, i12}));
4545

4646
const char * src0_row = src0 + calculate_offset<3>({nb01, nb02, nb03}, {i01, i02, i03});
4747
const char * src_elem = src0_row + i00 * src_type_size;

0 commit comments

Comments
 (0)