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
ox696c
ktransformers
Commits
80680185
Commit
80680185
authored
Mar 05, 2025
by
Azure
Browse files
fix gcc compilation
parent
6c35ca75
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 @
80680185
...
...
@@ -1881,7 +1881,13 @@ struct DequantizerQ6K final : public BaseDequantizer<block_q6_K> {
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
>
...
...
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