ソースを参照

Retire the ggml_mul_mat() branch for transposed src0 (#500)

* Retire the ggml_mul_mat() for transposed src0

- It can always be made contiguous with ggml_cpy()
- The code is now simplified
- The results are deterministic in respect to num threads

* SIMD-ify dequantize_row_q4_0() for ARM_NEON (#502)

* Attempt to SIMD-ify dequantize_row_q4_0() for ARM_NEON

* Fix dequantization - forgot to interleave the quants
Georgi Gerganov 2 年 前
コミット
ecbe466a36
1 ファイル変更166 行追加559 行削除
  1. 166 559
      ggml.c

ファイルの差分が大きいため隠しています
+ 166 - 559
ggml.c


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません