LICENSE
README.md
pyproject.toml
quack/__init__.py
quack/_compile_worker.py
quack/activation.py
quack/autotuner.py
quack/broadcast_utils.py
quack/cache_utils.py
quack/compile_utils.py
quack/copy_utils.py
quack/cross_entropy.py
quack/cute_dsl_ptxas.py
quack/cute_dsl_utils.py
quack/epi_composable.py
quack/epi_ops.py
quack/epi_utils.py
quack/fast_math.py
quack/gemm.py
quack/gemm_act.py
quack/gemm_config.py
quack/gemm_dact.py
quack/gemm_default_epi.py
quack/gemm_interface.py
quack/gemm_norm_act.py
quack/gemm_sm100.py
quack/gemm_sm90.py
quack/gemm_sq_reduce.py
quack/gemm_symmetric.py
quack/gemm_tvm_ffi_utils.py
quack/gemm_wrapper_utils.py
quack/layout_utils.py
quack/linear.py
quack/linear_cross_entropy.py
quack/mlp.py
quack/nvmmh_heuristic.py
quack/pipeline.py
quack/reduce.py
quack/reduction_base.py
quack/rms_final_reduce.py
quack/rmsnorm.py
quack/rounding.py
quack/sm100_utils.py
quack/sm90_utils.py
quack/softmax.py
quack/tensormap_manager.py
quack/tile_scheduler.py
quack/topk.py
quack/utils.py
quack/varlen_utils.py
quack/sort/bitonic_sort.py
quack/sort/generate_sorting_networks.py
quack/sort/sorting_networks.py
quack/sort/utils.py
quack_kernels.egg-info/PKG-INFO
quack_kernels.egg-info/SOURCES.txt
quack_kernels.egg-info/dependency_links.txt
quack_kernels.egg-info/requires.txt
quack_kernels.egg-info/top_level.txt
tests/test_autotuner.py
tests/test_cross_entropy.py
tests/test_gemm_symmetric.py
tests/test_layernorm.py
tests/test_linear.py
tests/test_linear_cross_entropy.py
tests/test_linear_varlen_k.py
tests/test_linear_varlen_m.py
tests/test_mlp.py
tests/test_namedtuple_constexpr.py
tests/test_namedtuple_tvm_ffi.py
tests/test_rmsnorm.py
tests/test_softmax.py
tests/test_topk.py