Remove comment
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user