Skip to content

Commit ba74a24

Browse files
committed
feat: Add s_off as a parameter in the args struct
This may not be necessary, but it more closely mirrors the CUDA kernel Branch: GraniteFourPerf Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 01612b7 commit ba74a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-metal/ggml-metal-impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ typedef struct {
519519
int64_t n_group;
520520
int64_t n_seq_tokens;
521521
int64_t n_seqs;
522+
int64_t s_off;
522523
uint64_t nb01;
523524
uint64_t nb02;
524525
uint64_t nb03;

0 commit comments

Comments
 (0)