We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eb54d commit 464f728Copy full SHA for 464f728
lite/core/optimizer/mir/__xpu__static_kernel_pick_pass.h
@@ -94,7 +94,6 @@ class XPUStaticKernelPickPass : public mir::StmtPass {
94
95
if (kernel_pick_factors_.IsPrecisionConsidered() &&
96
(place.precision == kernel.precision() ||
97
- kernel.precision() == PRECISION(kFloat) ||
98
kernel.precision() == PRECISION(kAny) ||
99
place.precision == PRECISION(kAny))) {
100
// score skipped, if kernel is int8, but op is not int8
0 commit comments