Skip to content

Commit 3b72975

Browse files
committed
Comment change
1 parent 1412b01 commit 3b72975

File tree

1 file changed

+1
-2
lines changed
  • include/nbl/builtin/hlsl/workgroup

1 file changed

+1
-2
lines changed

include/nbl/builtin/hlsl/workgroup/fft.hlsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ struct FFTIndexingUtils
195195
return getNablaIndex(getDFTMirrorIndex(getDFTIndex(outputIdx)));
196196
}
197197

198-
// When unpacking an FFT of two packed signals, given a `localElementIndex` representing a `globalElementIndex` you need its "mirror index" to unpack the value at
199-
// NablaFFT[globalElementIndex].
198+
// When unpacking an FFT of two packed signals, given a `globalElementIndex` you need its "mirror index" to unpack the value at NablaFFT[globalElementIndex].
200199
// The function above has you covered in that sense, but what also happens is that not only does the thread holding `NablaFFT[globalElementIndex]` need its mirror value
201200
// but also the thread holding said mirror value will at the same time be trying to unpack `NFFT[someOtherIndex]` and need the mirror value of that.
202201
// As long as this unpacking is happening concurrently and in order (meaning the local element index - the higher bits - of `globalElementIndex` and `someOtherIndex` is the

0 commit comments

Comments
 (0)