forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
q4_0 q4_1 q3_k q8_1_q8_1 opt q8_0 opt remove guards WIP q4_K util function for q45_k scales q4_K WIP dp4a q4_k dp4a fixup fixup WIP q5_K q5_K fixup q6_K opt iq2_xxs works qi2_xs works extern templates iq2_s iq3_xxs iq3_s extern templates iq1_s fixup fixup
- Loading branch information
1 parent
51c0baf
commit 07d49f7
Showing
9 changed files
with
867 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ1_S); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ2_S); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ2_XS); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ2_XXS); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ3_S); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This file has been autogenerated by generate_cu_files.py, do not edit manually. | ||
|
||
#include "../mmq.cuh" | ||
|
||
DECL_MMQ_CASE(GGML_TYPE_IQ3_XXS); |