LICENSE
README.md
pyproject.toml
setup.py
src/flash_semicrf/__init__.py
src/flash_semicrf/banded.py
src/flash_semicrf/banded_utils.py
src/flash_semicrf/blocktriangular.py
src/flash_semicrf/duration.py
src/flash_semicrf/helpers.py
src/flash_semicrf/nn.py
src/flash_semicrf/semimarkov.py
src/flash_semicrf/uncertainty.py
src/flash_semicrf/validation.py
src/flash_semicrf.egg-info/PKG-INFO
src/flash_semicrf.egg-info/SOURCES.txt
src/flash_semicrf.egg-info/dependency_links.txt
src/flash_semicrf.egg-info/requires.txt
src/flash_semicrf.egg-info/top_level.txt
src/flash_semicrf/_genbmm/__init__.py
src/flash_semicrf/_genbmm/genmul.py
src/flash_semicrf/_genbmm/sparse.py
src/flash_semicrf/_genbmm/csrc/banded_cuda_kernel.cu
src/flash_semicrf/_genbmm/csrc/matmul_cuda.cpp
src/flash_semicrf/_genbmm/csrc/matmul_cuda_kernel.cu
src/flash_semicrf/semirings/__init__.py
src/flash_semicrf/semirings/checkpoint.py
src/flash_semicrf/semirings/semirings.py
src/flash_semicrf/streaming/__init__.py
src/flash_semicrf/streaming/autograd.py
src/flash_semicrf/streaming/constants.py
src/flash_semicrf/streaming/pytorch_reference.py
src/flash_semicrf/streaming/triton_backward.py
src/flash_semicrf/streaming/triton_cache.py
src/flash_semicrf/streaming/triton_forward.py
tests/test_backend_equivalence.py
tests/test_banded_matrix.py
tests/test_banded_utils.py
tests/test_blocktriangular.py
tests/test_boundary_precision.py
tests/test_checkpoint_semiring.py
tests/test_cpu_only.py
tests/test_decode_optimization.py
tests/test_edge_cases.py
tests/test_edge_cases_extended.py
tests/test_encoder_integration.py
tests/test_error_handling.py
tests/test_focused_learning.py
tests/test_helpers_cpu.py
tests/test_hsmm.py
tests/test_nn.py
tests/test_numerical_gradients.py
tests/test_numerical_stability_clinical.py
tests/test_partition_equivalence.py
tests/test_semimarkov_banded.py
tests/test_semimarkov_utils.py
tests/test_semirings.py
tests/test_streaming.py
tests/test_streaming_k_boundaries.py
tests/test_streaming_scale.py
tests/test_streaming_triton.py
tests/test_triton_cache_isolation.py
tests/test_triton_marginals.py
tests/test_uncertainty_quantification.py
tests/test_validation.py