Skip to content

Commit

Permalink
Bugfix (#156)
Browse files Browse the repository at this point in the history
-fixed missing line that was lost somewhere during v1.3.0 reorganization of read/write module
  • Loading branch information
DTolm committed Feb 28, 2024
1 parent 8259a42 commit d753451
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ static inline void appendKernelConvolution(VkFFTSpecializationConstantsLayout* s

PfAdd(sc, &sc->inoutID_y, &sc->inoutID_y, &sc->shiftY);

temp_int.data.i = batching_localSize.data.i;

if ((sc->size[1].data.i % temp_int.data.i) != 0) {
#if (VKFFT_BACKEND!=2) //AMD compiler fix
PfIf_lt_start(sc, &sc->inoutID_y, &sc->size[1]);
Expand Down

0 comments on commit d753451

Please sign in to comment.