Remove comment

This commit is contained in:
Stan Moore
2024-09-04 11:15:59 -06:00
parent 26af8878c9
commit 9e8a1f4734

View File

@ -629,7 +629,7 @@ struct fft_plan_3d_kokkos<DeviceType>* FFT3dKokkos<DeviceType>::fft_3d_create_pl
// and scaling normalization
#if defined(FFT_KOKKOS_MKL_GPU)
sycl::queue queue = LMPDeviceType().sycl_queue(); // is this the correct queue?
sycl::queue queue = LMPDeviceType().sycl_queue();
plan->desc_fast = new descriptor_t (nfast);
plan->desc_fast->set_value(oneapi::mkl::dft::config_param::NUMBER_OF_TRANSFORMS, plan->total1/nfast);