FZGPUModules 2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
chunk_geometry.h File Reference

Chunk-cooperative fusion geometry — single source of truth. More...

Go to the source code of this file.

Namespaces

namespace  fz
 

Detailed Description

Chunk-cooperative fusion geometry — single source of truth.

Deliberately dependency-free (no backend/runtime headers): it is included by the device harness (chunk_fusion.cuh), the host launcher (chunk_fusion.h/.cu), AND the runtime-generated NVRTC source. The NVRTC device compile must NOT pull host runtime types (backend/types.h names cudaStream_t etc., which NVRTC does not provide), so the constants live here, apart from the launcher declarations.