Skip to content

Commit

Permalink
port apache#20926 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
RafLit committed Mar 10, 2022
1 parent fc54fab commit dc6edff
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 @@ -190,7 +190,7 @@ void QuantizedElemwiseMulOpForward(const nnvm::NodeAttrs& attrs,
}
}
} else {
using out_type = float_t;
using out_type = float;
auto* out_data = outputs[quantized_elemwise_mul::kOut].dptr<out_type>();
#if !defined(_MSC_VER)
#pragma omp simd
Expand Down

0 comments on commit dc6edff

Please sign in to comment.