Update FIR_FIlterKernel
Use the Thread Execute Method and simplify the forwardFFT
function by using a pointer to the shared_data
as thread_data
. As threads operate in lock-step, the block.sync()
calls are not needed.
Use the Thread Execute Method and simplify the forwardFFT
function by using a pointer to the shared_data
as thread_data
. As threads operate in lock-step, the block.sync()
calls are not needed.