fix some minor error (#3409)

ReduceWithNoIndexTesBtHalfFloat_AMAX: fix typo error to
ReduceWithNoIndexTesBHalfFloat_AMAX
reduce_blockwise_test<int8_t, float to reduce_blockwise_test<int8_t,
int32_t to solve error message "The reduction setting is invalid,
exiting!"

[ROCm/composable_kernel commit: 292df2719f]
This commit is contained in:
KateJu
2025-12-17 11:50:49 +08:00
committed by GitHub
parent fb72fea980
commit ea31e6c4b3
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,