25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // Package gpudemod contains the CUDA-tagged demodulation pipeline scaffolding.
- //
- // Current state:
- // - Standard builds use the !cufft stub.
- // - cufft builds allocate GPU buffers and cross the CGO/CUDA launch boundary.
- // - If/when a CUDA freq-shift launch succeeds, the shifted IQ is copied back and
- // reused by the remaining CPU-side FIR/decimate/NFM pipeline.
- //
- // This keeps Phase 1 incremental and verifiable while later phases replace the
- // placeholder launch wrappers with real kernels.
- package gpudemod
|