FZGPUModules
2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
chunk_geometry.h
Go to the documentation of this file.
1
#pragma once
2
14
namespace
fz
{
15
namespace
fused {
16
namespace
chunk {
17
18
constexpr
int
CHUNK_BYTES = 16384;
// one chunk (bytes)
19
constexpr
int
NELEM = CHUNK_BYTES / 4;
// 4096 uint32 codes
20
constexpr
int
NPP = NELEM / 32;
// 128 bitshuffle words per plane
21
constexpr
int
TEMP_BYTES = 4096;
// LC coder scratch (RZE/RRE both 4096)
22
constexpr
int
TPB = 512;
// = LC coder TPB
23
24
}
// namespace chunk
25
}
// namespace fused
26
}
// namespace fz
fz
Definition
dag.h:24
modules
fused
chunk_fusion
chunk_geometry.h
Generated by
1.9.8