forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missing templates instances for KVQ IQ4_NL Update fattn.cu for KVQ IQ4_NL Update fattn-vec-f16.cuh for KVQ IQ4_NL Update fattn-vec-f32.cuh for KVQ IQ4_NL CML and Makefile FOR IQ4_NL KV_IQ4_NL uncommenting VEC16 cases KV_IQ4_NL uncommenting VEC32 cases
- Loading branch information
Showing
15 changed files
with
139 additions
and
12 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
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
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-f16.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_F16); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-q4_0.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q4_0); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-q4_1.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q4_1); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-q5_0.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q5_0); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-q5_1.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q5_1); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-iq4_nl-q8_0.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 "../fattn-vec-f16.cuh" | ||
|
||
DECL_FATTN_VEC_F16_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q8_0); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-f16.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_F16); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-q4_0.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q4_0); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-q4_1.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q4_1); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-q5_0.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q5_0); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-q5_1.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q5_1); |
5 changes: 5 additions & 0 deletions
5
ggml/src/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-iq4_nl-q8_0.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 "../fattn-vec-f32.cuh" | ||
|
||
DECL_FATTN_VEC_F32_CASE(128, GGML_TYPE_IQ4_NL, GGML_TYPE_Q8_0); |