Skip to content
Commit dc4564e0 authored by Matt Wala's avatar Matt Wala
Browse files

E2P: Hoist assignment of "kernel_scaling" out of the inner loop.

This caused a problem when the inner loop was empty, leaving this
variable uninitialized. If you were unluckly, the uninitialized
kernel_scaling would have a NaN bit pattern which would inadvertently
poison the output with NaNs.
parent 3ab60f9c
Pipeline #3811 passed with stage
in 7 minutes and 37 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment