Skip to content

Commit 579eba6

Browse files
committed
Add GGML_UNUSED_VARS in tri as well
1 parent 5aa7438 commit 579eba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml-cuda/tri.cu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ static __global__ void tri_kernel(
1414
const int64_t i1 = blockIdx.x;
1515
const int64_t split_point = i1 + add_to_split;
1616

17+
GGML_UNUSED_VARS(nb00, nb0);
18+
1719
if (i3 >= ne03 || i2 >= ne02 || i1 >= ne01) {
1820
return;
1921
}

0 commit comments

Comments
 (0)