ggml : add mrope kernel for metal (#13457)

This commit is contained in:
Xuan-Son Nguyen
2025-05-12 10:29:13 +02:00
committed by GitHub
parent 14492144c2
commit df8491922f
3 changed files with 192 additions and 16 deletions

View File

@@ -207,6 +207,10 @@ typedef struct {
float attn_factor;
float beta_fast;
float beta_slow;
int32_t sect_0;
int32_t sect_1;
int32_t sect_2;
int32_t sect_3;
} ggml_metal_kargs_rope;
typedef struct {