This is an automated email from the ASF dual-hosted git repository.
jevans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new a03dc1e port #20926 to master (#20949)
a03dc1e is described below
commit a03dc1eff506f2f3a4978ba5536df42d0c022246
Author: RafLit <[email protected]>
AuthorDate: Tue Mar 15 17:17:12 2022 +0100
port #20926 to master (#20949)
---
src/operator/quantization/quantized_elemwise_mul.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/operator/quantization/quantized_elemwise_mul.cc
b/src/operator/quantization/quantized_elemwise_mul.cc
index b26cbb8..f6fcd73 100644
--- a/src/operator/quantization/quantized_elemwise_mul.cc
+++ b/src/operator/quantization/quantized_elemwise_mul.cc
@@ -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