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 master (#20949)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafLit committed Mar 15, 2022
1 parent 927d68b commit a03dc1e
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 a03dc1e

Please sign in to comment.