LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
oxs/CMakeLists.txt
oxs/__init__.py
oxs/layers.py
oxs/optim.py
oxs/utils.py
oxs.egg-info/PKG-INFO
oxs.egg-info/SOURCES.txt
oxs.egg-info/dependency_links.txt
oxs.egg-info/not-zip-safe
oxs.egg-info/requires.txt
oxs.egg-info/top_level.txt
oxs/src/maxwell_lib.hpp
oxs/src/maxwell_wrapper.cpp
oxs/src/cuda/maxwell_cuda.cu
src/__init__.py
src/benchmark.py
src/bitpacking.py
src/data.py
src/engine.py
src/oracle.py
src/oracle_speculative.py
src/pruning.py
src/run_sota.py
tests/test_bitpacking.py
tests/test_maxwell_sota.py
tests/test_sparsity.py
tests/test_ternary.py