Skip to content

Commit

Permalink
port apache#20926 to v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RafLit committed Mar 10, 2022
1 parent 06e5c73 commit a471592
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 a471592

Please sign in to comment.