fix testcase error

This commit is contained in:
yadaish
2025-12-16 09:37:43 +00:00
parent d37c19e367
commit 213f10f309

View File

@@ -510,7 +510,7 @@ int main(int argc, char* argv[])
{
continue;
}
for(int n = 0; n < N; ++n)
for(int n = 0; n < 2 * N; ++n)
{
e_t_n_host_result(t, topk_id, n) =
ck::type_convert<EDataType>(c_t_k_n(t, topk_id, n));