Skip to content
Snippets Groups Projects
Commit 8796353a authored by Sarod Yatawatta's avatar Sarod Yatawatta
Browse files

Merge branch 'cob-misc' into 'cob-master'

COB-MISC: remove FFTShift kernel fragments, never used now

See merge request !437
parents 9d0581f9 9a4f2b36
No related branches found
No related tags found
2 merge requests!437COB-MISC: remove FFTShift kernel fragments, never used now,!436COB-148: Enable NVRTC for CUDA kernel compilation
......@@ -59,15 +59,6 @@ namespace LOFAR
true,
"FFT (beamformer, 1st)")),
fftShift(FFTShiftKernel::Parameters(
nrSTABs,
preParameters.nrDelayCompensationChannels,
obsParameters.blockSize / preParameters.nrDelayCompensationChannels,
"FFT-shift (beamformer)",
cobParameters.kernel.dumpFFTShiftKernel,
str(boost::format("L%d_SB%%03d_BL%%03d_BFPre_FFTShiftKernel_pre.dat") % obsParameters.observationID)
)),
zeroing(ZeroingKernel::Parameters(
nrSTABs,
preParameters.nrDelayCompensationChannels,
......
......@@ -66,7 +66,6 @@ namespace LOFAR
KernelFactory<IntToFloatKernel> intToFloat;
KernelFactory<FFT_Kernel> firstFFT;
KernelFactory<FFTShiftKernel> fftShift;
KernelFactory<ZeroingKernel> zeroing;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment