123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- /**
- * llama.cpp - commit 46e3556e01b824e52395fb050b29804b6cff2a7c - do not edit this file
- *
- * MIT License
- *
- * Copyright (c) 2023-2024 The ggml authors
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
- #ifndef GGML_METAL_IMPL
- #define GGML_METAL_IMPL
- // kernel argument structs
- //
- // - element counters (e.g. ne00) typically use int32_t to reduce register usage
- // however, be careful from int overflows when using those in the kernel implementation
- //
- // - strides (e.g. nb00) use uint64_t
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- int32_t ne03;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne10;
- int32_t ne11;
- int32_t ne12;
- int32_t ne13;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- int32_t ne0;
- int32_t ne1;
- int32_t ne2;
- int32_t ne3;
- uint64_t nb0;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- int32_t dim;
- } ggml_metal_kargs_concat;
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- int32_t ne03;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne10;
- int32_t ne11;
- int32_t ne12;
- int32_t ne13;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- int32_t ne0;
- int32_t ne1;
- int32_t ne2;
- int32_t ne3;
- uint64_t nb0;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- uint64_t offs;
- } ggml_metal_kargs_bin;
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- int32_t ne03;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne0;
- int32_t ne1;
- int32_t ne2;
- int32_t ne3;
- uint64_t nb0;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- } ggml_metal_kargs_repeat;
- typedef struct {
- int64_t ne00;
- int64_t ne01;
- int64_t ne02;
- int64_t ne03;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int64_t ne0;
- int64_t ne1;
- int64_t ne2;
- int64_t ne3;
- uint64_t nb0;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- } ggml_metal_kargs_cpy;
- typedef struct {
- int64_t ne10;
- int64_t ne11;
- int64_t ne12;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- uint64_t offs;
- bool inplace;
- } ggml_metal_kargs_set;
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- int32_t ne03;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne0;
- int32_t ne1;
- int32_t ne2;
- int32_t ne3;
- uint64_t nb0;
- uint64_t nb1;
- uint64_t nb2;
- uint64_t nb3;
- int32_t n_past;
- int32_t n_dims;
- int32_t n_ctx_orig;
- float freq_base;
- float freq_scale;
- float ext_factor;
- float attn_factor;
- float beta_fast;
- float beta_slow;
- } ggml_metal_kargs_rope;
- typedef struct {
- int32_t ne01;
- int32_t ne02;
- int32_t ne03;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne11;
- int32_t ne_12_2; // assume K and V are same shape
- int32_t ne_12_3;
- uint64_t nb_12_1;
- uint64_t nb_12_2;
- uint64_t nb_12_3;
- uint64_t nb31;
- int32_t ne1;
- int32_t ne2;
- float scale;
- float max_bias;
- float m0;
- float m1;
- uint16_t n_head_log2;
- float logit_softcap;
- } ggml_metal_kargs_flash_attn_ext;
- typedef struct {
- int32_t ne00;
- int32_t ne02;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne12;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- int32_t ne0;
- int32_t ne1;
- int16_t r2;
- int16_t r3;
- } ggml_metal_kargs_mul_mm;
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne10;
- int32_t ne11;
- int32_t ne12;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- int32_t ne0;
- int32_t ne1;
- int16_t r2;
- int16_t r3;
- } ggml_metal_kargs_mul_mv;
- typedef struct {
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- uint64_t nb03;
- int32_t ne10;
- int32_t ne11;
- int32_t ne12;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- uint64_t nb13;
- int32_t ne0;
- int32_t ne1;
- int16_t r2;
- int16_t r3;
- int16_t nsg;
- int16_t nxpsg;
- int16_t r1ptg;
- } ggml_metal_kargs_mul_mv_ext;
- typedef struct {
- int32_t nei0;
- int32_t nei1;
- uint64_t nbi1;
- int32_t ne00;
- int32_t ne02;
- uint64_t nb01;
- uint64_t nb02;
- int32_t ne11;
- int32_t ne12;
- int32_t ne13;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- int32_t ne0;
- int32_t ne1;
- } ggml_metal_kargs_mul_mm_id;
- typedef struct {
- int32_t nei0;
- int32_t nei1;
- uint64_t nbi1;
- int32_t ne00;
- int32_t ne01;
- int32_t ne02;
- uint64_t nb00;
- uint64_t nb01;
- uint64_t nb02;
- int32_t ne10;
- int32_t ne11;
- int32_t ne12;
- int32_t ne13;
- uint64_t nb10;
- uint64_t nb11;
- uint64_t nb12;
- int32_t ne0;
- int32_t ne1;
- uint64_t nb1;
- } ggml_metal_kargs_mul_mv_id;
- typedef struct {
- int32_t ne00;
- int32_t ne00_4;
- uint64_t nb01;
- float eps;
- } ggml_metal_kargs_norm;
- typedef struct {
- int32_t ne00;
- int32_t ne00_4;
- uint64_t nb01;
- float eps;
- } ggml_metal_kargs_rms_norm;
- #endif // GGML_METAL_IMPL
|