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
Loading
Loading
Pipeline
#3811
passed
with stage
in
7 minutes and 37 seconds
Loading
Please register or sign in to comment