Commit 8bec677f authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
Browse files

Replace cuda_fft.cu

parent 0f319424
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -51,22 +51,6 @@ void cuda_fft(
	cudaDeviceSynchronize();


	// Descriptor creation
/*
	cudaLibXtDesc *fftwgrid_g;
	cudaLibXtDesc *fftwgrid_g2;


	status = cufftXtMalloc(plan, &fftwgrid_g, CUFFT_XT_FORMAT_INPLACE);
	if (status != CUFFT_SUCCESS) {printf("!!! cufftXtMalloc ERROR %d !!!\n", status);}
	cudaDeviceSynchronize();

	status = cufftXtMalloc(plan, &fftwgrid_g2, CUFFT_XT_FORMAT_INPLACE);
	if (status != CUFFT_SUCCESS) {printf("!!! cufftXtMalloc 2 ERROR %d !!!\n", status);}
	cudaDeviceSynchronize();
*/



	long fftwindex = 0;
	long fftwindex2D = 0;