Skip to content

Commit 60fe39b

Browse files
committed
fix: Remove unused arguments
Branch: ggml-cumsum-tri Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent 7690808 commit 60fe39b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-metal/ggml-metal.metal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,8 +2020,6 @@ kernel void kernel_tri(
20202020
device const char * dst,
20212021
uint3 tgpig[[threadgroup_position_in_grid]],
20222022
ushort3 tpitg[[thread_position_in_threadgroup]],
2023-
ushort sgitg[[simdgroup_index_in_threadgroup]],
2024-
ushort tiisg[[thread_index_in_simdgroup]],
20252023
ushort3 ntg[[threads_per_threadgroup]]) {
20262024
const int i3 = tgpig.z;
20272025
const int i2 = tgpig.y;

0 commit comments

Comments
 (0)