Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
464 changes: 0 additions & 464 deletions ucm/store/compress/cc/compress_lib/bitstream.h

This file was deleted.

185 changes: 0 additions & 185 deletions ucm/store/compress/cc/compress_lib/compiler.h

This file was deleted.

22 changes: 22 additions & 0 deletions ucm/store/compress/cc/compress_lib/compress_types.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#ifndef COMPRESS_TYPES_H
#define COMPRESS_TYPES_H

typedef enum {
R1 = 32,
R133 = 24, // 32 / 24 = 1.33x
R139 = 23, // 32 / 23 = 1.39x
R145 = 22, // 32 / 22 = 1.45x
R152 = 21, // 32 / 21 = 1.52x
R160 = 20, // 32 / 21 = 1.60x
R200 = 16 // 32 / 16 = 2.00x
} FixedRatio;

typedef enum {
DT_BF16 = 0,
DT_FP16 = 1,
DT_FP8E5M2 = 2,
DT_FP8E4M3 = 3,
DT_INVALID = 100
} DataType;

#endif // COMPRESS_TYPES_H
43 changes: 0 additions & 43 deletions ucm/store/compress/cc/compress_lib/debug.cc

This file was deleted.

114 changes: 0 additions & 114 deletions ucm/store/compress/cc/compress_lib/debug.h

This file was deleted.

Loading
Loading