Skip to content

Commit aad39fb

Browse files
committed
benchdnn: graph: remove useless value for reduction
1 parent 3bcd2f4 commit aad39fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/benchdnn/graph/setting_handler.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,6 @@ bool get_reduction_prb_vdims(
16271627
}
16281628

16291629
prb_vdims.vdims = {src_dims, dst_dims};
1630-
prb_vdims.dst_dims = src_dims;
16311630
prb_vdims.ndims = static_cast<int>(src_dims.size());
16321631
return true;
16331632
}

0 commit comments

Comments
 (0)