Module sparse_fft_cuda_kernels

Module sparse_fft_cuda_kernels 

Source
Expand description

GPU kernel stub for sparse FFT algorithms

This module provides a compatibility layer for GPU-accelerated sparse FFT. All GPU operations must be migrated to use scirs2-core::gpu module. Direct CUDA implementations are FORBIDDEN by the strict acceleration policy.

Structs§

CUDACompressedSensingSparseFFTKernel
CUDA compressed sensing sparse FFT kernel stub
CUDASublinearSparseFFTKernel
CUDA sublinear sparse FFT kernel stub
CUDAWindowKernel
CUDA window kernel stub

Functions§

execute_cuda_compressed_sensing_sparse_fft
Execute CUDA compressed sensing sparse FFT (stub)
execute_cuda_sublinear_sparse_fft
Execute CUDA sublinear sparse FFT (stub)