Skip to content

fix: const-correctness in ggml_vec_dot_i2_i8_s_Nx1 for Clang 20#555

Open
jsfdez wants to merge 1 commit intomicrosoft:mainfrom
jsfdez:main
Open

fix: const-correctness in ggml_vec_dot_i2_i8_s_Nx1 for Clang 20#555
jsfdez wants to merge 1 commit intomicrosoft:mainfrom
jsfdez:main

Conversation

@jsfdez
Copy link
Copy Markdown

@jsfdez jsfdez commented Apr 30, 2026

Clang 20 treats initialization of a non-const pointer from a const pointer as an error. Change y_col to const int8_t * to match the type of y.

Clang 20 treats initialization of a non-const pointer from a const
pointer as an error. Change `y_col` to `const int8_t *` to match the
type of `y`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant