Merge commit '292df2719f28cd01464d5d059820684790c101da' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-17 04:21:55 +00:00
parent 12433f104b
commit 17cf9aaec3
3 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ int main(int argc, char* argv[])
}
else if(arg.data_type == 3)
{
pass = reduce_blockwise_test<int8_t, float, ReduceOpId, PropagateNan, OutputIndex>(
pass = reduce_blockwise_test<int8_t, int32_t, ReduceOpId, PropagateNan, OutputIndex>(
arg.do_verification,
arg.init_method,
arg.time_kernel,