Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
port #20926 to v1.x (#20950)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafLit committed Mar 15, 2022
1 parent 06e5c73 commit 359170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/quantization/quantized_elemwise_mul.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void QuantizedElemwiseMulOpForward(const nnvm::NodeAttrs &attrs,
}
}
} else {
typedef float_t out_type;
typedef float out_type;
auto *out_data = outputs[quantized_elemwise_mul::kOut].dptr<out_type>();
#if !defined(_MSC_VER)
#pragma omp simd
Expand Down

0 comments on commit 359170c

Please sign in to comment.