From 17cf9aaec360ccb167ddcb41153896653c8c2b70 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Wed, 17 Dec 2025 04:21:55 +0000 Subject: [PATCH] Merge commit '292df2719f28cd01464d5d059820684790c101da' into develop --- example/12_reduce/reduce_blockwise.cpp | 2 +- test/reduce/reduce_no_index.cpp | 2 +- test/reduce/reduce_with_index.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/12_reduce/reduce_blockwise.cpp b/example/12_reduce/reduce_blockwise.cpp index 13e2dcdf08..55f3d99823 100644 --- a/example/12_reduce/reduce_blockwise.cpp +++ b/example/12_reduce/reduce_blockwise.cpp @@ -198,7 +198,7 @@ int main(int argc, char* argv[]) } else if(arg.data_type == 3) { - pass = reduce_blockwise_test( + pass = reduce_blockwise_test( arg.do_verification, arg.init_method, arg.time_kernel, diff --git a/test/reduce/reduce_no_index.cpp b/test/reduce/reduce_no_index.cpp index 655593228a..e869ca1a76 100644 --- a/test/reduce/reduce_no_index.cpp +++ b/test/reduce/reduce_no_index.cpp @@ -193,7 +193,7 @@ TYPED_TEST(ReduceWithNoIndexHalf, ReduceWithNoIndexTestHalf_MAX) this->template Run(); } -TYPED_TEST(ReduceWithNoIndexBHalfFloat, ReduceWithNoIndexTesBtHalfFloat_AMAX) +TYPED_TEST(ReduceWithNoIndexBHalfFloat, ReduceWithNoIndexTesBHalfFloat_AMAX) { // trigger Run() -> Generic this->template Run(); diff --git a/test/reduce/reduce_with_index.cpp b/test/reduce/reduce_with_index.cpp index f46bfc4f30..c6cbea8610 100644 --- a/test/reduce/reduce_with_index.cpp +++ b/test/reduce/reduce_with_index.cpp @@ -193,7 +193,7 @@ TYPED_TEST(ReduceWithIndexHalf, ReduceWithIndexTestHalf_MAX) this->template Run(); } -TYPED_TEST(ReduceWithIndexBHalfFloat, ReduceWithIndexTesBtHalfFloat_AMAX) +TYPED_TEST(ReduceWithIndexBHalfFloat, ReduceWithIndexTesBHalfFloat_AMAX) { // trigger Run() -> Generic this->template Run();