ejkernel 0.0.80__tar.gz → 0.0.80.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/PKG-INFO +4 -4
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/__init__.py +1 -1
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_kl_divergence/_xla_impl_fwd.py +20 -6
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/fused_kl_divergence.py +2 -1
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/pyproject.toml +4 -4
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/README.md +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/CMakeLists.txt +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention_ffi.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim128_vhdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim192_vhdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim256_vhdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim32_vhdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim64_vhdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_fwd_hdim96_vhdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/CMakeLists.txt +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/block.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/copy_sm90_bulk_reduce.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/cuda_check.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/epilogue_bwd.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/epilogue_fwd.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_api.cpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_api_stable.cpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_kernel_sm80.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_kernel_sm90.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_postprocess_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_preprocess_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_combine.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_combine_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_combine_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_kernel_sm80.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_kernel_sm90.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_prepare_scheduler.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/heuristics.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcapall_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_packgqa_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_packgqa_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_packgqa_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_packgqa_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcapall_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_packgqa_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_softcap_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/mainloop_bwd_sm80.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/mainloop_bwd_sm90_tma_gmma_ws.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/mainloop_fwd_sm80.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/mainloop_fwd_sm90_tma_gmma_ws.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/mask.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/named_barrier.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/pack_gqa.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/paged_kv.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/rotary.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/seqlen.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/sm90_pipeline_no_cluster.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/softmax.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/static_switch.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/tile_scheduler.hpp +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/tile_size.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/utils.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/include/c10/cuda/CUDAException.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/include/ejkernel_flash_attention.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/include/ejkernel_flash_attention_cutlass.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/alibi.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/aten_shim.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/block_info.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/dropout.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_attention_ffi.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_bwd_preprocess_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_causal_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_causal_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_causal_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_causal_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_causal_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/flash_fwd_split_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/hardware_info.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/kernel_traits.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/mask.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/namespace_config.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/philox.cuh +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/philox_unpack.cuh +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/rotary.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/softmax.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/static_switch.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/src/utils.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/CMakeLists.txt +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_cuda.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_cuda_impl.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits1_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits1_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits1_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits2_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits2_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits2_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits3_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits3_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits3_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits4_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits4_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits4_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits5_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits5_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits5_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits6_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits6_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits6_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits7_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits7_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits7_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits8_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits8_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_affine_bits8_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_dispatch.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_kernels.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_mxfp4.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_mxfp8.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_nf4_bf16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_nf4_f16.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_nf4_f32.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_nvfp4.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/quantized_matmul/src/qmm_dequant_nvfp8.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/CMakeLists.txt +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_ffi.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim128_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim192_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim256_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim32_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim64_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp32_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp32_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp32_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp32_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_fwd_hdim96_fp32_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/ragged_page_attention_v3/src/rpa_v3_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/CMakeLists.txt +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/code_gen.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_cuda.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim128_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim192_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim256_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim32_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim64_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_bf16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_bf16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_bf16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_bf16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_bf16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_fp16_sm100.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_fp16_sm110.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_fp16_sm120.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_fp16_sm80.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_fwd_hdim96_fp16_sm90.cu +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_kernel.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/unified_attention/src/ua_launch_template.h +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/benchmarks.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/build_cudalib.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_cute_call.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_cute_ffi.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_ejit.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_pallas_call.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_tilelang_call.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_tilelang_ffi.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_triton_call.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/callib/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/errors.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/blocksparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/blocksparse_attention/_build.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/blocksparse_attention/_cuda_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/blocksparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/flash_attention/_build.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/flash_attention/_cuda_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/_build.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/_cuda_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/_cuda_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/_cuda_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/ragged_page_attention_v3/_build.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/ragged_page_attention_v3/_cuda_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/unified_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/unified_attention/_build.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/unified_attention/_cuda_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cuda/unified_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/chunked_prefill_paged_decode/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/chunked_prefill_paged_decode/_cute_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/chunked_prefill_paged_decode/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/flash_attention/_cute_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/quantized_matmul/_cute_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/quantized_matmul/_cute_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/quantized_matmul/_cute_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/ragged_page_attention_v3/_cute_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/unified_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/unified_attention/_cute_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_cute/unified_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/ragged_decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/ragged_decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/ragged_decode_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/scaled_dot_product_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/scaled_dot_product_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/scaled_dot_product_attention/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/gpu/scaled_dot_product_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/all_gather_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/all_gather_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/all_gather_matmul/_pallas_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/blocksparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/blocksparse_attention/_info.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/blocksparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/blocksparse_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/blocksparse_attention/_masks.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/deepseek_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/deepseek_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/deepseek_attn/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/deepseek_attn/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_attention/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_attention/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_mla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_mla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_mla/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_mla/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/flash_mla/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_cross_entropy/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_cross_entropy/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_cross_entropy/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_cross_entropy/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_kl_divergence/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_kl_divergence/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_kl_divergence/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/fused_kl_divergence/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/gated_delta_rule/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/gated_delta_rule/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmul/_pallas_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmul/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv2/_pallas_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/grouped_matmulv3/_pallas_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/multi_latent_ragged_page_attention_v2/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/page_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/prefill_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/prefill_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/prefill_page_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/quantized_matmul/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/quantized_matmul/_pallas_impl_core.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/quantized_matmul/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_decode_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_gated_delta_rule/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v2/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v2/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v3/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v3/_pallas_impl_fwd_h64.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ragged_page_attention_v3/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/reduce_scatter_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/reduce_scatter_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/reduce_scatter_matmul/_pallas_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ring_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ring_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ring_attention/_pallas_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_pallas/tpu/ring_attention/_pallas_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_registry.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/_dense_matmul.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/_gate_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/_gate_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/_grouped_matmul_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/_grouped_matmul_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/all_gather_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/all_gather_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/blocksparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/blocksparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/chunked_prefill_paged_decode/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/chunked_prefill_paged_decode/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/chunked_prefill_paged_decode/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/decode_attention/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/decode_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/decode_attention/_split_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/deepseek_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/deepseek_attn/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/deepseek_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/deepseek_attn/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_attention/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_mla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/flash_mla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_cross_entropy/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_cross_entropy/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_cross_entropy/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_cross_entropy/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_kl_divergence/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_kl_divergence/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_kl_divergence/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/fused_kl_divergence/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gated_delta_rule/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gated_delta_rule/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/gla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv3/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/grouped_matmulv3/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/kernel_delta_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/kernel_delta_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/lightning_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/lightning_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mamba1/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mamba1/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mamba2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mamba2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mean_pooling/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mean_pooling/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mean_pooling/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/mean_pooling/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/multi_latent_ragged_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/multi_latent_ragged_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/multi_latent_ragged_page_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/multi_latent_ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/multi_latent_ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/native_sparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/native_sparse_attention/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/native_sparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/native_sparse_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/page_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/prefill_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/prefill_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/prefill_page_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/quantized_matmul/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/quantized_matmul/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_decode_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_gated_delta_rule/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_gated_delta_rule/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2_turboquant/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2_turboquant/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v2_turboquant/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3_turboquant/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3_turboquant/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ragged_page_attention_v3_turboquant/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/recurrent/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/recurrent/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/recurrent/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/recurrent/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/reduce_scatter_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/reduce_scatter_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ring_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ring_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv4/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv4/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv4/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv4/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv6/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv6/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv6/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv6/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7_mul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/rwkv7_mul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/scaled_dot_product_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/scaled_dot_product_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ssm1/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ssm1/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ssm2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/ssm2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v1/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v1/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v1/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v1/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v2/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/state_space_v2/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/unified_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/unified_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_tilelang/unified_attention/_kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/_mask.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/blocksparse_attention/_utilities.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/chunked_prefill_paged_decode/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/chunked_prefill_paged_decode/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/chunked_prefill_paged_decode/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/decode_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_attention/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_attention/_utilities.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_mla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_mla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_mla/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_mla/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/flash_mla/_utilities.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/gla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/gla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/gla/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/gla/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/lightning_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/lightning_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/lightning_attn/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/lightning_attn/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/mean_pooling/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/mean_pooling/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/mean_pooling/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/mean_pooling/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/_compression.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/native_sparse_attention/_utilities.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/page_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/_triton_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/quantized_matmul/_triton_impl_gemv.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_decode_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v2/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ragged_page_attention_v3/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/recurrent/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/recurrent/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/recurrent/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/recurrent/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ring_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ring_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ring_attention/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/ring_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv4/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv4/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv4/_triton_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv4/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv6/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv6/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv6/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv7/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv7/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/rwkv7/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/unified_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/unified_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_triton/unified_attention/_triton_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/all_gather_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/all_gather_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/all_gather_matmul/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/all_gather_matmul/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/blocksparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/blocksparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/blocksparse_attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/blocksparse_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/chunked_prefill_paged_decode/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/chunked_prefill_paged_decode/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/chunked_prefill_paged_decode/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/decode_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/deepseek_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/deepseek_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/deepseek_attn/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/deepseek_attn/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_mla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_mla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_mla/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/flash_mla/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/_xla_impl_chunked.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_cross_entropy/_xla_impl_linear.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_kl_divergence/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_kl_divergence/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_kl_divergence/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gated_delta_rule/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gated_delta_rule/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gla/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gla/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gla/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/gla/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmul/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmul/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmulv3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/grouped_matmulv3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/kernel_delta_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/kernel_delta_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/kernel_delta_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/lightning_attn/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/lightning_attn/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/lightning_attn/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/lightning_attn/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/mean_pooling/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/mean_pooling/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/mean_pooling/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/mean_pooling/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/multi_latent_ragged_page_attention_v2/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/native_sparse_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/native_sparse_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/native_sparse_attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/native_sparse_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/page_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/prefill_page_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/prefill_page_attention/_impl.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/prefill_page_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/quantized_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/quantized_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/quantized_matmul/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/quantized_matmul/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_decode_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_decode_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_decode_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_gated_delta_rule/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_gated_delta_rule/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_gated_delta_rule/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2_turboquant/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2_turboquant/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v2_turboquant/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3_turboquant/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3_turboquant/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ragged_page_attention_v3_turboquant/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/recurrent/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/recurrent/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/recurrent/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/recurrent/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/reduce_scatter_matmul/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/reduce_scatter_matmul/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/reduce_scatter_matmul/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/reduce_scatter_matmul/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ring_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ring_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ring_attention/_utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ring_attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/ring_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv4/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv4/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv4/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv4/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv6/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv6/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv6/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv6/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv7/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv7/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv7/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/rwkv7/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/scaled_dot_product_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/scaled_dot_product_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/scaled_dot_product_attention/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/scaled_dot_product_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v1/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v1/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v1/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v1/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v2/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v2/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v2/_xla_impl_bwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/state_space_v2/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/unified_attention/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/unified_attention/_interface.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/unified_attention/_xla_impl_fwd.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/loggings.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/base.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/all_gather_matmul.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/blocksparse_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/chunked_prefill_paged_decode.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/configs.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/decode_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/deepseek_attn.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/flash_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/fused_cross_entropy.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/gated_delta_rule.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/gated_linear_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/grouped_matmul.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/kernel_delta_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/lightning_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/multi_head_latent_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/multi_latent_ragged_page_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/multi_latent_ragged_page_attention_v2.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/native_sparse_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/page_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/pooling.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/prefill_page_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/quantized_matmul.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_decode_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_gated_delta_rule.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_page_attention_v2.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_page_attention_v2_turboquant.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_page_attention_v3.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ragged_page_attention_v3_turboquant.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/recurrent.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/reduce_scatter_matmul.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/ring_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/rwkv4.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/rwkv6.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/rwkv7.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/scaled_dot_product_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/state_space_v1.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/state_space_v2.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/modules/operations/unified_attention.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/config/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/config/cache.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/config/persistent.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/config/selection.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/core/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/core/kernel.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/core/types.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/batch.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/executor.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/offline.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/profiler.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/execution/tuning.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/registry.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/utils/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/utils/datacarrier.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/utils/fingerprint.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/utils/meta.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/ops/utils/serialize.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_quants/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_quants/quantizations.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_utils/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_utils/bitpack.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_utils/fp_tables.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_utils/grouping.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/_utils/qparams.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/quantized_array.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/runtime.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/turboquant/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/turboquant/codebook.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/turboquant/matrices.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/turboquant/ops.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/quantization/turboquant/packing.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/types/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/types/mask.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/utils.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/xla_utils/__init__.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/xla_utils/cumsum.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/xla_utils/shardings.py +0 -0
- {ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/xla_utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ejkernel
|
|
3
|
-
Version: 0.0.80
|
|
3
|
+
Version: 0.0.80.1
|
|
4
4
|
Summary: Accelerate, Optimize performance with streamlined training and serving options with JAX.
|
|
5
5
|
Keywords: Deep Learning,Machine Learning,JAX,CUDA,XLA,Triton,Pallas
|
|
6
6
|
Author: Erfan Zare Chavoshi
|
|
@@ -25,9 +25,9 @@ Requires-Dist: jax[cuda13]~=0.10.0 ; extra == 'cuda'
|
|
|
25
25
|
Requires-Dist: jax-cuda13-plugin[with-cuda]~=0.10.0 ; extra == 'cuda'
|
|
26
26
|
Requires-Dist: jax-cuda13-pjrt~=0.10.0 ; extra == 'cuda'
|
|
27
27
|
Requires-Dist: triton==3.6.0 ; extra == 'cuda'
|
|
28
|
-
Requires-Dist: nvidia-cutlass-dsl[cu13]==4.
|
|
29
|
-
Requires-Dist: nvidia-cutlass-dsl-libs-base==4.
|
|
30
|
-
Requires-Dist: nvidia-cutlass-dsl-libs-cu13==4.
|
|
28
|
+
Requires-Dist: nvidia-cutlass-dsl[cu13]==4.5.2 ; extra == 'cuda'
|
|
29
|
+
Requires-Dist: nvidia-cutlass-dsl-libs-base==4.5.2 ; extra == 'cuda'
|
|
30
|
+
Requires-Dist: nvidia-cutlass-dsl-libs-cu13==4.5.2 ; extra == 'cuda'
|
|
31
31
|
Requires-Dist: jax-tvm-ffi==0.1.2 ; extra == 'cuda'
|
|
32
32
|
Requires-Dist: apache-tvm-ffi==0.1.8.post2 ; extra == 'cuda'
|
|
33
33
|
Requires-Dist: eformer ; extra == 'dev'
|
|
@@ -65,7 +65,7 @@ import os as _os
|
|
|
65
65
|
_os.environ.setdefault("TF_GPU_ALLOCATOR", "cuda_malloc_async")
|
|
66
66
|
_os.environ.setdefault("CUTE_DSL_ENABLE_TVM_FFI", "1")
|
|
67
67
|
|
|
68
|
-
__version__ = "0.0.80"
|
|
68
|
+
__version__ = "0.0.80.1"
|
|
69
69
|
|
|
70
70
|
from . import errors, kernels, modules, types, utils, xla_utils
|
|
71
71
|
from .errors import EjkernelRuntimeError
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/ejkernel/kernels/_xla/fused_kl_divergence/_xla_impl_fwd.py
RENAMED
|
@@ -155,8 +155,10 @@ def fused_kl_divergence(
|
|
|
155
155
|
temperature: Softmax temperature ``T``; loss scaled by ``T²``.
|
|
156
156
|
beta: JSD interpolation factor (only used when
|
|
157
157
|
``direction="jsd"``).
|
|
158
|
-
vocab_parallel_axis: Mesh axis name for TP
|
|
159
|
-
|
|
158
|
+
vocab_parallel_axis: Mesh axis name for TP. Forward direction only
|
|
159
|
+
(reverse/JSD fall back to the non-fused path); any temperature is
|
|
160
|
+
supported via a ``1/T`` pre-scale + ``T**2`` post-scale around the
|
|
161
|
+
vocab-parallel core.
|
|
160
162
|
"""
|
|
161
163
|
if reduction not in ("none", "sum", "mean"):
|
|
162
164
|
raise ValueError(f"Invalid reduction '{reduction}'; expected one of none/sum/mean.")
|
|
@@ -181,12 +183,24 @@ def fused_kl_divergence(
|
|
|
181
183
|
wts = weights.astype(jnp.float32)
|
|
182
184
|
|
|
183
185
|
if vocab_parallel_axis is not None:
|
|
184
|
-
if direction != "forward"
|
|
186
|
+
if direction != "forward":
|
|
185
187
|
raise NotImplementedError(
|
|
186
|
-
"vocab-parallel mode currently only supports direction='forward'
|
|
187
|
-
"temperature=1.0 in the XLA fallback."
|
|
188
|
+
"vocab-parallel mode currently only supports direction='forward' in the XLA fallback."
|
|
188
189
|
)
|
|
189
|
-
|
|
190
|
+
# Temperature is a linear 1/T pre-scale on the (still per-shard ``V_local``) logits plus a
|
|
191
|
+
# T^2 post-scale on the per-row loss. Both compose through ``_fused_kl_core_tp``'s custom_vjp
|
|
192
|
+
# via outer autodiff, yielding the exact T^2*(1/T)=T-scaled distillation gradient WITHOUT
|
|
193
|
+
# ever materializing the full vocabulary (the whole point of the vocab-parallel path).
|
|
194
|
+
if temperature != 1.0:
|
|
195
|
+
inv_T = 1.0 / float(temperature)
|
|
196
|
+
per_row = _fused_kl_core_tp(
|
|
197
|
+
student_logits * inv_T,
|
|
198
|
+
teacher_logits * inv_T,
|
|
199
|
+
wts,
|
|
200
|
+
vocab_parallel_axis,
|
|
201
|
+
) * (float(temperature) ** 2)
|
|
202
|
+
else:
|
|
203
|
+
per_row = _fused_kl_core_tp(student_logits, teacher_logits, wts, vocab_parallel_axis)
|
|
190
204
|
elif direction == "forward" and temperature == 1.0:
|
|
191
205
|
per_row = _fused_kl_core(student_logits, teacher_logits, wts)
|
|
192
206
|
else:
|
|
@@ -516,7 +516,8 @@ def fused_kl_divergence(
|
|
|
516
516
|
temperatures.
|
|
517
517
|
beta: JSD interpolation factor in ``(0, 1)``; ignored unless
|
|
518
518
|
``direction="jsd"``.
|
|
519
|
-
vocab_parallel_axis: TP mesh axis (forward
|
|
519
|
+
vocab_parallel_axis: TP mesh axis (forward direction only; any
|
|
520
|
+
temperature supported).
|
|
520
521
|
return_teacher_entropy: When ``True``, also return the teacher
|
|
521
522
|
entropy ``H(p_t)`` on the output (same reduction + ``T²`` scaling
|
|
522
523
|
as ``loss``, detached). Lets distillation callers recover the
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ejkernel"
|
|
7
|
-
version = "0.0.80"
|
|
7
|
+
version = "0.0.80.1"
|
|
8
8
|
authors = [{ name = "Erfan Zare Chavoshi", email = "Erfanzare810@gmail.com" }]
|
|
9
9
|
description = "Accelerate, Optimize performance with streamlined training and serving options with JAX."
|
|
10
10
|
readme = "README.md"
|
|
@@ -66,9 +66,9 @@ cuda = [
|
|
|
66
66
|
"jax-cuda13-plugin[with-cuda]~=0.10.0",
|
|
67
67
|
"jax-cuda13-pjrt~=0.10.0",
|
|
68
68
|
"triton==3.6.0",
|
|
69
|
-
"nvidia-cutlass-dsl[cu13]==4.
|
|
70
|
-
"nvidia-cutlass-dsl-libs-base==4.
|
|
71
|
-
"nvidia-cutlass-dsl-libs-cu13==4.
|
|
69
|
+
"nvidia-cutlass-dsl[cu13]==4.5.2",
|
|
70
|
+
"nvidia-cutlass-dsl-libs-base==4.5.2",
|
|
71
|
+
"nvidia-cutlass-dsl-libs-cu13==4.5.2",
|
|
72
72
|
"jax-tvm-ffi==0.1.2",
|
|
73
73
|
"apache-tvm-ffi==0.1.8.post2",
|
|
74
74
|
]
|
|
File without changes
|
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention.h
RENAMED
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention_ffi.cu
RENAMED
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/blocksparse_attention/src/blocksparse_attention_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_launch_template.h
RENAMED
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_postprocess_kernel.h
RENAMED
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_bwd_preprocess_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_combine_kernel.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_fwd_launch_template.h
RENAMED
|
File without changes
|
{ejkernel-0.0.80 → ejkernel-0.0.80.1}/csrc/flash_attention/hopper/flash_prepare_scheduler.cu
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|