mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
Merge commit '292df2719f28cd01464d5d059820684790c101da' into develop
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -193,7 +193,7 @@ TYPED_TEST(ReduceWithNoIndexHalf, ReduceWithNoIndexTestHalf_MAX)
|
||||
this->template Run<ReduceTensorOp::MAX>();
|
||||
}
|
||||
|
||||
TYPED_TEST(ReduceWithNoIndexBHalfFloat, ReduceWithNoIndexTesBtHalfFloat_AMAX)
|
||||
TYPED_TEST(ReduceWithNoIndexBHalfFloat, ReduceWithNoIndexTesBHalfFloat_AMAX)
|
||||
{
|
||||
// trigger Run() -> Generic
|
||||
this->template Run<ReduceTensorOp::AMAX>();
|
||||
|
||||
@@ -193,7 +193,7 @@ TYPED_TEST(ReduceWithIndexHalf, ReduceWithIndexTestHalf_MAX)
|
||||
this->template Run<ReduceTensorOp::MAX>();
|
||||
}
|
||||
|
||||
TYPED_TEST(ReduceWithIndexBHalfFloat, ReduceWithIndexTesBtHalfFloat_AMAX)
|
||||
TYPED_TEST(ReduceWithIndexBHalfFloat, ReduceWithIndexTesBHalfFloat_AMAX)
|
||||
{
|
||||
// trigger Run() -> Generic
|
||||
this->template Run<ReduceTensorOp::AMAX>();
|
||||
|
||||
Reference in New Issue
Block a user