Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ktransformers
Commits
1bcfce8c
Unverified
Commit
1bcfce8c
authored
Mar 06, 2025
by
Azure
Committed by
GitHub
Mar 06, 2025
Browse files
Merge pull request #815 from kvcache-ai/develop-0.2.3
[fix] fix gcc compilation
parents
6f142a51
80680185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
third_party/llamafile/iqk_mul_mat.inc
third_party/llamafile/iqk_mul_mat.inc
+6
-0
No files found.
third_party/llamafile/iqk_mul_mat.inc
View file @
1bcfce8c
...
@@ -1881,7 +1881,13 @@ struct DequantizerQ6K final : public BaseDequantizer<block_q6_K> {
...
@@ -1881,7 +1881,13 @@ struct DequantizerQ6K final : public BaseDequantizer<block_q6_K> {
const
__m256i
mh
=
_mm256_set1_epi8
(
0x30
);
const
__m256i
mh
=
_mm256_set1_epi8
(
0x30
);
};
};
inline
__m256i
get_scale_shuffle_8
(
int
i
);
inline
void
set_scales_8
(
const
__m256i
&
all_scales
,
int
j
,
__m256i
*
scales
);
inline
__m256i
get_scale_shuffle_16
(
int
i
);
inline
void
set_scales_16
(
const
__m256i
&
all_scales
,
__m256i
*
scales
);
template
<
typename
Dequantizer
,
int
nrc_y
>
template
<
typename
Dequantizer
,
int
nrc_y
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment