This is an automated email from the ASF dual-hosted git repository.
jevans pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new 359170c port #20926 to v1.x (#20950)
359170c is described below
commit 359170c63847c1933f7654cdd9920a9d50b6edc7
Author: RafLit <[email protected]>
AuthorDate: Tue Mar 15 05:04:34 2022 +0100
port #20926 to v1.x (#20950)
---
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 5e6a403..5051579 100644
--- a/src/operator/quantization/quantized_elemwise_mul.cc
+++ b/src/operator/quantization/quantized_elemwise_mul.cc
@@ -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