mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-23 11:10:55 -05:00
fix indentation
This commit is contained in:
@@ -279,8 +279,7 @@ void main() {
|
||||
const uint LOAD_VEC_A_EFF = LOAD_VEC_A;
|
||||
const uint LOAD_VEC_BATCH_A = 1;
|
||||
#else
|
||||
const uint mm_lva = mm_load_vec_a();
|
||||
const uint LOAD_VEC_A_EFF = mm_lva;
|
||||
const uint LOAD_VEC_A_EFF = mm_load_vec_a();
|
||||
const uint LOAD_VEC_BATCH_A = 1;
|
||||
#endif
|
||||
const uint LOAD_VEC_B_EFF = (ALIGNED != 0) ? LOAD_VEC_B : 1;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user