# tcFFT **Repository Path**: blackjack2015/tcFFT ## Basic Information - **Project Name**: tcFFT - **Description**: No description available - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2025-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tcFFT Accelerating FFT with Tensor Cores. It has been tested on NVIDIA GPU V100 and A100. The following packages are required: FFTW v3.3.8 or higher; CUDA v11.0 or higher. ## Structure Core files: - tcfft_half.h - tcfft_half.cu - tcfft_half_2d.h - tcfft_half_2d.cu Testing framework: - all others ## Usage make ./test.sh (details in ./test.sh)