Skip to content

Commit d2801dc

Browse files
committed
[CINN] PostProcess supports x86 composite reduce
1 parent abd1580 commit d2801dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/cinn/optim/realize_composite_reduce_pass.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ void SetInitValue(Store store_stmt,
129129
{},
130130
ir::CallType::Intrinsic));
131131
} else {
132-
PADDLE_THROW(::common::errors::Unimplemented(
133-
"reduce_type '%d' not allowed.", static_cast<int>(comp_type.type)));
132+
CINN_NOT_IMPLEMENTED
134133
}
135134
}
136135

0 commit comments

Comments
 (0)