Skip to content

Commit

Permalink
[quant] remove mkldnn headers in OnednnUtils.h (pytorch#84195)
Browse files Browse the repository at this point in the history
mkldnn headers are not installed in include directory,
also we don't have to include mkldnn here.
Pull Request resolved: pytorch#84195
Approved by: https://github.com/jerryzh168
  • Loading branch information
xndcn authored and pytorchmergebot committed Sep 9, 2022
1 parent 7a5d5a0 commit bc3683d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aten/src/ATen/native/quantized/cpu/OnednnUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#if AT_MKLDNN_ENABLED()
#include <ATen/Tensor.h>
#include <ATen/native/quantized/PackedParams.h>
#include <ATen/native/mkldnn/MKLDNNCommon.h>
#include <ATen/native/mkldnn/Utils.h>
#include <ideep.hpp>

struct PackedLinearWeightsOnednn : public LinearPackedParamsBase {
PackedLinearWeightsOnednn(
Expand Down

0 comments on commit bc3683d

Please sign in to comment.