Skip to content

Commit ca9ed96

Browse files
committed
common: attr: switch off consistency check for now
1 parent a6fd952 commit ca9ed96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/primitive_attr.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ bool post_ops_t::check_sum_consistency(const data_type_t dst_dt,
338338
status_t post_ops_t::entry_t::validate_binary_with_dst_consistency(
339339
const memory_desc_t *dst_md) const {
340340
if (!is_binary()) return status::success;
341+
// TODO: disable the check for now.
342+
return status::success;
341343

342344
VCHECK_ATTR(dst_md->ndims == binary.user_src1_desc.ndims,
343345
VERBOSE_INCONSISTENT_NDIMS_WITH_VALS, "dst", "bin_po",

0 commit comments

Comments
 (0)