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

Minimal subset of cuSZ-Hi's cusz/type.h needed by the ported spline interpolation kernels in ginterp_md.inl. More...

#include <cstdint>

Go to the source code of this file.

Classes

struct  INTERPOLATION_PARAMS
 

Detailed Description

Minimal subset of cuSZ-Hi's cusz/type.h needed by the ported spline interpolation kernels in ginterp_md.inl.

ginterp_md.inl references u4 and INTERPOLATION_PARAMS both inside and outside its primary namespace, so both symbols are defined at file scope here (matching the original cuSZ-Hi layout). They are only meant to be visible inside the GInterp translation unit — do NOT include this header from public stage headers.

Source: cuSZ-Hi (https://github.com/shixun404/cuSZ-Hi), BSD-3-Clause. See memory/references/spline_cuszhi/type.h for the full upstream file.