We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0688126 commit 4d73962Copy full SHA for 4d73962
ggml/src/ggml-metal/ggml-metal-impl.h
@@ -192,6 +192,30 @@ typedef struct {
192
int16_t r3;
193
} ggml_metal_kargs_mul_mv;
194
195
+typedef struct {
196
+ int32_t ne00;
197
+ int32_t ne01;
198
+ int32_t ne02;
199
+ uint64_t nb00;
200
+ uint64_t nb01;
201
+ uint64_t nb02;
202
+ uint64_t nb03;
203
+ int32_t ne10;
204
+ int32_t ne11;
205
+ int32_t ne12;
206
+ uint64_t nb10;
207
+ uint64_t nb11;
208
+ uint64_t nb12;
209
+ uint64_t nb13;
210
+ int32_t ne0;
211
+ int32_t ne1;
212
+ int16_t r2;
213
+ int16_t r3;
214
+ int16_t nsg;
215
+ int16_t nxpsg;
216
+ int16_t r1ptg;
217
+} ggml_metal_kargs_mul_mv_ext;
218
+
219
typedef struct {
220
int32_t nei0;
221
int32_t nei1;
0 commit comments