Skip to content

Commit

Permalink
modules/zstd: Add FSE table creator
Browse files Browse the repository at this point in the history
Internal-tag: [#57353]
So-authored-by: Ryszard Rozak <rrozak@antmicro.com>
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
  • Loading branch information
rw1nkler committed May 2, 2024
1 parent 01c5fbc commit ca80835
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 0 deletions.
18 changes: 18 additions & 0 deletions xls/modules/zstd/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1061,3 +1061,21 @@ xls_dslx_test(
dslx_test_args = {"compare": "none"},
library = ":fse_ml_proba_provider_dslx",
)

xls_dslx_library(
name = "fse_table_creator_dslx",
srcs = ["fse_table_creator.x"],
deps = [
":common_dslx",
":fse_common_dslx",
":ram_wr_handler_dslx",
"//xls/examples:ram_dslx",
":fse_table_iterator_dslx",
],
)

xls_dslx_test(
name = "fse_table_creator_dslx_test",
dslx_test_args = {"compare": "none"},
library = ":fse_table_creator_dslx",
)

0 comments on commit ca80835

Please sign in to comment.