The GPU Directional Blur node does not match CPU. This is because GPU accumulates the scale, while the CPU increments it. This patch incremenets the scale for the GPU to make them match.
The GPU Directional Blur node does not match CPU. This is because GPU accumulates the scale, while the CPU increments it. This patch incremenets the scale for the GPU to make them match.