Skip to content

fix: use const int8_t* for y_col in ggml_vec_dot_i2_i8_s_Nx1#392

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

fix: use const int8_t* for y_col in ggml_vec_dot_i2_i8_s_Nx1#392
q2333gh wants to merge 1 commit intomicrosoft:mainfrom
q2333gh:main

Conversation

@q2333gh
Copy link

@q2333gh q2333gh commented Jan 30, 2026

y is const int8_t*, so the derived pointer must be const.
Fixes Clang error: cannot initialize int8_t* with const int8_t*.
No behavior change.

y is const int8_t*, so the derived pointer must be const.
Fixes Clang error: cannot initialize int8_t* with const int8_t*.
No behavior change.
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