flashinfer-python 0.6.7.post1__tar.gz → 0.6.7.post2__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.
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/PKG-INFO +1 -1
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_fmha_kernel_launcher.cu +35 -3
- flashinfer_python-0.6.7.post2/flashinfer/_build_meta.py +3 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/artifacts.py +2 -2
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/decode.py +23 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/prefill.py +21 -2
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/PKG-INFO +1 -1
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/fmhaRunnerParams.h +9 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/kernelParams.h +85 -34
- flashinfer_python-0.6.7.post1/flashinfer/_build_meta.py +0 -3
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/conv2d.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/customizable/conv2d.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/customizable/gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/customizable/gemm_grouped.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/40_cutlass_py/gemm_grouped.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/41_fused_multi_head_attention/fmha_backward_test.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/41_fused_multi_head_attention/piped_subprocess.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_all_code.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_cmake.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_customized_epilogue.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_device.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_ir.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_kernel.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_sample.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_threadblock.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_turing_and_volta.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_verify.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/helper.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/replace_fix_impl_header.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/call_bypass_dlpack.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/call_from_jit.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/cooperative_launch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/dynamic_smem_size.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/elementwise_add.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/elementwise_add_autotune.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/elementwise_apply.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/flash_attention_v2.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/hstu_attention.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/inline_ptx.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/sgemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/smem_allocator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/ampere/tensorop_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/contiguous_grouped_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/masked_grouped_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_blockscaled_gemm_persistent.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_blockscaled_gemm_persistent_amax.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_blockscaled_gemm_persistent_prefetch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_alpha_beta_persistent.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_persistent.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_persistent_dynamic.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_persistent_prefetch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_software_pipeline.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/epilogue/activation_custom_epilogue_dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/epilogue/common_dense_gemm_efc.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/epilogue/common_efc.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/epilogue/custom_epilogue_dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/epilogue/synthetic_custom_epilogue_dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/fmha.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/fmha_bwd.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/grouped_blockscaled_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/grouped_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_reference.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_fmha/mixed_input_fmha_decode.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_fmha/mixed_input_fmha_prefill_d256.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_fmha/mixed_input_fmha_prefill_d512.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_fmha/prefill_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm/grouped_mixed_input_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm/grouped_mixed_input_gemm_acc_scale.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm/mixed_input_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm/mixed_input_host_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mla/mla_decode_fp16.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mla/mla_decode_fp8.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mla/mla_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/mla.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/programmatic_dependent_launch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/reduce.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/rmsnorm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/sm103_dense_blockscaled_gemm_persistent.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/fp16_gemm_0.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/fp16_gemm_1.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/nvfp4_gemm_0.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/nvfp4_gemm_1.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/blackwell_geforce/dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/export/export_to_c.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/export/load_in_python.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/ffi/jit_argument.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/print_latex.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/torch_fake_tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/ampere_gemm_with_fake_tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/aot_export.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/aot_use_in_jax.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/aot_use_in_torch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/compile_with_fake_tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/error_reporting.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/jit_and_use_in_jax.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/cute/tvm_ffi/jit_and_use_in_torch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/all_reduce_one_shot_lamport.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/all_reduce_simple.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/all_reduce_tma.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/all_reduce_two_shot_multimem.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/distributed_all_gather_gemm_blackwell.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/distributed_gemm_all_reduce_blackwell.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/distributed/distributed_gemm_reduce_scatter_blackwell.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/ampere/memcpy_simt_universal_copy.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/blackwell/dense_block_scaled_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/blackwell/dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/blackwell/dense_gemm_2sm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/blackwell/dense_gemm_cute_pipeline.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/experimental/blackwell/dense_gemm_ptr_array.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/helpers/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/helpers/fmha_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/hopper/cta_norm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/hopper/dense_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/hopper/dense_gemm_persistent.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/hopper/fmha.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/jax/cutlass_call_basic.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/jax/cutlass_call_export.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/jax/cutlass_call_sharding.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/jax/elementwise_apply_example.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/utils/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/utils/fmha_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/utils/sparse_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/examples/python/CuTeDSL/utils/test_sparse_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/axpby.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/clear.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/cooperative_copy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/cooperative_gemm.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/copy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/fill.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/functional.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/gemm.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/prefer.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/prefetch.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/tensor_algorithms.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/tensor_reduce.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/algorithm/tuple_algorithms.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/cluster_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/cluster_sm90.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/config.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm100_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm50.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm75.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm80.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90_desc.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm100_desc.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm100_umma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm120.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm120_sparse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm61.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm70.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm75.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm80.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm89.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_desc.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma_ext.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma_sparse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma_sparse_ext.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/simd_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/tmem_allocator_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/arch/util.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_atom.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm100_im2col.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm100_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm50.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm75.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm80.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_im2col.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_tma_swizzle.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_atom.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm100.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm120.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm120_sparse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm61.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm70.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm75.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm80.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm89.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma_ext.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse_ext.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/atom/partitioner.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/config.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/alignment.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/array.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/array_aligned.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/array_subbyte.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/bit_field.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/cuda_types.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/tuple.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/container/type_list.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/int_tuple.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/layout_composed.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/arithmetic_tuple.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/complex.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/int.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/integer_sequence.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/integral_constant.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/integral_ratio.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/math.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/numeric_types.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/numeric/real.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/pointer.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/pointer_base.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/pointer_flagged.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/pointer_sparse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/pointer_swizzle.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/stride.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/swizzle.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/swizzle_layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/tensor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/tensor_impl.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/tensor_zip.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/underscore.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/debug.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/print.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/print_latex.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/print_svg.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/print_tensor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cute/util/type_traits.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/aligned_buffer.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/arch.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/barrier.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/cache_operation.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/config.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/grid_dependency_control.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/memory.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/memory_sm75.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/memory_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm100.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm50.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm60.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm61.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm75.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm89.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm90.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sparse_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sparse_sm89.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/reg_reconfig.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/simd.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/simd_sm60.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/simd_sm61.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/synclog.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/wmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm72.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm75.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/array.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/array_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/array_subbyte.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/barrier.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/bfloat16.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/blas3.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/blas3_types.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/block_striped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/cluster_launch.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/constants.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm100_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm100_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm90_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm90_gmma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/collective_builder.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/collective_conv.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/sm100_implicit_gemm_umma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/collective/sm90_implicit_gemm_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/conv2d_problem_size.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/conv3d_problem_size.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/convnd_problem_shape.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/device/conv_universal_adapter.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/device/direct_convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/device/implicit_gemm_convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/device/implicit_gemm_convolution_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/dispatch_policy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/conv_universal.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_dgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_group_fprop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_dgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_wgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv2d.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv2d_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv3d.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv3d_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_depthwise_fprop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/direct_convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_strided_dgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_fused_epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/sm100_implicit_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/sm90_implicit_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/thread/depthwise_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_few_channels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_few_channels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_fixed_channels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_direct_conv_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_fixed_stride_dilation.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_direct_conv_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_filter_tile_access_iterator_direct_conv_optimized.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_mma_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_mma_core_with_lane_access_size.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_fprop_fusion_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_wgrad_fusion_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/threadblock_swizzle.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/warp/mma_depthwise_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/warp/mma_depthwise_simt_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/conv/warp/scale_bias_relu_transform.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/coord.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/core_io.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/cuda_host_adapter.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/cutlass.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/blockwise_scale_layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/cluster.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/collective/mixed_input_utils.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/collective/moe_stride_utils.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/collective/sm103_kernel_type.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/collective.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/dependent_false.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/helper_macros.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/mainloop_fusion_helper_scale_factor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/mma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/sm100_blockscaled_layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/sm100_mixed_dtype_blockwise_layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/sm100_tmem_helper.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/detail/sm103_blockscaled_layout.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/device_kernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm100_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm103_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm120_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm120_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm90_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm90_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/collective_builder.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/collective_epilogue.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/default_epilogue.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/default_epilogue_array.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/epilogue_tensor_broadcast.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_nosmem.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_planar_complex_nosmem.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_planar_complex_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_nosmem.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_planar_complex_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized_array.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_array_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized_bias_elementwise.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/dispatch_policy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/callbacks.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/operations.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm100_callbacks_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_compute_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_store_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm120_callbacks_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm120_visitor_store_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_callbacks_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_compute_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_load_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_store_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_topk_softmax.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/activation.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/conversion_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_elementwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_relu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_clamp.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_dgelu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_drelu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_gelu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_generic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_generic_with_scaling.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_hardswish.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_leaky_relu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_relu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_relu0.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_residual_block.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_sigmoid.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_silu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_tensor_broadcast.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_with_elementwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/reduction_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/scale_type.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op_blas3.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_direct_store.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op_blas3.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_volta_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_wmma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_volta_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_wmma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/direct_store_epilogue_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_base_streamk.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_depthwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_direct_store.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_gemm_k_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_smem_accumulator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_streamk_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_visitor_with_softmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_scaling_factor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor_callbacks.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_workspace.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_2x.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_compute.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_load.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_store.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitors.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/interleaved_epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/output_iterator_parameter.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/output_tile_thread_map.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine_layout_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_blas3.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_conv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_direct_conv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_predicates.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_strided_dgrad.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_mixed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_pitch_linear.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_gaussian_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_volta_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_wmma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/simt_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tensor_op_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op_mixed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_volta_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_wmma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/volta_tensor_op_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/wmma_tensor_op_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/exmy_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/device/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/device/dist_gemm_universal_wrapper.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/device/full_barrier.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/kernel/detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/kernel/dist_gemm_kernel_wrapper.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/kernel/full_barrier.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_1d_schedules.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_base_schedule.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/fast_math.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/float8.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/float_subbyte.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/floating_point_nvrtc.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/functional.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_9xBF16_interleaved_complex_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_9xBF16_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_mixed_tma_cpasync_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_sparse_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_blockwise_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_cpasync_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_interleaved_complex_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_input_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_tma_cpasync_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_pipeline_carveout.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_planar_complex_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_simt_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_sparse_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm100_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm103_blockscaled_umma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_mma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_sparse_mma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_blockwise_mma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_mma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm120_sparse_mma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm1xx_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm1xx_sparse_config.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_common.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_gmma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_config.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_gmma_builder.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_builder.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_builder_decl.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_mma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_mma_decl.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/fp8_accumulation.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_array_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_array_warpspecialized_rcggemm.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_sparse_mma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_emulated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_interleaved_complex_emulated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_interleaved_complex_tf32.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_planar_complex.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_rcggemm.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_emulated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_interleaved_complex_emulated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_interleaved_complex_tf32.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_planar_complex.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm100_sparse_mma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_array_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_array_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_sparse_mma_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_mma_array_tma_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_mma_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_mma_tma_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm120_sparse_mma_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm70_mma_twostage.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm80_mma_array_multistage.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm80_mma_multistage.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_rs_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/base_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/default_gemm_configuration.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/ell_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_array.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_batched.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_blockwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_layernorm_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_universal_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_splitk_parallel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_adapter.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_streamk_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_with_k_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemv_blockscaled.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_2k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_2k_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/symm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/device/trmm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/dispatch_policy.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/gemm_enumerated_types.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/group_array_problem_shape.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_ell_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_per_group_scale.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_softmax_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_layernorm_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_planar_complex_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_splitk_parallel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_streamk_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_universal_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_broadcast.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_k_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/ell_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_array.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_batched.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_blockwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped_per_group_scale.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped_problem_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped_softmax_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_layernorm_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex_array.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_splitk_parallel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_streamk_with_fused_epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_transpose_operands.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_blockwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_decl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_streamk.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor_streamk.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_fused_epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_k_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemv_batched_strided.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemv_blockscaled.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/grouped_problem_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/params_sparse_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/params_universal_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped_problem_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_transpose_operands.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_k_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_input_transform.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_mma_transform.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_mixed_tma_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_input_transform.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mixed_input_transform.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_sparse_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_static_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_group.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_stream_k.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_array_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm120_gemm_tma_warpspecialized_cooperative_asymmetric_dma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm70_gemm.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm70_gemm_array.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_cooperative.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_pingpong.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_cooperative.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_pingpong.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_cooperative.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_pingpong.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_group.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_stream_k.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_absmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/static_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/symm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/tile_scheduler_detail.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/tile_scheduler_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/trmm_universal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm50.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm60.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm61.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_ell_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_gemv_core.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm75.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sparse_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_access_size.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_wmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_layernorm_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_multistage_blockwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_softmax_mainloop_fusion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_with_reduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_trmm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_sparse_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_trmm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/ell_mma_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/ell_mma_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/gemv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/index_remat.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_blas3_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_layernorm_mainloop_fusion_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_multistage_blockwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_singlestage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_softmax_mainloop_fusion_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_sparse_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_sparse_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_with_reduction_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle_streamk.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_sparse_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_with_reduction_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_wmma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/layernorm_scale_bias_transform.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_fast_f32.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_tile_iterator_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op_tile_iterator_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_mixed_input_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_sparse_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fast_f32.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fragment_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_policy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sparse.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_wmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_wmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_with_reduction_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/scale_bias_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/softmax_scale_bias_transform.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/tile_iterator_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm_coord.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/gemm_coord.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/half.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/integer_subbyte.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/kernel_hardware_info.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/kernel_hardware_info.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/kernel_launch.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/layout.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/matrix.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/permute.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/pitch_linear.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/tensor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm75.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/layout/vector.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/matrix.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/matrix_coord.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/matrix_shape.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/numeric_conversion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/numeric_size.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/numeric_types.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/pipeline/pipeline.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/pipeline/sm100_pipeline.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/pipeline/sm90_pipeline.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/pitch_linear_coord.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/platform/platform.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/predicate_vector.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/quaternion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/real.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/device/reduce_split_k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_contiguous.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_strided.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/reduce_softmax_final.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/reduce_split_k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_contiguous.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_strided.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/thread/reduce.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/thread/reduction_operators.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/reduction/threadblock_swizzle.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/relatively_equal.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/semaphore.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/subbyte_reference.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tensor_coord.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tensor_ref.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tensor_ref_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tensor_view.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tensor_view_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/tfloat32.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/thread/matrix.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/trace.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/collective/sm90_wgmma_transpose.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/device/transform_universal_adapter.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/filter_format_transformer.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/sm90_sparse_gemm_compressor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/sparse_gemm_compressor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/pitch_linear_thread_map.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/thread/transpose.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/thread/unary_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_2dthreadtile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_triangular_matrix.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_2dthreadtile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_triangular_matrix.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_vector_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_scale_bias_vector_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear_direct_conv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear_2dthreadtile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op_sm70.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/vector_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/transform/warp/vector_fragment_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/uint128.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/uint256.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/version.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/wmma_array.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/include/cutlass/workspace.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/_mlir_helpers/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/_mlir_helpers/arith.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/_mlir_helpers/gpu.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/_mlir_helpers/lru_cache_ir.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/_mlir_helpers/op.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/arch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/ast_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/ast_preprocessor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/cache_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/common.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/compiler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/dsl.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/env_manager.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/export/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/export/c_header_generator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/export/export.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/export/external_binary_module.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/jit_executor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/cuda.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/device_tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/dlpack_types.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/jit_arg_adapters.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/stream_adapter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/runtime/tensor_descriptor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/tvm_ffi_builder/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/tvm_ffi_builder/call_provider.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/tvm_ffi_builder/mlir_builder.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/tvm_ffi_builder/spec.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/tvm_ffi_builder/tvm_ffi_builder.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/typing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/logger.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/numpy.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/stacktrace.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/timer.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/utils/tree_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/base_dsl/version_info.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/_tvm_ffi_args_spec_converter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/algorithm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/clc.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/elect.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/mbar.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/numeric_conversion.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/nvvm_wrappers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/smem.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/arch/tmem.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/atom.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/core.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/algorithm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/core.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/math.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/memory.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/pipeline.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/experimental/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/export/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/export/aot_config.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/export/c_header_generator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/export/export.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/export/load.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/ffi.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/math.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/common.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/cpasync/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/cpasync/copy.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/cpasync/helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/tcgen05/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/tcgen05/copy.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/tcgen05/helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/tcgen05/mma.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warp/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warp/copy.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warp/mma.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warpgroup/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warpgroup/helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/nvgpu/warpgroup/mma.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/runtime.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/testing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/tuple.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cute/typing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/cuda_jit_executor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/cuda_stream_adapter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/cutlass.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/cutlass_ast_decorators.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/cutlass_dsl/tvm_ffi_provider.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/impl_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/compile.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/ffi.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/primitive.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/testing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/jax/types.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/pipeline/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/pipeline/helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/pipeline/sm100.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/pipeline/sm90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/torch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/blackwell_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/blockscaled_layout.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/distributed.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/dynamic_persistent_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/gemm/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/gemm/sm100.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/grouped_gemm_persistent_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/grouped_gemm_tile_scheduler_helper.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/hardware_info.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/hopper_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/layout.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/mixed_input_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/print_latex.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/smem_allocator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/static_persistent_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/tensor_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/tensormap_manager.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/cutlass/utils/tmem_allocator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/CuTeDSL/prep_editable_install.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/arguments.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/c_types.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/compiler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/conv2d_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/epilogue.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/emitter_base.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm100_emitter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm100_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm80_emitter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm80_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm90_emitter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/backend/sm90_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/epilogue.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/frontend/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/frontend/frontend_base.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/frontend/python_ast.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/compute_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/dag_ir.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/layout_algorithm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/layout_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/load_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/node.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/store_nodes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/ir/tensor.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/graph_drawer.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_argument_type.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_dag_2_tree.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_fix_element_d.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_get_impl.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_layout_elimination.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_manager.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_no_op_elimination.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_preprocess_red.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/pass_shape_type_propagation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/smem_size_calculator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/evt/passes/util.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/frontend.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/gemm_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/library.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/memory_manager.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/reduction_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/type_hint.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/utils/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/backend/utils/device.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/emit/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/emit/common.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/emit/pytorch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/epilogue/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/epilogue/epilogue.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/epilogue/evt_ops.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/library_defaults.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/op/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/op/conv.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/op/gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/op/gemm_grouped.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/op/op.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/shape.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/swizzle.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/utils/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/utils/check.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/utils/datatypes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/utils/lazy_import.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_cppgen/utils/profiler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/conv2d_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/conv3d_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/conv3x_emitter.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/emit_kernel_listing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/gemm_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/generator.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/heuristics.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/heuristics_provider.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/library.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/manifest.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/rank_2k_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/rank_k_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/sm100_shapes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/sm100_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/sm90_shapes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/sm90_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/symm_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/cutlass_library/trmm_operation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/docs_src/source/conf.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/pycute/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/pycute/int_tuple.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/pycute/layout.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/pycute/swizzle.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/pycute/typing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/setup_cutlass.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/setup_library.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/python/setup_pycute.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/conftest.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/sm_100a/conftest.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/sm_100a/test_dense_blockscaled_gemm_persistent_prefetch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/sm_100a/test_dense_gemm_persistent_prefetch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/sm_100a/test_rmsnorm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/examples/CuTeDSL/sm_100a/test_tutorial_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/conv2d/conv2d_problem_sizes.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/conv2d/conv2d_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/conv2d/conv2d_test_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/conv2d/run_all_tests.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/emit/pytorch.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/evt_compute_sm80_90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/evt_layout_sm80_90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/evt_load_sm80_90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/evt_mixed_sm80_90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/evt_store_sm80_90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/run_all_tests.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/evt/utils/evt_testbed.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_batched.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f16_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f16_sm90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f32_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f64_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f64_sm90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_f8_sm90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_mixed_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_s8_sm80.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_s8_sm90.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/gemm_testbed.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/run_all_tests.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/gemm/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/installation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/interface/conv2d_interface.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/interface/evt_interface.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/interface/gemm_interface.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/cutlass/interface/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/run_all_tests.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_coalesce.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_complement.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_composition.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_int_tuple.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_left_inverse.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_right_inverse.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/python/pycute/test_typing.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/unit/gemm/device/simt_sm50.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/test/utils/test_sharding.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/GPU_Clock.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/command_line.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/cublas_wrappers.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/debug.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_dump.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_groupnorm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_layernorm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_memory.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nchw_to_nhwc.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_padding.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_pooling.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_to_nchw.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_rmsnorm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/distribution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/exceptions.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/gett_commandline.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/helper_cuda.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_reorder.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_tensor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_tensor_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_uncompress.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/index_sequence.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/mixed_dtype_utils.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/packed_stride.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/print_error.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/detail/inner_product.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/detail/linear_to_coordinate.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gett.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_elementwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_foreach.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/rank_2k_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_compare.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_fill.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_foreach.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_reduce.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_relu.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/thread/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/conv.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/convolution.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/error_metrics.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm_planar_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gett.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_k_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/symm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/symm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_copy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_elementwise.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_foreach.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_norm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/trmm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/trmm_complex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/tensor_view_io.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/type_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/cutlass/tools/util/scripts/split_test_cmake.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/async.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/async_logger-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/async_logger.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/cfg/argv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/cfg/env.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/cfg/helpers-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/cfg/helpers.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/common-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/common.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/backtracer-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/backtracer.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/circular_q.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/console_globals.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/file_helper-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/file_helper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/fmt_helper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/log_msg-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/log_msg.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/log_msg_buffer-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/log_msg_buffer.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/mpmc_blocking_q.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/null_mutex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/os-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/os.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/periodic_worker-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/periodic_worker.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/registry-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/registry.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/synchronous_factory.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/tcp_client-windows.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/tcp_client.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/thread_pool-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/thread_pool.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/udp_client-windows.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/udp_client.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/details/windows_include.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bin_to_hex.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/args.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/chrono.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/color.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/compile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/core.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/fmt.license.rst +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/format-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/format.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/locale.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/os.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/ostream.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/printf.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/ranges.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/std.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/bundled/xchar.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/chrono.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/compile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/fmt.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/ostr.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/ranges.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/std.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fmt/xchar.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/formatter.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/fwd.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/logger-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/logger.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/mdc.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/pattern_formatter-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/pattern_formatter.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/android_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/ansicolor_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/base_sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/base_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/basic_file_sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/basic_file_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/callback_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/daily_file_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/dist_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/dup_filter_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/hourly_file_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/kafka_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/mongo_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/msvc_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/null_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/ostream_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/qt_sinks.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/ringbuffer_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/rotating_file_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/stdout_color_sinks.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/stdout_sinks-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/stdout_sinks.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/syslog_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/systemd_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/tcp_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/udp_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/win_eventlog_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/wincolor_sink-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/sinks/wincolor_sink.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/spdlog-inl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/spdlog.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/stopwatch.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/tweakme.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/include/spdlog/version.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/3rdparty/spdlog/scripts/extract_version.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/LICENSE +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/README.md +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/build_backend.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/build_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_attention.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_attention_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_attention_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_attention_paged_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_mla_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_mla_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_mla_cute_sm80.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_mla_plan.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_decode_mla_run.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_plan.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_run.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_sm90_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_sm90_plan.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_mla_sm90_run.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_pod.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_pod_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_pod_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_pod_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_fp8_paged_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_fp8_ragged_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_fp8_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_paged_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_paged_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_ragged_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_ragged_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_sm90_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/batch_prefill_sm90_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/bf16_gemm_cutlass.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/bf16_gemm_cutlass.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/blackwell_fmha_plan.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/bmm_fp8.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/cascade.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/concat_mla.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/cudnn_sdpa_kernel_launcher.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/cudnn_sdpa_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/cutlass_mla.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/dsv3_router_gemm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_cascade_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_gemm_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_gemm_sm90_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_mamba_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_mla_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_norm_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_page_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_quantization_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_rope_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_sampling_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_topk_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flashinfer_xqa_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/flat_prefill_kernel_delta_rule_sm90_extern.inc +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmhaReduction.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_cutlass_sm100.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_cutlass_sm100_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/alibi_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/fragment.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gmem_tile_o.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gmem_tile_o_packed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gmem_tile_ps.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gmem_tile_qkv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/gmem_tile_qkv_packed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/arrive_wait.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/compute_tile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/fragment.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/gmem_tile_o_packed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/gmem_tile_qkv_packed.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/gmma_descriptor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/kernel_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/smem_tile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/smem_tile_o.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/tma_descriptor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/tma_types.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_gmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_hgmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_hgmma_bf16.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_igmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_qgmma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_tma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/hopper/utils_warpgroup.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/kernel_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/mask.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/numeric_types.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/paged_kv_cache.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/smem_tile.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/smem_tile_o.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/smem_tile_qkv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/smem_tile_v.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/softmax.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/warpspec/circular_buffer.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/warpspec/compute.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/warpspec/dma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/warpspec/epilogue.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fmha/warpspec/kernel_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_demo_bert_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_1xN.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_1xN_multi_cta.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_1xN_noloop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_2x2.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_4x1_hopper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_4x1_hopper_noloop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_4xN_hopper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_kernel_4xN_hopper_noloop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_attention_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_cross_attention.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_cross_attention_kernel_1xN.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_cross_attention_kernel_1xN_noloop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_flash_attention_kernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_flash_attention_kernel_noloop.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/fused_multihead_flash_attention_kernel_noloop_tiled.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/templates/fa_kernel.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/templates/kernel.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/templates/kernel_hopper.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2/templates/kernel_hopper_ws.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fmha_v2_run.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass_sm103.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass_sm103.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass_sm120.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_gemm_cutlass_sm120.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_kv_dequantization.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp4_kv_quantization.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp8_blockscale_gemm_sm90_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp8_gemm_cutlass.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fp8_gemm_cutlass.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/cutlass_backend/cutlass_fused_moe_instantiation.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/cutlass_backend/cutlass_fused_moe_kernels.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/cutlass_backend/deepgemm_jit_setup.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/cutlass_backend/flashinfer_cutlass_fused_moe_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/moeTopKFuncs.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/noAuxTcKernels.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/RoutingDeepSeekCommon.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchClusterKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchCoopKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchHistogramKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchInitExpertCounts.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchMainKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingDeepSeek/launchOffsetsKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/RoutingRenormalizeCommon.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchBlockKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchClusterKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchHistogramKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchHistogramScoresKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchInitExpertCounts.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/routingRenormalize/launchOffsetsKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/trtllm_fused_moe_dev_kernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/trtllm_fused_moe_routing_deepseek.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/trtllm_fused_moe_routing_llama4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/fused_moe/trtllm_backend/trtllm_fused_moe_routing_renormalize.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gdn_prefill_launcher.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gdn_prefill_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_groupwise_sm100.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_groupwise_sm100_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_groupwise_sm120.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_groupwise_sm120_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_sm100_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/gemm_sm120_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_fp8_groupwise_sm100.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_fp8_groupwise_sm100_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_fp8_groupwise_sm120.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_fp8_groupwise_sm120_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_mxfp4_groupwise_sm100.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_mxfp4_groupwise_sm100_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_sm100_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_sm120_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/group_gemm_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/logging.cc +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/moe_utils_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/mxfp8_gemm_cutlass.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/mxfp8_gemm_cutlass.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/norm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/common/envUtils.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/common/logger.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/common/memoryUtils.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/common/stringUtils.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/common/tllmException.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/cpp/kernels/quantization.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/NvInferRuntime.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/assert.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/config.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/cudaBf16Wrapper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/cudaFp8Utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/cudaUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/dataType.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/logger.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/quantization.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/stringUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/include/tensorrt_llm/common/tllmException.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/cublasMMWrapper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/cudaBf16Fallbacks.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/cudaDriverWrapper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/cudaTypeUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/envUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/memoryUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/quantTypeUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/reduceKernelUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/common/workspace.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/arch/copy_red_global.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/arch/copy_sm90_multimem.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/arch/copy_traits_sm90_multimem.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/arch/grid_dependency_control.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/arch/mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/communication/collective/sm90_allreduce_nvls_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/compute_occupancy.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/detail/collective/mixed_input_utils.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/epilogue/collective/epilogue_moe_finalize.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/epilogue/fusion/sm90_visitor_allreduce_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/epilogue/fusion/sm90_visitor_scatter.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/epilogue/thread/fused_activations.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/epilogue_helpers.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/builders/sm90_gmma_builder_gated.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/builders/sm90_gmma_builder_interleaved.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/builders/sm90_gmma_builder_mixed_input.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_builder_gated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_builder_interleaved.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_builder_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_mma_array_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_mma_gated.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/collective_mma_interleaved.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/sm90_mma_array_tma_gmma_rs_warpspecialized_mixed_input_.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/sm90_mma_gated_tma_gmma_ss_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/sm90_mma_gated_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/collective/sm90_mma_interleaved_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/fused_moe_kernel.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/fused_moe_kernel_routine.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/fused_moe_kernel_traits.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/gemm_moe_problem_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/gemm_universal_allreduce.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/moe_cute_util.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/moe_cutlass_kernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/moe_problem_visitor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/sm90_gemm_allreduce_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/sm90_gemm_allreduce_tma_warpspecialized_pingpong.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/default_dq_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/default_mma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/default_mma_bf16.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_base.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_multistage_finegrained.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_multistage_percol.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_pipelined_finegrained.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/threadblock/dq_mma_pipelined_percol.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/warp/default_mma_tensor_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm_configs.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/interleaved_numeric_conversion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/system_barrier.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/tile_interleaved_layout.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/transform/threadblock/fine_grained_scale_zero_iterator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/util/gather_tensor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/weight_only_quant_op.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/compiler.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/fp8_gemm.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/fp8_gemm_impl.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/jit_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/mma_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/nvrtc_cutlass.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/nvrtc_std.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/runtime.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/scheduler.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/tma_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/deep_gemm/utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/communicationKernels/moeAlltoAllKernels.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/communicationKernels/moeAlltoAllKernels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cuteDslKernels/moeUtils.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cuteDslKernels/moeUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/cutlass_heuristic.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/cutlass_heuristic.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/cutlass_type_conversion.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/ada_blockwise_gemm/sm89_fp8_gemm_1d1d.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/ada_blockwise_gemm/sm89_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/fp8_blockscale_gemm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/fp8_blockscale_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/fp8_blockscale_gemm_kernel.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/fp8_blockscale_mma_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fp8_blockscale_gemm/fp8_blockscale_tma_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int4_gemm_fg_scalebias.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int4_gemm_fg_scaleonly.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int4_gemm_per_col.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int8_gemm_fg_scalebias.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int8_gemm_fg_scaleonly.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/bf16_int8_gemm_per_col.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/e4m3_int4_gemm_fg_scalebias_bf16_out_bf16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/e4m3_int4_gemm_fg_scalebias_f16_out_f16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/e4m3_int4_gemm_fg_scaleonly_bf16_out_bf16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/e4m3_int4_gemm_fg_scaleonly_f16_out_f16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/e4m3_int4_gemm_per_col_f16_out_f16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int4_gemm_fg_scalebias.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int4_gemm_fg_scaleonly.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int4_gemm_per_col.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int8_gemm_fg_scalebias.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int8_gemm_fg_scaleonly.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fp16_int8_gemm_per_col.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fpA_intB_gemm.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fpA_intB_gemm_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/fpA_intB_gemm_template_sm90.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/launchers/fpA_intB_launcher_sm90.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/fpA_intB_gemm/launchers/fpA_intB_launcher_sm90.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/include/common.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/include/cutlass_kernel_selector.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/include/moe_gemm_kernels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/include/moe_kernels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/include/moe_util_kernels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/fused_moe_gemm_launcher_sm80.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/fused_moe_gemm_launcher_sm80.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_launcher.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_launcher.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_mixed_input_launcher.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/launchers/moe_gemm_tma_ws_mixed_input_launcher.inl +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_bf16_bf16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_bf16_fp4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_bf16_fp8.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_bf16_uint4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_bf16_uint8.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp16_fp16.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp16_fp4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp16_uint4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp16_uint8.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp32_fp32.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp4_fp4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp8_fp4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp8_fp8.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_kernels_fp8_uint4.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_template_dispatch.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_template_dispatch_tma_ws.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_template_dispatch_tma_ws_mixed_dtype.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_gemm_tma_warp_specialized_input.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_kernels.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/cutlass_kernels/moe_gemm/moe_tma_warp_specialized_traits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/delayStream.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/delayStream.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/lora/lora.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/lora/lora.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/preQuantScaleKernel.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/preQuantScaleKernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/quantization.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/quantization.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/kernels/quantization_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/fp4Op.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/fp4Quantize.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/fp4Quantize.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/fp8Quantize.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/fp8Quantize.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/moeAlltoAllMeta.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nv_internal/tensorrt_llm/thop/utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/nvshmem_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/page.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/pod.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/pod_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/pod_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/pod_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/prefill_kernel_delta_rule_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/quantization.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/renorm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/rope.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/runtime_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/sampling.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/sampling_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/selective_state_update.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/selective_state_update_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/selective_state_update_dtype_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/selective_state_update_kernel_inst.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/seq_chunk_cumsum.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/seq_chunk_cumsum_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_decode.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_decode_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_decode_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_decode_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_fp8_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_fp8_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_sm90_customize_config.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_sm90_jit_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/single_prefill_sm90_kernel_inst.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/tgv_gemm.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/tgv_gemm.jinja +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/tinygemm2.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/topk.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_allreduce.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_allreduce_fusion.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_alltoall.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_alltoall_prepare.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_batched_gemm_runner.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_fmha_v2_binding.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_fused_moe_kernel_launcher.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_fused_moe_runner.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_gemm_runner.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_low_latency_gemm_runner.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_mnnvl_allreduce.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_moe_allreduce_fusion.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_moe_alltoall.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/tvm_ffi_utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/vllm_custom_all_reduce.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/barriers.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/cuda_hint.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/defines.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/gmma.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/gmma_impl.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/hostUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/ldgsts.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mha.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mha.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mhaUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mha_components.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mha_sm90.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mha_stdheaders.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mla_sm120.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mla_sm120.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/mma.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/platform.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/specDec.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/tensorMap.cpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/tensorMap.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/tma.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/xqa/xqa_wrapper.cu +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/__main__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/activation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/aot.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/api_logging.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/attention.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/autotuner.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cascade.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/allreduce.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/cuda_ipc.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/dlpack_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/mapping.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/mnnvl.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/nvshmem.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/nvshmem_allreduce.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/trtllm_alltoall.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/trtllm_ar.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/trtllm_mnnvl_ar.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/trtllm_moe_alltoall.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/vllm_ar.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/comm/workspace_base.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/compilation_context.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/concat_ops.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cuda_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cudnn/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cudnn/decode.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cudnn/prefill.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cudnn/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/add_rmsnorm_fp4quant.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/blockscaled_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/fp4_common.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/gemm_allreduce_two_shot.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/rmsnorm_fp4quant.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/cute_dsl/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/deep_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/dsv3_ops/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fp4_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fp8_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/core.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blackwell/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blackwell/blockscaled_contiguous_gather_grouped_gemm_swiglu_fusion.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blackwell/blockscaled_contiguous_grouped_gemm_finalize_fusion.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blackwell/custom_pipeline.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blackwell/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blockscaled_contiguous_gather_grouped_gemm_swiglu_fusion.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/blockscaled_contiguous_grouped_gemm_finalize_fusion.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/fused_moe.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/moe_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/cute_dsl/tuner.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/fused_routing_dsv3.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/fused_moe/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_decode.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/blackwell_prefill/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/blackwell_prefill/gdn.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/blackwell_prefill/gdn_helpers.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/blackwell_prefill/gdn_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/gdn_decode_bf16_state.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/gdn_decode_mtp.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/gdn_decode_nontranspose.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_kernels/gdn_decode_pretranspose.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gdn_prefill.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/gemm_base.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/kernels/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/kernels/dense_blockscaled_gemm_sm100.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/kernels/dense_blockscaled_gemm_sm103.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/kernels/grouped_gemm_masked_blackwell.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/gemm/routergemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/green_ctx.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/activation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/fmha_v2/fmha_library.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/fmha_v2/generate_kernels.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/fmha_v2/generator_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/fmha_v2/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/modules.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/attention/variants.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/cascade.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/comm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/core.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/cpp_ext.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/cubin_loader.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/dsv3_optimizations.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/env.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/fp4_kv_dequantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/fp4_kv_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/fp4_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/fp8_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/fused_moe.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gdn.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/core.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/cutlass/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/cutlass/cutlass_library.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/cutlass/generate_kernels.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/deepgemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/gemm/fp8_blockscale.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/mamba/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/mamba/selective_state_update.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/mamba/seq_chunk_cumsum.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/mla.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/moe_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/norm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/page.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/rope.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/sampling.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/spdlog.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/tinygemm2.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/tllm_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/topk.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/jit/xqa.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/compiler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/fusion_rules.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/legalization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/op.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/operators.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/pipeline.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/processors.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/types.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/logits_processor/validators.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mamba/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mamba/selective_state_update.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mamba/ssd_combined.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mamba/ssd_kernel.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mamba/ssd_tile_scheduler.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/mla.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/kernels/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/kernels/fused_add_rmsnorm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/kernels/layernorm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/kernels/rmsnorm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/norm/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/page.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/pod.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/profiler/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/py.typed +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/fp4_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/fp8_quantization.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/kernels/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/kernels/mxfp4_quantize.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/kernels/mxfp8_quantize.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/packbits.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/quantization/quantization_cute_dsl_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/rope.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/sampling.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/sparse.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/testing/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/testing/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/tllm_enums.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/tllm_utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/topk.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/activation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/cascade.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/__init__.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/activation.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/cascade.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/norm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/quant.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/sm_constraint_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/kernels/ssd_chunk_state.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/norm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/page.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/sm_constraint_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/triton/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/trtllm_low_latency_gemm.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/tuning_configs/v0_1_trtllm_fused_moe_NVIDIA_B200.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/tuning_configs/v0_1_trtllm_fused_moe_NVIDIA_GB200.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/utils.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/version.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer/xqa.py +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/SOURCES.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/dependency_links.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/entry_points.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/requires.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/flashinfer_python.egg-info/top_level.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/activation.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/air_top_p.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/allocator.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/arch_condition.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/batch_pod.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/fmha_common.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/fmha_fusion.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_fwd_epilogue_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_fwd_mainloop_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_gen_epilogue_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_gen_mainloop_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_load_cpasync_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/collective/sm100_fmha_load_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/common/pow_2.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/device/fmha.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/device/sm100_mla.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/fmha_cutlass_sm100.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/fmha_options.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/fmha_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/gather_tensor.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/sm100_fmha_fwd_kernel_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/sm100_fmha_gen_kernel_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/sm100_fmha_mla_reduction.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/sm100_fmha_mla_tma_warpspecialized.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/kernel/sm100_mla_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/blackwell/plan.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/cascade.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/cutlass_mla.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/decode.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/decode_mla_cute_sm80.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/default_decode_params.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/default_prefill_params.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/heap.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/attention_updater.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/default_params.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/epilogue.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/kernel_traits.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/mainloop.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/mainloop_mma.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/named_barrier.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/prefill_sm90.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/epilogue.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/kernel_traits.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/mainloop_load.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/mainloop_mma.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/mainloop_sparse_load.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/quantization/prefill_sm90.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/sparse_mainloop.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/tile_scheduler.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/variant_helper.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper/variants.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/hopper.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/mask.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/mla.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/mla_hopper.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/mla_params.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/persistent.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/persistent_template.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/pod.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/prefill.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/scheduler.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/state.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/variant_helper.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention/variants.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/attention_impl.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_allreduce.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_allreduce_fusion.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_alltoall.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_alltoall_prepare.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_mnnvl_allreduce.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/trtllm_moe_allreduce_fusion.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/comm/vllm_custom_all_reduce.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/concat_mla.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/cp_async.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/cubin_loader.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/cutlass_utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/exception.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/fastdiv.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/ampere/collective/flat_collective_inverse.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/ampere/collective/flat_collective_load.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/common.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/cute_ext.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/debug.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/collective/flat_collective_load.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/collective/flat_collective_store.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/collective/flat_collective_tma_warpspecialized_delta_rule.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/collective/flat_common.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/collective/flat_named_barriers.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/device/device_universal.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/kernel/flat_kernel_builder_delta_rule.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/kernel/flat_kernel_tma_warpspecialized_delta_rule.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/kernel/flat_options.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/hopper/kernel/flat_tile_scheduler.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/math.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/math_order_barrier.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/prefill/prefill_kernel.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/prefill/prefill_kernel_delta_rule_sm90.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/type_traits.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/flat/unused.hpp +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/fp16.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/fp4_layout.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/frag_layout_swizzle.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/bf16_gemm_cutlass.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/bf16_gemm_cutlass_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/bf16_gemm_template_sm100.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/bmm_fp8.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/cutlass_gemm_configs.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/dsv3_router_gemm.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_cutlass.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_cutlass_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_cutlass_template_sm103.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_cutlass_template_sm120.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_template_sm100.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_template_sm103.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp4_gemm_template_sm120.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp8_gemm_cutlass.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp8_gemm_cutlass_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/fp8_gemm_template_sm100.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/gemm_groupwise_sm100.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/gemm_groupwise_sm120.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm_fp8_groupwise_sm100.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm_fp8_groupwise_sm120.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm_lora.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm_mxfp4_groupwise_sm100.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemm_sm90.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/group_gemv.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/mxfp8_gemm_cutlass.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/mxfp8_gemm_cutlass_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/mxfp8_gemm_template_sm100.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/tgv_gemm.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/tgv_gemm_configs.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/gemm/tgv_gemm_template.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/layout.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/logging.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/common.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/conversion.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/create_tensor_map.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/kernel_selective_state_update_mtp.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/kernel_selective_state_update_stp.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/selective_state_update.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mamba/seq_chunk_cumsum.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/math.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/mma.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/norm.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/page.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/permuted_smem.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/pos_enc.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/profiler.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/quantization.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/sampling.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/topk.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/batched_gemm/KernelRunner.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/cudaBf16Fallbacks.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/cudaBf16Wrapper.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/cudaFp8Utils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/cudaTypeUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/cudaUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common/reduceKernelUtils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/common.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/decoder_impl_common.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/decoder_params.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/fmhaKernels.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/fmhaReduction.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/fmhaRunner.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/kernelUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fmha/lse.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/DevKernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/IntFastDiv.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/RoutingKernel.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/RoutingKernel.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/RoutingKernelTopK.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/noAuxTcKernels.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/fused_moe/runner.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/Enums.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/GemmInterface.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/GemmOptions.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/KernelParams.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/KernelParamsDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/KernelTraits.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/TmaDescriptor.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/CommonUtils.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/CudaArchDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/CudaKernelLauncher.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/DtypeDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/MmaDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/SfLayoutDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/trtllm/gemm/trtllmGen_gemm_export/trtllm/gen/SparsityDecl.h +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/utils.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/include/flashinfer/vec_dtypes.cuh +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/pyproject.toml +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/requirements.txt +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/setup.cfg +0 -0
- {flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/tests/test_artifacts.py +0 -0
{flashinfer_python-0.6.7.post1 → flashinfer_python-0.6.7.post2}/csrc/trtllm_fmha_kernel_launcher.cu
RENAMED
|
@@ -87,7 +87,8 @@ void trtllm_paged_attention_launcher(
|
|
|
87
87
|
int64_t o_sf_vec_size, int64_t o_sf_start_index, int64_t window_left, int64_t sum_seq_q,
|
|
88
88
|
int64_t sparse_mla_top_k, float skip_softmax_threshold_scale_factor, bool skips_softmax,
|
|
89
89
|
bool uses_shared_paged_kv_idx, int64_t sm_count, bool enable_pdl, int64_t workspace_size,
|
|
90
|
-
|
|
90
|
+
int64_t k_sf_stride_heads, int64_t k_sf_stride_batch, int64_t v_sf_stride_heads,
|
|
91
|
+
int64_t v_sf_stride_batch, cudaStream_t stream) {
|
|
91
92
|
if (num_qo_heads % num_kv_heads != 0) {
|
|
92
93
|
std::ostringstream err_msg;
|
|
93
94
|
err_msg << "num_qo_heads must be a multiple of num_kv_heads, got num_kv_heads: " << num_kv_heads
|
|
@@ -126,6 +127,10 @@ void trtllm_paged_attention_launcher(
|
|
|
126
127
|
runner_params.vStrideKeysValues = kv_stride_keys_values;
|
|
127
128
|
runner_params.vStrideHeads = kv_stride_heads;
|
|
128
129
|
runner_params.vStrideBatch = kv_stride_batch;
|
|
130
|
+
runner_params.kSfStrideHeads = k_sf_stride_heads;
|
|
131
|
+
runner_params.kSfStrideBatch = k_sf_stride_batch;
|
|
132
|
+
runner_params.vSfStrideHeads = v_sf_stride_heads;
|
|
133
|
+
runner_params.vSfStrideBatch = v_sf_stride_batch;
|
|
129
134
|
runner_params.mNumPagesInMemPool = num_pages_in_mem_pool;
|
|
130
135
|
runner_params.stream = stream;
|
|
131
136
|
// the scaleSoftmaxLog2Ptr and outputScalePtr have higher priority than the scaleSoftmaxLog2 and
|
|
@@ -299,6 +304,19 @@ void trtllm_paged_attention_decode(
|
|
|
299
304
|
const void* v_block_scales_ptr =
|
|
300
305
|
value_block_scales.has_value() ? value_block_scales.value().data_ptr() : nullptr;
|
|
301
306
|
|
|
307
|
+
// Read actual scale factor strides from the scale tensors (HND layout: [pages, heads, N, D/16]).
|
|
308
|
+
// These are passed separately to the kernel instead of being derived from KV data strides.
|
|
309
|
+
int k_sf_stride_heads = 0, k_sf_stride_batch = 0;
|
|
310
|
+
int v_sf_stride_heads = 0, v_sf_stride_batch = 0;
|
|
311
|
+
if (key_block_scales.has_value()) {
|
|
312
|
+
k_sf_stride_heads = key_block_scales.value().stride(-3);
|
|
313
|
+
k_sf_stride_batch = key_block_scales.value().stride(0);
|
|
314
|
+
}
|
|
315
|
+
if (value_block_scales.has_value()) {
|
|
316
|
+
v_sf_stride_heads = value_block_scales.value().stride(-3);
|
|
317
|
+
v_sf_stride_batch = value_block_scales.value().stride(0);
|
|
318
|
+
}
|
|
319
|
+
|
|
302
320
|
const auto stream = get_stream(query.device());
|
|
303
321
|
void* output_sf_ptr =
|
|
304
322
|
out_scale_factor.has_value() ? out_scale_factor.value().data_ptr() : nullptr;
|
|
@@ -345,7 +363,8 @@ void trtllm_paged_attention_decode(
|
|
|
345
363
|
max_num_blocks_per_seq, bmm1_scale_value, bmm2_scale_value, bmm1_scale_log2_ptr,
|
|
346
364
|
bmm2_scale_ptr, o_sf_scale, o_sf_vec_size, o_sf_start_index, window_left, sum_seq_q,
|
|
347
365
|
sparse_mla_top_k, skip_softmax_threshold_scale_factor_value, skips_softmax,
|
|
348
|
-
uses_shared_paged_kv_idx_value, sm_count, enable_pdl, workspace_size,
|
|
366
|
+
uses_shared_paged_kv_idx_value, sm_count, enable_pdl, workspace_size, k_sf_stride_heads,
|
|
367
|
+
k_sf_stride_batch, v_sf_stride_heads, v_sf_stride_batch, stream);
|
|
349
368
|
}
|
|
350
369
|
|
|
351
370
|
void trtllm_paged_attention_context(
|
|
@@ -407,6 +426,18 @@ void trtllm_paged_attention_context(
|
|
|
407
426
|
const void* v_block_scales_ptr =
|
|
408
427
|
value_block_scales.has_value() ? value_block_scales.value().data_ptr() : nullptr;
|
|
409
428
|
|
|
429
|
+
// Read actual scale factor strides from the scale tensors (HND layout: [pages, heads, N, D/16]).
|
|
430
|
+
int k_sf_stride_heads = 0, k_sf_stride_batch = 0;
|
|
431
|
+
int v_sf_stride_heads = 0, v_sf_stride_batch = 0;
|
|
432
|
+
if (key_block_scales.has_value()) {
|
|
433
|
+
k_sf_stride_heads = key_block_scales.value().stride(-3);
|
|
434
|
+
k_sf_stride_batch = key_block_scales.value().stride(0);
|
|
435
|
+
}
|
|
436
|
+
if (value_block_scales.has_value()) {
|
|
437
|
+
v_sf_stride_heads = value_block_scales.value().stride(-3);
|
|
438
|
+
v_sf_stride_batch = value_block_scales.value().stride(0);
|
|
439
|
+
}
|
|
440
|
+
|
|
410
441
|
const auto stream = get_stream(query.device());
|
|
411
442
|
void* output_sf_ptr =
|
|
412
443
|
out_scale_factor.has_value() ? out_scale_factor.value().data_ptr() : nullptr;
|
|
@@ -455,7 +486,8 @@ void trtllm_paged_attention_context(
|
|
|
455
486
|
kv_stride_heads, kv_stride_batch, max_num_blocks_per_seq, bmm1_scale_value, bmm2_scale_value,
|
|
456
487
|
bmm1_scale_log2_ptr, bmm2_scale_ptr, o_sf_scale, o_sf_vec_size, o_sf_start_index, window_left,
|
|
457
488
|
sum_seq_q, /*sparse_mla_top_k=*/0, skip_softmax_threshold_scale_factor_value, skips_softmax,
|
|
458
|
-
uses_shared_paged_kv_idx_value, sm_count, enable_pdl, workspace_size,
|
|
489
|
+
uses_shared_paged_kv_idx_value, sm_count, enable_pdl, workspace_size, k_sf_stride_heads,
|
|
490
|
+
k_sf_stride_batch, v_sf_stride_heads, v_sf_stride_batch, stream);
|
|
459
491
|
}
|
|
460
492
|
|
|
461
493
|
void trtllm_ragged_attention_launcher(
|
|
@@ -135,7 +135,7 @@ class ArtifactPath:
|
|
|
135
135
|
When compiling new cubins for backend directories, update the corresponding path.
|
|
136
136
|
"""
|
|
137
137
|
|
|
138
|
-
TRTLLM_GEN_FMHA: str = "
|
|
138
|
+
TRTLLM_GEN_FMHA: str = "55bba55929d4093682e32d817bd11ffb0441c749/fmha/trtllm-gen/"
|
|
139
139
|
TRTLLM_GEN_BMM: str = (
|
|
140
140
|
"b55211623be7f5697c5262ffd8361fc06c147bc9/batched_gemm-b3c1646-c111d7c/"
|
|
141
141
|
)
|
|
@@ -155,7 +155,7 @@ class CheckSumHash:
|
|
|
155
155
|
"""
|
|
156
156
|
|
|
157
157
|
TRTLLM_GEN_FMHA: str = (
|
|
158
|
-
"
|
|
158
|
+
"f2c0aad1e74391c4267a2f9a20ec819358b59e04588385cffb452ed341500b99"
|
|
159
159
|
)
|
|
160
160
|
TRTLLM_GEN_BMM: str = (
|
|
161
161
|
"0af823880730c4f0b3832d2208fab035946694b83444410b9309db5613d60195"
|
|
@@ -2245,6 +2245,11 @@ def trtllm_batch_decode_with_kv_cache(
|
|
|
2245
2245
|
or [num_pages, page_size, num_kv_heads, head_dim] if :attr:`kv_layout` is ``NHD``.
|
|
2246
2246
|
The first tensor is the key cache, and the second tensor is the value cache.
|
|
2247
2247
|
|
|
2248
|
+
**Contiguity requirements (trtllm-gen backend):**
|
|
2249
|
+
|
|
2250
|
+
- The ``head_dim`` (last dim) **must** have stride 1. This is a TMA hardware constraint
|
|
2251
|
+
- The head and batch/page dims can have arbitrary strides.
|
|
2252
|
+
|
|
2248
2253
|
workspace_buffer : torch.Tensor. Must be initialized to 0 for its first use.
|
|
2249
2254
|
workspace
|
|
2250
2255
|
|
|
@@ -2290,6 +2295,10 @@ def trtllm_batch_decode_with_kv_cache(
|
|
|
2290
2295
|
kv_layout : str = "HND"
|
|
2291
2296
|
The layout of the input k/v tensors, could be either ``NHD`` or ``HND``.
|
|
2292
2297
|
Defaults to ``HND``.
|
|
2298
|
+
For the trtllm-gen backend with NVFP4 KV cache, using ``NHD`` will trigger an
|
|
2299
|
+
automatic transpose and ``.contiguous()`` copy of both the KV data and block scale
|
|
2300
|
+
tensors to convert them to HND layout. This incurs extra memory allocation and
|
|
2301
|
+
data copy overhead. Use ``HND`` for better performance.
|
|
2293
2302
|
|
|
2294
2303
|
enable_pdl : Optional[bool] = None
|
|
2295
2304
|
Whether to enable Programmatic Dependent Launch (PDL). See https://docs.nvidia.com/cuda/cuda-c-programming-guide/#programmatic-dependent-launch-and-synchronization
|
|
@@ -2317,6 +2326,20 @@ def trtllm_batch_decode_with_kv_cache(
|
|
|
2317
2326
|
Only supported by trtllm-gen backend. Must be provided together with ``max_q_len``.
|
|
2318
2327
|
When None, all requests use uniform query length specified by ``q_len_per_req``.
|
|
2319
2328
|
|
|
2329
|
+
kv_block_scales : Optional[Union[torch.Tensor, Tuple[torch.Tensor, torch.Tensor]]] = None
|
|
2330
|
+
Per-block scale factors for NVFP4 KV cache. Either a tuple of (k_scales, v_scales) or
|
|
2331
|
+
a single tensor with shape ``[num_pages, 2, ...]`` that will be unbound along dim=1.
|
|
2332
|
+
Each scale tensor has shape ``[num_pages, num_kv_heads, page_size, head_dim // 16]``
|
|
2333
|
+
in HND layout, with dtype ``torch.float8_e4m3fn``.
|
|
2334
|
+
|
|
2335
|
+
**Contiguity requirements (trtllm-gen backend):**
|
|
2336
|
+
|
|
2337
|
+
- The last two dims (``page_size``, ``head_dim // 16``) **must** be contiguous
|
|
2338
|
+
(i.e., ``stride[-1] == 1`` and ``stride[-2] == head_dim // 16``). This is because
|
|
2339
|
+
the kernel reshapes them into ``(16, page_size * head_dim / 16 / 16)`` to satisfy
|
|
2340
|
+
TMA's 16-byte box width minimum.
|
|
2341
|
+
- The head and batch/page dims can have arbitrary strides.
|
|
2342
|
+
|
|
2320
2343
|
skip_softmax_threshold_scale_factor: Optional[float] = None
|
|
2321
2344
|
threshold scale factor for skipping softmax operations.
|
|
2322
2345
|
Providing a value for this parameter enables skip-softmax sparsity as described in: https://arxiv.org/abs/2512.12087
|
|
@@ -3555,7 +3555,7 @@ def trtllm_ragged_attention_deepseek(
|
|
|
3555
3555
|
window_left: int,
|
|
3556
3556
|
cum_seq_lens_q: torch.Tensor,
|
|
3557
3557
|
cum_seq_lens_kv: torch.Tensor,
|
|
3558
|
-
enable_pdl: bool
|
|
3558
|
+
enable_pdl: Optional[bool],
|
|
3559
3559
|
is_causal: bool,
|
|
3560
3560
|
return_lse: bool,
|
|
3561
3561
|
attention_sinks: Optional[torch.Tensor] = None,
|
|
@@ -3748,6 +3748,11 @@ def trtllm_batch_context_with_kv_cache(
|
|
|
3748
3748
|
If kv_cache is a tuple of two tensors, it should be a tuple of two tensors with shape [num_pages, num_kv_heads, page_size, head_dim] if :attr:`kv_layout` is "HND",
|
|
3749
3749
|
or [num_pages, page_size, num_kv_heads, head_dim] if :attr:`kv_layout` is "NHD".
|
|
3750
3750
|
The first tensor is the key cache, the second tensor is the value cache.
|
|
3751
|
+
|
|
3752
|
+
**Contiguity requirements (trtllm-gen backend):**
|
|
3753
|
+
|
|
3754
|
+
- The ``head_dim`` (last dim) **must** have stride 1. This is a TMA hardware constraint
|
|
3755
|
+
- The head and batch/page dims can have arbitrary strides.
|
|
3751
3756
|
workspace_buffer : torch.Tensor. Must be initialized to 0 for its first use.
|
|
3752
3757
|
workspace
|
|
3753
3758
|
block_tables : torch.Tensor
|
|
@@ -3789,11 +3794,25 @@ def trtllm_batch_context_with_kv_cache(
|
|
|
3789
3794
|
Defaults to ``None``, which means it will be enabled if the device supports PDL.
|
|
3790
3795
|
kv_layout : str = "HND"
|
|
3791
3796
|
Layout of kv-cache, can be "HND" or "NHD", default is "HND".
|
|
3797
|
+
For the trtllm-gen backend with NVFP4 KV cache, using ``NHD`` will trigger an
|
|
3798
|
+
automatic transpose and ``.contiguous()`` copy of both the KV data and block scale
|
|
3799
|
+
tensors to convert them to HND layout. This incurs extra memory allocation and
|
|
3800
|
+
data copy overhead. Use ``HND`` for better performance.
|
|
3792
3801
|
sinks : Optional[List[torch.Tensor]] = None
|
|
3793
3802
|
additional value per head in the denominator of the softmax.
|
|
3794
3803
|
kv_block_scales : Optional[Union[torch.Tensor, Tuple[torch.Tensor, torch.Tensor]]] = None
|
|
3795
3804
|
Per-block scale factors for NVFP4 KV cache. Either a tuple of (k_scales, v_scales) or
|
|
3796
|
-
a single tensor with shape [num_pages, 2, ...] that will be unbound along dim=1.
|
|
3805
|
+
a single tensor with shape ``[num_pages, 2, ...]`` that will be unbound along dim=1.
|
|
3806
|
+
Each scale tensor has shape ``[num_pages, num_kv_heads, page_size, head_dim // 16]``
|
|
3807
|
+
in HND layout, with dtype ``torch.float8_e4m3fn``.
|
|
3808
|
+
|
|
3809
|
+
**Contiguity requirements (trtllm-gen backend):**
|
|
3810
|
+
|
|
3811
|
+
- The last two dims (``page_size``, ``head_dim // 16``) **must** be contiguous
|
|
3812
|
+
(i.e., ``stride[-1] == 1`` and ``stride[-2] == head_dim // 16``). This is because
|
|
3813
|
+
the kernel reshapes them into ``(16, page_size * head_dim / 16 / 16)`` to satisfy
|
|
3814
|
+
TMA's 16-byte box width minimum.
|
|
3815
|
+
- The head and batch/page dims can have arbitrary strides.
|
|
3797
3816
|
skip_softmax_threshold_scale_factor: Optional[float] = None
|
|
3798
3817
|
threshold scale factor for skipping softmax operations.
|
|
3799
3818
|
Providing a value for this parameter enables skip-softmax sparsity as described in: https://arxiv.org/abs/2512.12087
|
|
@@ -251,6 +251,15 @@ struct TllmGenFmhaRunnerParams {
|
|
|
251
251
|
// The stride between different batches for V.
|
|
252
252
|
int vStrideBatch;
|
|
253
253
|
|
|
254
|
+
// The stride between different heads for K scaling factors.
|
|
255
|
+
int kSfStrideHeads;
|
|
256
|
+
// The stride between different batches for K scaling factors.
|
|
257
|
+
int kSfStrideBatch;
|
|
258
|
+
// The stride between different heads for V scaling factors.
|
|
259
|
+
int vSfStrideHeads;
|
|
260
|
+
// The stride between different batches for V scaling factors.
|
|
261
|
+
int vSfStrideBatch;
|
|
262
|
+
|
|
254
263
|
// Head dimension for Q and K.
|
|
255
264
|
int mHeadDimQk;
|
|
256
265
|
// Head dimension for V.
|
|
@@ -407,10 +407,17 @@ struct KernelParams {
|
|
|
407
407
|
return std::make_tuple(strideKeysVals, strideHeads, strideBatch);
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
// Create the TMA shape/stride for K.
|
|
410
|
+
// Create the TMA shape/stride for K/V data tensors.
|
|
411
|
+
//
|
|
412
|
+
// Layout requirement (HND): [num_pages, num_kv_heads, page_size, head_dim]
|
|
413
|
+
// - head_dim (last dim) MUST have stride 1. This is a TMA hardware constraint:
|
|
414
|
+
// cuTensorMapEncodeTiled does not accept a stride for dim 0 and implicitly assumes 1.
|
|
415
|
+
// - Other dimensions (heads, batch/pages) can have arbitrary strides; the actual
|
|
416
|
+
// strides are read from the tensor and passed to the TMA descriptor.
|
|
411
417
|
template <class FmhaOptions>
|
|
412
418
|
static auto makeTmaShapeStrideKv(FmhaOptions const& options, KernelParams const& params,
|
|
413
|
-
Data_type dtypeKv, bool isK, bool storeTransformedKvInTmem
|
|
419
|
+
Data_type dtypeKv, bool isK, bool storeTransformedKvInTmem,
|
|
420
|
+
int reshapeFactor) {
|
|
414
421
|
// The shape elements.
|
|
415
422
|
auto [numKeys, numHeadsQPerKv, batchSize] = makeShapeKv(options, params);
|
|
416
423
|
// The stride elements.
|
|
@@ -429,31 +436,47 @@ struct KernelParams {
|
|
|
429
436
|
// dimension (it's stride is always 0). For V, the headDim dimension is already the first
|
|
430
437
|
// dimension so no swapping is needed.
|
|
431
438
|
|
|
432
|
-
//
|
|
433
|
-
//
|
|
439
|
+
// The TMA layout is 4D:
|
|
440
|
+
// Shape: (headDim, numKeys, numHeadsKv, batchSize)
|
|
441
|
+
// Stride: (1, strideKeys, strideHeads, strideBatch)
|
|
442
|
+
//
|
|
443
|
+
// We reshape by a factor r so the headDim is 128B+, reducing the number of TMA read requests:
|
|
444
|
+
// Shape: (headDim * r, numKeys / r, numHeadsKv, batchSize)
|
|
445
|
+
// Stride: (1, strideKeys * r, strideHeads, strideBatch)
|
|
434
446
|
|
|
435
447
|
// Note that for FP4 KV input, elements are stored as uint8_t, each packs 2 FP4 elements.
|
|
436
448
|
// The column index and strides needs to divide by 2.
|
|
437
449
|
auto const colIdxDivisor = dtypeKv == DATA_TYPE_E2M1 ? 2 : 1;
|
|
438
450
|
auto shape = std::vector<uint64_t>{
|
|
439
|
-
storeTransformedKvInTmem ? headDim : static_cast<uint64_t>(headDim / colIdxDivisor)
|
|
440
|
-
|
|
451
|
+
(storeTransformedKvInTmem ? headDim : static_cast<uint64_t>(headDim / colIdxDivisor)) *
|
|
452
|
+
reshapeFactor,
|
|
453
|
+
static_cast<uint64_t>(numKeys / reshapeFactor), static_cast<uint64_t>(options.mNumHeadsKv),
|
|
441
454
|
static_cast<uint64_t>(batchSize)};
|
|
442
|
-
auto stride =
|
|
443
|
-
|
|
444
|
-
|
|
455
|
+
auto stride =
|
|
456
|
+
std::vector<uint64_t>{1, static_cast<uint64_t>(strideKeys / colIdxDivisor * reshapeFactor),
|
|
457
|
+
static_cast<uint64_t>(strideHeads / colIdxDivisor),
|
|
458
|
+
static_cast<uint64_t>(strideBatch / colIdxDivisor)};
|
|
445
459
|
|
|
446
460
|
return std::make_tuple(shape, stride);
|
|
447
461
|
}
|
|
448
462
|
|
|
449
|
-
// Create the TMA shape/stride for KV scaling factors.
|
|
463
|
+
// Create the TMA shape/stride for KV scaling factors (block scales for NVFP4 KV cache).
|
|
464
|
+
//
|
|
465
|
+
// Layout requirement (HND): [num_pages, num_kv_heads, page_size, head_dim // 16]
|
|
466
|
+
// - The last two dims (page_size, head_dim // 16) MUST be contiguous (stride[-1] = 1,
|
|
467
|
+
// stride[-2] = head_dim // 16). This is because we reshape them into
|
|
468
|
+
// (16, page_size * head_dim / 16 / 16) with hardcoded stride[1] = 16 to satisfy TMA's
|
|
469
|
+
// 16-byte box width requirement. Each scale factor is 1 byte (FP8), and head_dim // 16
|
|
470
|
+
// can be < 16 (e.g., 8 for head_dim=128), so we must merge with page_size to reach 16.
|
|
471
|
+
// - The head and batch/page strides are read from the actual scale tensors (kSfStrideHeads,
|
|
472
|
+
// kSfStrideBatch) and can differ from the KV data strides.
|
|
473
|
+
// - cuTensorMapEncodeTiled requires all non-dim0 strides to be multiples of 16 bytes, so
|
|
474
|
+
// sfStrideHeads and sfStrideBatch must each be a multiple of 16.
|
|
450
475
|
template <class FmhaOptions>
|
|
451
476
|
static auto makeTmaShapeStrideKvSf(FmhaOptions const& options, KernelParams const& params,
|
|
452
|
-
bool isK) {
|
|
477
|
+
bool isK, int reshapeFactor) {
|
|
453
478
|
// The shape elements.
|
|
454
479
|
auto [numKeys, numHeadsQPerKv, batchSize] = makeShapeKv(options, params);
|
|
455
|
-
// The stride elements.
|
|
456
|
-
auto [strideKeys, strideHeads, strideBatch] = makeStrideKv(options, isK);
|
|
457
480
|
|
|
458
481
|
// The headDim.
|
|
459
482
|
// Note that contiguousKv or pagedKv will pad K and V to maxHeadDimKv.
|
|
@@ -464,20 +487,25 @@ struct KernelParams {
|
|
|
464
487
|
// The number of elements per SF.
|
|
465
488
|
int32_t NumEltsPerSf = 16;
|
|
466
489
|
|
|
490
|
+
// Use actual scale factor strides instead of deriving from KV strides.
|
|
491
|
+
int32_t sfStrideHeads = isK ? options.kSfStrideHeads : options.vSfStrideHeads;
|
|
492
|
+
int32_t sfStrideBatch = isK ? options.kSfStrideBatch : options.vSfStrideBatch;
|
|
493
|
+
|
|
467
494
|
// The KV shape is: (headDim, numKeys, numHeadsKv, batchSize)
|
|
468
|
-
//
|
|
469
|
-
//
|
|
470
|
-
//
|
|
471
|
-
// numHeadsKv, batchSize)
|
|
495
|
+
// The KV SF shape is: (headDim / NumEltsPerSf, numKeys, numHeadsKv, batchSize).
|
|
496
|
+
// Considering the TMA requires box width to be multiple of 16B, and ideally >= 128B, we reshape
|
|
497
|
+
// with a factor into: (headDim / NumEltsPerSf * r, numKeys / r, numHeadsKv, batchSize)
|
|
472
498
|
|
|
473
499
|
// Note that it only works for pagedKv layout.
|
|
474
500
|
FLASHINFER_CHECK(isPagedKv(options.mQkvLayout), "The qkvLayout is not supported.");
|
|
475
501
|
|
|
476
502
|
auto shape = std::vector<uint64_t>{
|
|
477
|
-
|
|
478
|
-
static_cast<uint64_t>(
|
|
479
|
-
|
|
480
|
-
|
|
503
|
+
static_cast<uint64_t>(headDim / NumEltsPerSf * reshapeFactor),
|
|
504
|
+
static_cast<uint64_t>(numKeys / reshapeFactor), static_cast<uint64_t>(options.mNumHeadsKv),
|
|
505
|
+
static_cast<uint64_t>(batchSize)};
|
|
506
|
+
auto stride = std::vector<uint64_t>{
|
|
507
|
+
1, static_cast<uint64_t>(headDim / NumEltsPerSf * reshapeFactor),
|
|
508
|
+
static_cast<uint64_t>(sfStrideHeads), static_cast<uint64_t>(sfStrideBatch)};
|
|
481
509
|
|
|
482
510
|
return std::make_tuple(shape, stride);
|
|
483
511
|
}
|
|
@@ -676,20 +704,39 @@ struct KernelParams {
|
|
|
676
704
|
bool const storeTransformedKvInTmem{kernelMeta.mDataTypeKv == DATA_TYPE_E2M1 &&
|
|
677
705
|
kernelMeta.mDataTypeQ == DATA_TYPE_E4M3 &&
|
|
678
706
|
maxHeadDimKv >= 128 && isSwapsMmaAb};
|
|
679
|
-
// Shape/stride for gmem tensor Kv.
|
|
680
|
-
auto [shapeK, strideK] = makeTmaShapeStrideKv(options, params, kernelMeta.mDataTypeKv,
|
|
681
|
-
/*isK*/ true, storeTransformedKvInTmem);
|
|
682
|
-
auto [shapeV, strideV] = makeTmaShapeStrideKv(options, params, kernelMeta.mDataTypeKv,
|
|
683
|
-
/*isK*/ false, storeTransformedKvInTmem);
|
|
684
707
|
// Whether swizzle is needed for K/V.
|
|
685
708
|
bool const swizzleKv{storeTransformedKvInTmem || !transformsKv};
|
|
709
|
+
// Whether we can reshape the TMA box for K/V to widen it to 128B.
|
|
710
|
+
bool const canReshapeTmaKv{isPagedKv(options.mQkvLayout) &&
|
|
711
|
+
options.mHeadDimQk == options.mHeadDimV && !swizzleKv};
|
|
712
|
+
// The reshape factor for K/V TMA box: aim for 128B box width.
|
|
713
|
+
// - 128 / maxHeadDimKv: keeps first-dim tile <= 128 elts (CU_TENSOR_MAP_SWIZZLE_128B limit).
|
|
714
|
+
// - 128 / (maxHeadDimKv * bytesPerElt): factor needed to reach 128B box width.
|
|
715
|
+
// - numKeysPerTile: can't reshape more rows than the tile covers.
|
|
716
|
+
int32_t const reshapeFactorKv{
|
|
717
|
+
canReshapeTmaKv
|
|
718
|
+
? std::max(
|
|
719
|
+
1,
|
|
720
|
+
std::min(
|
|
721
|
+
{128 / maxHeadDimKv,
|
|
722
|
+
128 / (maxHeadDimKv *
|
|
723
|
+
static_cast<int32_t>(get_size_in_bits(kernelMeta.mDataTypeKv)) / 8),
|
|
724
|
+
numKeysPerTile}))
|
|
725
|
+
: 1};
|
|
726
|
+
// Shape/stride for gmem tensor Kv.
|
|
727
|
+
auto [shapeK, strideK] =
|
|
728
|
+
makeTmaShapeStrideKv(options, params, kernelMeta.mDataTypeKv,
|
|
729
|
+
/*isK*/ true, storeTransformedKvInTmem, reshapeFactorKv);
|
|
730
|
+
auto [shapeV, strideV] =
|
|
731
|
+
makeTmaShapeStrideKv(options, params, kernelMeta.mDataTypeKv,
|
|
732
|
+
/*isK*/ false, storeTransformedKvInTmem, reshapeFactorKv);
|
|
686
733
|
// Note that for FP4 KV input, elements are stored as uint8_t, each packs 2 FP4 elements.
|
|
687
734
|
auto const numEltsDivisor =
|
|
688
735
|
kernelMeta.mDataTypeKv == DATA_TYPE_E2M1 && !storeTransformedKvInTmem ? 2 : 1;
|
|
689
736
|
// The tileShapes for K/V.
|
|
690
737
|
std::vector<uint32_t> tileShapeKv(shapeK.size(), 1);
|
|
691
|
-
tileShapeKv[0] = numEltsInClampedHeadDimKv / numEltsDivisor;
|
|
692
|
-
tileShapeKv[1] = numKeysPerTile;
|
|
738
|
+
tileShapeKv[0] = numEltsInClampedHeadDimKv / numEltsDivisor * reshapeFactorKv;
|
|
739
|
+
tileShapeKv[1] = numKeysPerTile / reshapeFactorKv;
|
|
693
740
|
|
|
694
741
|
// If sparse MLA is enabled, the shape and stride for K need to be updated for 2D layout
|
|
695
742
|
// (numTokensKvInPagedKv, headDimQk).
|
|
@@ -712,18 +759,22 @@ struct KernelParams {
|
|
|
712
759
|
if (kernelMeta.mDataTypeKv == DATA_TYPE_E2M1) {
|
|
713
760
|
// The number of elements per SF.
|
|
714
761
|
int32_t NumEltsPerSf = 16;
|
|
762
|
+
// The reshape factor for K/V SF: aim for box width 128B, limit to numKeysPerTile.
|
|
763
|
+
int32_t const reshapeFactorKvSf =
|
|
764
|
+
std::min(128 / (maxHeadDimKv / NumEltsPerSf), numKeysPerTile);
|
|
715
765
|
// Compute the shape and stride for SF tensor.
|
|
716
766
|
// FIXME: assume K and V uses the same shape.
|
|
717
|
-
auto [shapeKvSf, strideKvSf] =
|
|
767
|
+
auto [shapeKvSf, strideKvSf] =
|
|
768
|
+
makeTmaShapeStrideKvSf(options, params, /*isK*/ true, reshapeFactorKvSf);
|
|
718
769
|
|
|
719
770
|
// The tileShapes for K/V.
|
|
720
771
|
std::vector<uint32_t> tileShapeKvSf(shapeKvSf.size(), 1);
|
|
721
|
-
tileShapeKvSf[0] =
|
|
722
|
-
tileShapeKvSf[1] = numKeysPerTile
|
|
772
|
+
tileShapeKvSf[0] = maxHeadDimKv / NumEltsPerSf * reshapeFactorKvSf;
|
|
773
|
+
tileShapeKvSf[1] = numKeysPerTile / reshapeFactorKvSf;
|
|
723
774
|
|
|
724
|
-
// The tile box is reshaped from (headDim / NumEltsPerSf, tileSizeKv) into
|
|
725
|
-
// headDim / NumEltsPerSf
|
|
726
|
-
// for K SF.
|
|
775
|
+
// The tile box is reshaped from (headDim / NumEltsPerSf, tileSizeKv) into
|
|
776
|
+
// (headDim / NumEltsPerSf * reshapeFactorKvSf, tileSizeKv / reshapeFactorKvSf).
|
|
777
|
+
// Build tma descriptor for K SF.
|
|
727
778
|
params.tmaKSf_ = buildNdTmaDescriptor(options, DATA_TYPE_E4M3, shapeKvSf, strideKvSf,
|
|
728
779
|
tileShapeKvSf, const_cast<void*>(options.kSfBasePtr),
|
|
729
780
|
/*swizzled = */ false);
|
|
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
|