Skip to content

Commit

Permalink
Add macro for CC usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie committed Oct 24, 2023
1 parent 660a9a6 commit 49179c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/intel_cpu/src/nodes/deconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -941,8 +941,10 @@ void Deconvolution::prepareParams() {
} else {
std::tie(desc, fwd_conv_pd) = createDefaultMkldnnDeconvDesc(key.inp0->getDnnlDesc(), key.inp1->getDnnlDesc(), key.out->getDnnlDesc(),
key.stride, key.dilation, key.paddingL, key.paddingR, key.attr, engine);
#if defined(SELECTIVE_BUILD_ANALYZER)
// Create dummy primitive to WA CC issue.
OPENVINO_ASSERT(dnnl::primitive(fwd_conv_pd));
#endif
}

primitive_desc_iterator itpd = desc;
Expand Down

0 comments on commit 49179c0

Please sign in to comment.