mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
Also this doesn't do much
This commit is contained in:
@@ -103,7 +103,8 @@ static __global__ void mmq_ids_helper(
|
|||||||
const mmq_ids_helper_store store_it = store[itc];
|
const mmq_ids_helper_store store_it = store[itc];
|
||||||
const int it = store_it.it();
|
const int it = store_it.it();
|
||||||
const int iex_used = store_it.iex_used();
|
const int iex_used = store_it.iex_used();
|
||||||
ids_src1[nex_prev + itc] = it*sis1 + iex_used % nchannels_y;
|
//ids_src1[nex_prev + itc] = it*sis1 + iex_used % nchannels_y;
|
||||||
|
ids_src1[nex_prev + itc] = it;
|
||||||
ids_dst [nex_prev + itc] = it*n_expert_used + iex_used;
|
ids_dst [nex_prev + itc] = it*n_expert_used + iex_used;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user