flashinfer-python 0.2.0.post1__tar.gz → 0.2.0.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.
Files changed (1521) hide show
  1. flashinfer_python-0.2.0.post2/PKG-INFO +183 -0
  2. flashinfer_python-0.2.0.post2/README.md +169 -0
  3. flashinfer_python-0.2.0.post2/csrc/activation.cu +81 -0
  4. flashinfer_python-0.2.0.post2/csrc/aot_default_additional_params.h +45 -0
  5. flashinfer_python-0.2.0.post2/csrc/aot_extension_utils.h +49 -0
  6. flashinfer_python-0.2.0.post2/csrc/batch_decode.cu +182 -0
  7. flashinfer_python-0.2.0.post2/csrc/batch_decode_config.inc +46 -0
  8. flashinfer_python-0.2.0.post2/csrc/batch_decode_customize_config.jinja +59 -0
  9. flashinfer_python-0.2.0.post2/csrc/batch_decode_jit_pybind.cu +36 -0
  10. flashinfer_python-0.2.0.post2/csrc/batch_decode_kernel_inst.jinja +13 -0
  11. flashinfer_python-0.2.0.post2/csrc/batch_decode_mla_config.jinja +19 -0
  12. flashinfer_python-0.2.0.post2/csrc/batch_decode_mla_plan.cu +39 -0
  13. flashinfer_python-0.2.0.post2/csrc/batch_decode_mla_pybind.cu +20 -0
  14. flashinfer_python-0.2.0.post2/csrc/batch_decode_mla_run.cu +73 -0
  15. flashinfer_python-0.2.0.post2/csrc/batch_prefill.cu +313 -0
  16. flashinfer_python-0.2.0.post2/csrc/batch_prefill_config.inc +59 -0
  17. flashinfer_python-0.2.0.post2/csrc/batch_prefill_customize_config.jinja +112 -0
  18. flashinfer_python-0.2.0.post2/csrc/batch_prefill_jit_pybind.cu +47 -0
  19. flashinfer_python-0.2.0.post2/csrc/batch_prefill_paged_kernel_inst.jinja +14 -0
  20. flashinfer_python-0.2.0.post2/csrc/batch_prefill_paged_sm90_kernel_inst.jinja +15 -0
  21. flashinfer_python-0.2.0.post2/csrc/batch_prefill_ragged_kernel_inst.jinja +14 -0
  22. flashinfer_python-0.2.0.post2/csrc/batch_prefill_ragged_sm90_kernel_inst.jinja +15 -0
  23. flashinfer_python-0.2.0.post2/csrc/batch_prefill_sm90.cu +254 -0
  24. flashinfer_python-0.2.0.post2/csrc/batch_prefill_sm90_config.inc +54 -0
  25. flashinfer_python-0.2.0.post2/csrc/batch_prefill_sm90_customize_config.jinja +114 -0
  26. flashinfer_python-0.2.0.post2/csrc/batch_prefill_sm90_jit_pybind.cu +48 -0
  27. flashinfer_python-0.2.0.post2/csrc/flashinfer_gemm_sm90_ops.cu +27 -0
  28. flashinfer_python-0.2.0.post2/csrc/flashinfer_ops.cu +271 -0
  29. flashinfer_python-0.2.0.post2/csrc/flashinfer_ops_sm90.cu +59 -0
  30. flashinfer_python-0.2.0.post2/csrc/flashinfer_rope_ops.cu +51 -0
  31. flashinfer_python-0.2.0.post2/csrc/generated/aot_default_additional_params.h +45 -0
  32. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +40 -0
  33. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +40 -0
  34. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +40 -0
  35. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +40 -0
  36. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +40 -0
  37. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +40 -0
  38. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +40 -0
  39. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +40 -0
  40. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +40 -0
  41. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +40 -0
  42. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +40 -0
  43. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +40 -0
  44. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +40 -0
  45. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +40 -0
  46. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +40 -0
  47. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +40 -0
  48. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +40 -0
  49. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +40 -0
  50. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +40 -0
  51. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +40 -0
  52. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +40 -0
  53. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +40 -0
  54. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +40 -0
  55. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +40 -0
  56. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  57. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  58. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  59. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  60. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  61. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  62. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  63. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  64. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  65. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  66. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  67. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  68. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  69. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  70. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  71. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  72. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  73. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  74. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  75. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  76. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  77. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  78. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  79. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  80. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  81. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  82. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  83. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  84. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  85. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  86. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  87. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  88. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  89. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  90. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  91. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  92. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  93. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  94. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  95. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  96. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  97. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  98. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  99. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  100. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  101. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  102. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  103. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  104. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  105. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  106. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  107. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  108. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  109. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  110. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  111. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  112. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  113. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  114. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  115. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  116. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  117. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  118. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  119. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  120. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +79 -0
  121. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +100 -0
  122. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +79 -0
  123. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +79 -0
  124. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +79 -0
  125. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +79 -0
  126. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +79 -0
  127. flashinfer_python-0.2.0.post2/csrc/generated/batch_paged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +100 -0
  128. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  129. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  130. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  131. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  132. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  133. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  134. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  135. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  136. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  137. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  138. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  139. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  140. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  141. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  142. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  143. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  144. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  145. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  146. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  147. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  148. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  149. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  150. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  151. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  152. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  153. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  154. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  155. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  156. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  157. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  158. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  159. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  160. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  161. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  162. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  163. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  164. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  165. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  166. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  167. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  168. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  169. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  170. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  171. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  172. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  173. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  174. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  175. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  176. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  177. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  178. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  179. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  180. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  181. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  182. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  183. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  184. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  185. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  186. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  187. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  188. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  189. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  190. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  191. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  192. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +80 -0
  193. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +93 -0
  194. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +80 -0
  195. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +80 -0
  196. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +80 -0
  197. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +80 -0
  198. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +80 -0
  199. flashinfer_python-0.2.0.post2/csrc/generated/batch_ragged_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +93 -0
  200. flashinfer_python-0.2.0.post2/csrc/generated/dispatch.inc +25 -0
  201. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  202. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  203. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  204. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +32 -0
  205. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +32 -0
  206. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  207. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  208. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_128_head_vo_128_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  209. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  210. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  211. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  212. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +32 -0
  213. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +32 -0
  214. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  215. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  216. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_256_head_vo_256_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  217. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  218. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  219. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  220. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +32 -0
  221. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +32 -0
  222. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  223. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  224. flashinfer_python-0.2.0.post2/csrc/generated/single_decode_head_qk_64_head_vo_64_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  225. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  226. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  227. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  228. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  229. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  230. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  231. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  232. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  233. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  234. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  235. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  236. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  237. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  238. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  239. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  240. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  241. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +32 -0
  242. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +32 -0
  243. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  244. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  245. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  246. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  247. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  248. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  249. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  250. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  251. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  252. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  253. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  254. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  255. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  256. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  257. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  258. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  259. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  260. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_128_head_vo_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  261. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  262. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  263. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  264. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  265. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  266. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  267. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  268. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  269. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  270. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  271. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  272. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  273. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  274. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  275. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  276. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  277. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  278. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_256_head_vo_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  279. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  280. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  281. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  282. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  283. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  284. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  285. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  286. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  287. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  288. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  289. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  290. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  291. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +32 -0
  292. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +32 -0
  293. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +32 -0
  294. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +32 -0
  295. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +32 -0
  296. flashinfer_python-0.2.0.post2/csrc/generated/single_prefill_head_qk_64_head_vo_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +32 -0
  297. flashinfer_python-0.2.0.post2/csrc/pytorch_extension_utils.h +183 -0
  298. flashinfer_python-0.2.0.post2/csrc/rope.cu +243 -0
  299. flashinfer_python-0.2.0.post2/csrc/single_decode.cu +98 -0
  300. flashinfer_python-0.2.0.post2/csrc/single_decode_config.inc +45 -0
  301. flashinfer_python-0.2.0.post2/csrc/single_decode_customize_config.jinja +72 -0
  302. flashinfer_python-0.2.0.post2/csrc/single_decode_jit_pybind.cu +26 -0
  303. flashinfer_python-0.2.0.post2/csrc/single_decode_kernel_inst.jinja +13 -0
  304. flashinfer_python-0.2.0.post2/csrc/single_prefill.cu +102 -0
  305. flashinfer_python-0.2.0.post2/csrc/single_prefill_config.inc +55 -0
  306. flashinfer_python-0.2.0.post2/csrc/single_prefill_customize_config.jinja +66 -0
  307. flashinfer_python-0.2.0.post2/csrc/single_prefill_jit_pybind.cu +27 -0
  308. flashinfer_python-0.2.0.post2/csrc/single_prefill_kernel_inst.jinja +15 -0
  309. flashinfer_python-0.2.0.post2/csrc/single_prefill_sm90.cu +92 -0
  310. flashinfer_python-0.2.0.post2/csrc/single_prefill_sm90_config.inc +53 -0
  311. flashinfer_python-0.2.0.post2/csrc/single_prefill_sm90_customize_config.jinja +65 -0
  312. flashinfer_python-0.2.0.post2/csrc/single_prefill_sm90_jit_pybind.cu +28 -0
  313. flashinfer_python-0.2.0.post2/csrc/single_prefill_sm90_kernel_inst.jinja +12 -0
  314. flashinfer_python-0.2.0.post2/flashinfer/_build_meta.py +1 -0
  315. flashinfer_python-0.2.0.post2/flashinfer/activation.py +192 -0
  316. flashinfer_python-0.2.0.post2/flashinfer/cascade.py +1083 -0
  317. flashinfer_python-0.2.0.post2/flashinfer/decode.py +1549 -0
  318. flashinfer_python-0.2.0.post2/flashinfer/gemm.py +737 -0
  319. flashinfer_python-0.2.0.post2/flashinfer/jit/__init__.py +53 -0
  320. flashinfer_python-0.2.0.post2/flashinfer/jit/aot_config.py +1 -0
  321. flashinfer_python-0.2.0.post2/flashinfer/jit/attention.py +976 -0
  322. flashinfer_python-0.2.0.post2/flashinfer/jit/core.py +132 -0
  323. flashinfer_python-0.2.0.post2/flashinfer/prefill.py +2323 -0
  324. flashinfer_python-0.2.0.post2/flashinfer/rope.py +1114 -0
  325. flashinfer_python-0.2.0.post2/flashinfer/sampling.py +1225 -0
  326. flashinfer_python-0.2.0.post2/flashinfer/sparse.py +601 -0
  327. flashinfer_python-0.2.0.post2/flashinfer/triton/__init__.py +1 -0
  328. flashinfer_python-0.2.0.post2/flashinfer/triton/utils.py +28 -0
  329. flashinfer_python-0.2.0.post2/flashinfer/utils.py +364 -0
  330. flashinfer_python-0.2.0.post2/flashinfer_python.egg-info/PKG-INFO +183 -0
  331. flashinfer_python-0.2.0.post2/flashinfer_python.egg-info/SOURCES.txt +1552 -0
  332. flashinfer_python-0.2.0.post2/include/flashinfer/attention/cascade.cuh +721 -0
  333. flashinfer_python-0.2.0.post2/include/flashinfer/attention/decode.cuh +1098 -0
  334. flashinfer_python-0.2.0.post2/include/flashinfer/attention/default_decode_params.cuh +300 -0
  335. flashinfer_python-0.2.0.post2/include/flashinfer/attention/default_prefill_params.cuh +367 -0
  336. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/attention_updater.cuh +268 -0
  337. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/default_params.cuh +158 -0
  338. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/kernel_traits.cuh +121 -0
  339. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/mainloop.cuh +264 -0
  340. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/prefill_sm90.cuh +546 -0
  341. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/sparse_mainloop.cuh +324 -0
  342. flashinfer_python-0.2.0.post2/include/flashinfer/attention/hopper/variants.cuh +68 -0
  343. flashinfer_python-0.2.0.post2/include/flashinfer/attention/prefill.cuh +2323 -0
  344. flashinfer_python-0.2.0.post2/include/flashinfer/attention/scheduler.cuh +935 -0
  345. flashinfer_python-0.2.0.post2/include/flashinfer/attention/variants.cuh +271 -0
  346. flashinfer_python-0.2.0.post2/include/flashinfer/attention_impl.cuh +26 -0
  347. flashinfer_python-0.2.0.post2/include/flashinfer/fastdiv.cuh +111 -0
  348. flashinfer_python-0.2.0.post2/include/flashinfer/gemm/bmm_fp8.cuh +203 -0
  349. flashinfer_python-0.2.0.post2/include/flashinfer/page.cuh +566 -0
  350. flashinfer_python-0.2.0.post2/include/flashinfer/pos_enc.cuh +881 -0
  351. flashinfer_python-0.2.0.post2/include/flashinfer/utils.cuh +334 -0
  352. flashinfer_python-0.2.0.post2/pyproject.toml +116 -0
  353. flashinfer_python-0.2.0.post2/setup.py +279 -0
  354. flashinfer_python-0.2.0.post2/tests/test_alibi.py +105 -0
  355. flashinfer_python-0.2.0.post2/tests/test_batch_decode_kernels.py +589 -0
  356. flashinfer_python-0.2.0.post2/tests/test_batch_prefill_kernels.py +736 -0
  357. flashinfer_python-0.2.0.post2/tests/test_block_sparse.py +129 -0
  358. flashinfer_python-0.2.0.post2/tests/test_decode_prefill_lse.py +75 -0
  359. flashinfer_python-0.2.0.post2/tests/test_hopper.py +219 -0
  360. flashinfer_python-0.2.0.post2/tests/test_jit_example.py +749 -0
  361. flashinfer_python-0.2.0.post2/tests/test_jit_warmup.py +113 -0
  362. flashinfer_python-0.2.0.post2/tests/test_logits_cap.py +109 -0
  363. flashinfer_python-0.2.0.post2/tests/test_mla_decode_kernel.py +461 -0
  364. flashinfer_python-0.2.0.post2/tests/test_non_contiguous_decode.py +107 -0
  365. flashinfer_python-0.2.0.post2/tests/test_non_contiguous_prefill.py +206 -0
  366. flashinfer_python-0.2.0.post2/tests/test_rope.py +324 -0
  367. flashinfer_python-0.2.0.post2/tests/test_sampling.py +397 -0
  368. flashinfer_python-0.2.0.post2/tests/test_shared_prefix_kernels.py +322 -0
  369. flashinfer_python-0.2.0.post2/tests/test_sliding_window.py +375 -0
  370. flashinfer_python-0.2.0.post2/tests/test_tensor_cores_decode.py +274 -0
  371. flashinfer_python-0.2.0.post2/version.txt +1 -0
  372. flashinfer_python-0.2.0.post1/PKG-INFO +0 -182
  373. flashinfer_python-0.2.0.post1/README.md +0 -169
  374. flashinfer_python-0.2.0.post1/csrc/activation.cu +0 -81
  375. flashinfer_python-0.2.0.post1/csrc/aot_extension_utils.h +0 -46
  376. flashinfer_python-0.2.0.post1/csrc/batch_decode.cu +0 -196
  377. flashinfer_python-0.2.0.post1/csrc/batch_prefill.cu +0 -321
  378. flashinfer_python-0.2.0.post1/csrc/batch_prefill_sm90.cu +0 -291
  379. flashinfer_python-0.2.0.post1/csrc/flashinfer_ops.cu +0 -275
  380. flashinfer_python-0.2.0.post1/csrc/flashinfer_ops_sm90.cu +0 -65
  381. flashinfer_python-0.2.0.post1/csrc/flashinfer_rope_ops.cu +0 -51
  382. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -28
  383. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -28
  384. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -28
  385. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +0 -28
  386. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +0 -28
  387. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -28
  388. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -28
  389. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_128_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -28
  390. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -28
  391. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -28
  392. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -28
  393. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +0 -28
  394. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +0 -28
  395. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -28
  396. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -28
  397. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_256_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -28
  398. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -28
  399. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -28
  400. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -28
  401. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3_idtype_i32.cu +0 -28
  402. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2_idtype_i32.cu +0 -28
  403. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -28
  404. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -28
  405. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_decode_head_64_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -28
  406. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  407. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  408. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  409. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  410. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  411. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  412. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  413. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  414. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  415. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  416. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  417. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  418. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  419. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  420. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  421. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  422. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  423. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  424. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  425. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  426. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  427. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  428. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  429. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  430. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  431. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  432. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  433. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  434. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  435. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  436. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  437. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  438. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  439. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  440. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  441. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  442. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  443. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  444. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  445. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  446. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  447. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  448. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  449. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  450. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  451. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  452. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  453. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  454. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  455. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  456. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  457. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  458. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  459. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  460. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  461. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  462. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  463. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  464. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  465. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  466. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  467. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  468. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  469. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  470. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -45
  471. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -84
  472. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -45
  473. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -45
  474. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -45
  475. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -45
  476. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -45
  477. flashinfer_python-0.2.0.post1/csrc/generated/batch_paged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -84
  478. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  479. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  480. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  481. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  482. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  483. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  484. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  485. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  486. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  487. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  488. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  489. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  490. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  491. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  492. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  493. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  494. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  495. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  496. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  497. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  498. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  499. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  500. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  501. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  502. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  503. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  504. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  505. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  506. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  507. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  508. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  509. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  510. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  511. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  512. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  513. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  514. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  515. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  516. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  517. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  518. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  519. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  520. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  521. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  522. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  523. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  524. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  525. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  526. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  527. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  528. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  529. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  530. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  531. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  532. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  533. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  534. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  535. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  536. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  537. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  538. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  539. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  540. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  541. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  542. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32.cu +0 -46
  543. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_idtype_i32_sm90.cu +0 -77
  544. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16_idtype_i32.cu +0 -46
  545. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16_idtype_i32.cu +0 -46
  546. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16_idtype_i32.cu +0 -46
  547. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16_idtype_i32.cu +0 -46
  548. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32.cu +0 -46
  549. flashinfer_python-0.2.0.post1/csrc/generated/batch_ragged_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_idtype_i32_sm90.cu +0 -77
  550. flashinfer_python-0.2.0.post1/csrc/generated/dispatch.inc +0 -19
  551. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -19
  552. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -19
  553. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -19
  554. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +0 -19
  555. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +0 -19
  556. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -19
  557. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -19
  558. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_128_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -19
  559. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -19
  560. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -19
  561. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -19
  562. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +0 -19
  563. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +0 -19
  564. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -19
  565. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -19
  566. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_256_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -19
  567. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -19
  568. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -19
  569. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -19
  570. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_e4m3_dtypekv_e4m3_dtypeout_e4m3.cu +0 -19
  571. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_e5m2_dtypekv_e5m2_dtypeout_e5m2.cu +0 -19
  572. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -19
  573. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -19
  574. flashinfer_python-0.2.0.post1/csrc/generated/single_decode_head_64_posenc_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -19
  575. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  576. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  577. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  578. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  579. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  580. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  581. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  582. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  583. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  584. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  585. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  586. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  587. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  588. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  589. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  590. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  591. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  592. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  593. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  594. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  595. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  596. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  597. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  598. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_128_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  599. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  600. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  601. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  602. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  603. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  604. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  605. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  606. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  607. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  608. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  609. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  610. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  611. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  612. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  613. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  614. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  615. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  616. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  617. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  618. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  619. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  620. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  621. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  622. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_256_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  623. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  624. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  625. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  626. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  627. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  628. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  629. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  630. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_0_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  631. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  632. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  633. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  634. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  635. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  636. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  637. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  638. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_1_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  639. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16.cu +0 -20
  640. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_bf16_dtypeout_bf16_sm90.cu +0 -32
  641. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e4m3_dtypeout_bf16.cu +0 -20
  642. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_bf16_dtypekv_e5m2_dtypeout_bf16.cu +0 -20
  643. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e4m3_dtypeout_f16.cu +0 -20
  644. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_e5m2_dtypeout_f16.cu +0 -20
  645. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16.cu +0 -20
  646. flashinfer_python-0.2.0.post1/csrc/generated/single_prefill_head_64_posenc_0_fp16qkred_0_mask_2_dtypeq_f16_dtypekv_f16_dtypeout_f16_sm90.cu +0 -32
  647. flashinfer_python-0.2.0.post1/csrc/pytorch_extension_utils.h +0 -183
  648. flashinfer_python-0.2.0.post1/csrc/rope.cu +0 -245
  649. flashinfer_python-0.2.0.post1/csrc/single_decode.cu +0 -100
  650. flashinfer_python-0.2.0.post1/csrc/single_prefill.cu +0 -113
  651. flashinfer_python-0.2.0.post1/csrc/single_prefill_sm90.cu +0 -114
  652. flashinfer_python-0.2.0.post1/flashinfer/_build_meta.py +0 -1
  653. flashinfer_python-0.2.0.post1/flashinfer/activation.py +0 -192
  654. flashinfer_python-0.2.0.post1/flashinfer/cascade.py +0 -1083
  655. flashinfer_python-0.2.0.post1/flashinfer/decode.py +0 -1413
  656. flashinfer_python-0.2.0.post1/flashinfer/gemm.py +0 -738
  657. flashinfer_python-0.2.0.post1/flashinfer/jit/__init__.py +0 -50
  658. flashinfer_python-0.2.0.post1/flashinfer/jit/aot_config.py +0 -1
  659. flashinfer_python-0.2.0.post1/flashinfer/jit/attention.py +0 -800
  660. flashinfer_python-0.2.0.post1/flashinfer/jit/batch_decode_mla_templ.py +0 -189
  661. flashinfer_python-0.2.0.post1/flashinfer/jit/batch_decode_templ.py +0 -205
  662. flashinfer_python-0.2.0.post1/flashinfer/jit/batch_prefill_sm90_templ.py +0 -968
  663. flashinfer_python-0.2.0.post1/flashinfer/jit/batch_prefill_templ.py +0 -491
  664. flashinfer_python-0.2.0.post1/flashinfer/jit/core.py +0 -125
  665. flashinfer_python-0.2.0.post1/flashinfer/jit/single_decode_templ.py +0 -205
  666. flashinfer_python-0.2.0.post1/flashinfer/jit/single_prefill_sm90_templ.py +0 -349
  667. flashinfer_python-0.2.0.post1/flashinfer/jit/single_prefill_templ.py +0 -331
  668. flashinfer_python-0.2.0.post1/flashinfer/prefill.py +0 -2736
  669. flashinfer_python-0.2.0.post1/flashinfer/rope.py +0 -1101
  670. flashinfer_python-0.2.0.post1/flashinfer/sampling.py +0 -1225
  671. flashinfer_python-0.2.0.post1/flashinfer/sparse.py +0 -610
  672. flashinfer_python-0.2.0.post1/flashinfer/triton/__init__.py +0 -1
  673. flashinfer_python-0.2.0.post1/flashinfer/triton/utils.py +0 -28
  674. flashinfer_python-0.2.0.post1/flashinfer/utils.py +0 -364
  675. flashinfer_python-0.2.0.post1/flashinfer_python.egg-info/PKG-INFO +0 -182
  676. flashinfer_python-0.2.0.post1/flashinfer_python.egg-info/SOURCES.txt +0 -1148
  677. flashinfer_python-0.2.0.post1/include/flashinfer/attention/cascade.cuh +0 -721
  678. flashinfer_python-0.2.0.post1/include/flashinfer/attention/decode.cuh +0 -1099
  679. flashinfer_python-0.2.0.post1/include/flashinfer/attention/decode_params.cuh +0 -234
  680. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/attention_updater.cuh +0 -259
  681. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/kernel_traits.cuh +0 -120
  682. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/mainloop.cuh +0 -266
  683. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/params.cuh +0 -155
  684. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/prefill_sm90.cuh +0 -536
  685. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/sparse_mainloop.cuh +0 -327
  686. flashinfer_python-0.2.0.post1/include/flashinfer/attention/hopper/variants.cuh +0 -75
  687. flashinfer_python-0.2.0.post1/include/flashinfer/attention/prefill.cuh +0 -2317
  688. flashinfer_python-0.2.0.post1/include/flashinfer/attention/prefill_params.cuh +0 -287
  689. flashinfer_python-0.2.0.post1/include/flashinfer/attention/scheduler.cuh +0 -929
  690. flashinfer_python-0.2.0.post1/include/flashinfer/attention/variants.cuh +0 -294
  691. flashinfer_python-0.2.0.post1/include/flashinfer/attention_impl.cuh +0 -26
  692. flashinfer_python-0.2.0.post1/include/flashinfer/fastdiv.cuh +0 -109
  693. flashinfer_python-0.2.0.post1/include/flashinfer/gemm/bmm_fp8.cuh +0 -203
  694. flashinfer_python-0.2.0.post1/include/flashinfer/page.cuh +0 -566
  695. flashinfer_python-0.2.0.post1/include/flashinfer/pos_enc.cuh +0 -810
  696. flashinfer_python-0.2.0.post1/include/flashinfer/utils.cuh +0 -324
  697. flashinfer_python-0.2.0.post1/pyproject.toml +0 -64
  698. flashinfer_python-0.2.0.post1/setup.py +0 -250
  699. flashinfer_python-0.2.0.post1/tests/test_alibi.py +0 -106
  700. flashinfer_python-0.2.0.post1/tests/test_batch_decode_kernels.py +0 -582
  701. flashinfer_python-0.2.0.post1/tests/test_batch_prefill_kernels.py +0 -732
  702. flashinfer_python-0.2.0.post1/tests/test_block_sparse.py +0 -129
  703. flashinfer_python-0.2.0.post1/tests/test_decode_prefill_lse.py +0 -77
  704. flashinfer_python-0.2.0.post1/tests/test_hopper.py +0 -219
  705. flashinfer_python-0.2.0.post1/tests/test_jit_example.py +0 -393
  706. flashinfer_python-0.2.0.post1/tests/test_jit_warmup.py +0 -113
  707. flashinfer_python-0.2.0.post1/tests/test_logits_cap.py +0 -110
  708. flashinfer_python-0.2.0.post1/tests/test_mla_decode_kernel.py +0 -463
  709. flashinfer_python-0.2.0.post1/tests/test_non_contiguous_decode.py +0 -107
  710. flashinfer_python-0.2.0.post1/tests/test_non_contiguous_prefill.py +0 -206
  711. flashinfer_python-0.2.0.post1/tests/test_rope.py +0 -353
  712. flashinfer_python-0.2.0.post1/tests/test_sampling.py +0 -397
  713. flashinfer_python-0.2.0.post1/tests/test_shared_prefix_kernels.py +0 -322
  714. flashinfer_python-0.2.0.post1/tests/test_sliding_window.py +0 -379
  715. flashinfer_python-0.2.0.post1/tests/test_tensor_cores_decode.py +0 -274
  716. flashinfer_python-0.2.0.post1/version.txt +0 -1
  717. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/axpby.hpp +0 -0
  718. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/clear.hpp +0 -0
  719. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/cooperative_copy.hpp +0 -0
  720. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/cooperative_gemm.hpp +0 -0
  721. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/copy.hpp +0 -0
  722. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/fill.hpp +0 -0
  723. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/functional.hpp +0 -0
  724. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/gemm.hpp +0 -0
  725. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/prefer.hpp +0 -0
  726. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/prefetch.hpp +0 -0
  727. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/tensor_algorithms.hpp +0 -0
  728. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/algorithm/tuple_algorithms.hpp +0 -0
  729. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/cluster_sm90.hpp +0 -0
  730. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/config.hpp +0 -0
  731. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy.hpp +0 -0
  732. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm50.hpp +0 -0
  733. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm75.hpp +0 -0
  734. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm80.hpp +0 -0
  735. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90.hpp +0 -0
  736. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90_desc.hpp +0 -0
  737. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/copy_sm90_tma.hpp +0 -0
  738. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma.hpp +0 -0
  739. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm61.hpp +0 -0
  740. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm70.hpp +0 -0
  741. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm75.hpp +0 -0
  742. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm80.hpp +0 -0
  743. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90.hpp +0 -0
  744. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_desc.hpp +0 -0
  745. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma.hpp +0 -0
  746. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/mma_sm90_gmma_sparse.hpp +0 -0
  747. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/arch/util.hpp +0 -0
  748. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_atom.hpp +0 -0
  749. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits.hpp +0 -0
  750. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm50.hpp +0 -0
  751. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm75.hpp +0 -0
  752. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm80.hpp +0 -0
  753. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90.hpp +0 -0
  754. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_im2col.hpp +0 -0
  755. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_tma.hpp +0 -0
  756. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/copy_traits_sm90_tma_swizzle.hpp +0 -0
  757. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_atom.hpp +0 -0
  758. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits.hpp +0 -0
  759. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm61.hpp +0 -0
  760. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm70.hpp +0 -0
  761. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm75.hpp +0 -0
  762. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm80.hpp +0 -0
  763. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90.hpp +0 -0
  764. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma.hpp +0 -0
  765. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse.hpp +0 -0
  766. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/config.hpp +0 -0
  767. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/alignment.hpp +0 -0
  768. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/array.hpp +0 -0
  769. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/array_aligned.hpp +0 -0
  770. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/array_subbyte.hpp +0 -0
  771. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/bit_field.hpp +0 -0
  772. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/cuda_types.hpp +0 -0
  773. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/packed_tuple.hpp +0 -0
  774. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/tuple.hpp +0 -0
  775. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/container/type_list.hpp +0 -0
  776. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/int_tuple.hpp +0 -0
  777. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/layout.hpp +0 -0
  778. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/layout_composed.hpp +0 -0
  779. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/arithmetic_tuple.hpp +0 -0
  780. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/complex.hpp +0 -0
  781. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/int.hpp +0 -0
  782. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/integer_sequence.hpp +0 -0
  783. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/integral_constant.hpp +0 -0
  784. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/integral_ratio.hpp +0 -0
  785. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/math.hpp +0 -0
  786. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/numeric_types.hpp +0 -0
  787. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/numeric/real.hpp +0 -0
  788. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/pointer.hpp +0 -0
  789. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/pointer_base.hpp +0 -0
  790. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/pointer_flagged.hpp +0 -0
  791. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/pointer_sparse.hpp +0 -0
  792. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/pointer_swizzle.hpp +0 -0
  793. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/stride.hpp +0 -0
  794. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/swizzle.hpp +0 -0
  795. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/swizzle_layout.hpp +0 -0
  796. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/tensor.hpp +0 -0
  797. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/tensor_impl.hpp +0 -0
  798. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/tensor_predicate.hpp +0 -0
  799. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/tensor_zip.hpp +0 -0
  800. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/underscore.hpp +0 -0
  801. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/util/debug.hpp +0 -0
  802. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/util/print.hpp +0 -0
  803. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cute/util/type_traits.hpp +0 -0
  804. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/aligned_buffer.h +0 -0
  805. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/arch.h +0 -0
  806. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/barrier.h +0 -0
  807. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/cache_operation.h +0 -0
  808. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/config.h +0 -0
  809. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/grid_dependency_control.h +0 -0
  810. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/memory.h +0 -0
  811. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/memory_sm75.h +0 -0
  812. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/memory_sm80.h +0 -0
  813. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma.h +0 -0
  814. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm50.h +0 -0
  815. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm60.h +0 -0
  816. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm61.h +0 -0
  817. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm70.h +0 -0
  818. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm75.h +0 -0
  819. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm80.h +0 -0
  820. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm89.h +0 -0
  821. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sm90.h +0 -0
  822. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sparse_sm80.h +0 -0
  823. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/mma_sparse_sm89.h +0 -0
  824. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/reg_reconfig.h +0 -0
  825. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/simd.h +0 -0
  826. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/simd_sm60.h +0 -0
  827. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/simd_sm61.h +0 -0
  828. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/synclog.hpp +0 -0
  829. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/wmma.h +0 -0
  830. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm70.h +0 -0
  831. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm72.h +0 -0
  832. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/arch/wmma_sm75.h +0 -0
  833. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/array.h +0 -0
  834. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/array_planar_complex.h +0 -0
  835. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/array_subbyte.h +0 -0
  836. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/barrier.h +0 -0
  837. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/bfloat16.h +0 -0
  838. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/blas3.h +0 -0
  839. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/blas3_types.h +0 -0
  840. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/block_striped.h +0 -0
  841. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/cluster_launch.hpp +0 -0
  842. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/complex.h +0 -0
  843. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/constants.h +0 -0
  844. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm90_common.inl +0 -0
  845. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/builders/sm90_gmma_builder.inl +0 -0
  846. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/collective_builder.hpp +0 -0
  847. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/collective_conv.hpp +0 -0
  848. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/detail.hpp +0 -0
  849. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/collective/sm90_implicit_gemm_gmma_ss_warpspecialized.hpp +0 -0
  850. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/conv2d_problem_size.h +0 -0
  851. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/conv3d_problem_size.h +0 -0
  852. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/convnd_problem_shape.hpp +0 -0
  853. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/convolution.h +0 -0
  854. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/detail.hpp +0 -0
  855. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/device/conv_universal_adapter.hpp +0 -0
  856. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/device/direct_convolution.h +0 -0
  857. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/device/implicit_gemm_convolution.h +0 -0
  858. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/device/implicit_gemm_convolution_fusion.h +0 -0
  859. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/dispatch_policy.hpp +0 -0
  860. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/conv_universal.hpp +0 -0
  861. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d.h +0 -0
  862. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_dgrad.h +0 -0
  863. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop.h +0 -0
  864. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_fusion.h +0 -0
  865. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_absmax.h +0 -0
  866. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_broadcast.h +0 -0
  867. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_reduction.h +0 -0
  868. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_group_fprop.h +0 -0
  869. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad.h +0 -0
  870. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad_fusion.h +0 -0
  871. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_dgrad.h +0 -0
  872. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop.h +0 -0
  873. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_fusion.h +0 -0
  874. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_with_broadcast.h +0 -0
  875. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_conv3d_wgrad.h +0 -0
  876. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv2d.h +0 -0
  877. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv2d_with_broadcast.h +0 -0
  878. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv3d.h +0 -0
  879. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_deconv3d_with_broadcast.h +0 -0
  880. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/default_depthwise_fprop.h +0 -0
  881. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/direct_convolution.h +0 -0
  882. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution.h +0 -0
  883. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_fusion.h +0 -0
  884. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_strided_dgrad.h +0 -0
  885. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_absmax.h +0 -0
  886. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_fused_epilogue.h +0 -0
  887. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/kernel/sm90_implicit_gemm_tma_warpspecialized.hpp +0 -0
  888. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/thread/depthwise_mma.h +0 -0
  889. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  890. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  891. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  892. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  893. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  894. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_few_channels.h +0 -0
  895. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h +0 -0
  896. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  897. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  898. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_few_channels.h +0 -0
  899. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_fixed_channels.h +0 -0
  900. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  901. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_params.h +0 -0
  902. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_tile_iterator.h +0 -0
  903. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  904. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  905. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  906. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  907. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  908. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  909. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  910. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  911. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  912. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  913. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  914. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  915. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_params.h +0 -0
  916. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  917. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  918. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  919. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  920. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_direct_conv_params.h +0 -0
  921. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_fixed_stride_dilation.h +0 -0
  922. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_optimized.h +0 -0
  923. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_direct_conv_multistage.h +0 -0
  924. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_filter_tile_access_iterator_direct_conv_optimized.h +0 -0
  925. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_pipelined.h +0 -0
  926. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_mma_base.h +0 -0
  927. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/depthwise_mma_core_with_lane_access_size.h +0 -0
  928. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_fprop_fusion_multistage.h +0 -0
  929. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_multistage.h +0 -0
  930. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_pipelined.h +0 -0
  931. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/implicit_gemm_wgrad_fusion_multistage.h +0 -0
  932. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  933. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  934. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/threadblock/threadblock_swizzle.h +0 -0
  935. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/warp/mma_depthwise_simt.h +0 -0
  936. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/warp/mma_depthwise_simt_tile_iterator.h +0 -0
  937. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/conv/warp/scale_bias_relu_transform.h +0 -0
  938. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/coord.h +0 -0
  939. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/core_io.h +0 -0
  940. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/cuda_host_adapter.hpp +0 -0
  941. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/cutlass.h +0 -0
  942. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/detail/collective.hpp +0 -0
  943. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/detail/dependent_false.hpp +0 -0
  944. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/detail/helper_macros.hpp +0 -0
  945. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/detail/layout.hpp +0 -0
  946. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/detail/mma.hpp +0 -0
  947. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/device_kernel.h +0 -0
  948. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm90_builder.inl +0 -0
  949. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/builders/sm90_common.inl +0 -0
  950. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/collective_builder.hpp +0 -0
  951. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/collective_epilogue.hpp +0 -0
  952. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/default_epilogue.hpp +0 -0
  953. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/default_epilogue_array.hpp +0 -0
  954. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/detail.hpp +0 -0
  955. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/epilogue_tensor_broadcast.hpp +0 -0
  956. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized.hpp +0 -0
  957. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized_array.hpp +0 -0
  958. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_array_tma_warpspecialized.hpp +0 -0
  959. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp +0 -0
  960. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized_bias_elementwise.hpp +0 -0
  961. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/dispatch_policy.hpp +0 -0
  962. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/callbacks.hpp +0 -0
  963. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/operations.hpp +0 -0
  964. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_callbacks_tma_warpspecialized.hpp +0 -0
  965. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_compute_tma_warpspecialized.hpp +0 -0
  966. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_load_tma_warpspecialized.hpp +0 -0
  967. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_store_tma_warpspecialized.hpp +0 -0
  968. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_tma_warpspecialized.hpp +0 -0
  969. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_topk_softmax.hpp +0 -0
  970. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/activation.h +0 -0
  971. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/conversion_op.h +0 -0
  972. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/detail.hpp +0 -0
  973. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination.h +0 -0
  974. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_elementwise.h +0 -0
  975. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_relu.h +0 -0
  976. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_clamp.h +0 -0
  977. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_dgelu.h +0 -0
  978. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_drelu.h +0 -0
  979. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_gelu.h +0 -0
  980. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_generic.h +0 -0
  981. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_generic_with_scaling.h +0 -0
  982. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_hardswish.h +0 -0
  983. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_leaky_relu.h +0 -0
  984. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_params.h +0 -0
  985. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_planar_complex.h +0 -0
  986. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_relu.h +0 -0
  987. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_relu0.h +0 -0
  988. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_residual_block.h +0 -0
  989. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_sigmoid.h +0 -0
  990. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_silu.h +0 -0
  991. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_tensor_broadcast.hpp +0 -0
  992. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/linear_combination_with_elementwise.h +0 -0
  993. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/reduction_op.h +0 -0
  994. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/thread/scale_type.h +0 -0
  995. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op.h +0 -0
  996. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op_blas3.h +0 -0
  997. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_direct_store.h +0 -0
  998. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_planar_complex.h +0 -0
  999. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_simt.h +0 -0
  1000. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op.h +0 -0
  1001. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op_blas3.h +0 -0
  1002. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_volta_tensor_op.h +0 -0
  1003. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_absmax.h +0 -0
  1004. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_broadcast.h +0 -0
  1005. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_reduction.h +0 -0
  1006. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_wmma_tensor_op.h +0 -0
  1007. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_simt.h +0 -0
  1008. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_tensor_op.h +0 -0
  1009. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_volta_tensor_op.h +0 -0
  1010. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_wmma_tensor_op.h +0 -0
  1011. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/direct_store_epilogue_iterator.h +0 -0
  1012. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue.h +0 -0
  1013. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_base.h +0 -0
  1014. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_base_streamk.h +0 -0
  1015. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_depthwise.h +0 -0
  1016. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_direct_store.h +0 -0
  1017. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_gemm_k_reduction.h +0 -0
  1018. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_planar_complex.h +0 -0
  1019. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_smem_accumulator.h +0 -0
  1020. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_streamk_with_broadcast.h +0 -0
  1021. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_visitor_with_softmax.h +0 -0
  1022. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_absmax.h +0 -0
  1023. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_broadcast.h +0 -0
  1024. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_reduction.h +0 -0
  1025. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor.h +0 -0
  1026. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor_callbacks.h +0 -0
  1027. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/epilogue_workspace.h +0 -0
  1028. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_2x.hpp +0 -0
  1029. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_compute.hpp +0 -0
  1030. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_load.hpp +0 -0
  1031. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_store.hpp +0 -0
  1032. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/fusion/visitors.hpp +0 -0
  1033. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/interleaved_epilogue.h +0 -0
  1034. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/output_iterator_parameter.h +0 -0
  1035. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/output_tile_thread_map.h +0 -0
  1036. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator.h +0 -0
  1037. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine.h +0 -0
  1038. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine_layout_params.h +0 -0
  1039. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_blas3.h +0 -0
  1040. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_conv.h +0 -0
  1041. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_direct_conv.h +0 -0
  1042. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_params.h +0 -0
  1043. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_predicates.h +0 -0
  1044. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_strided_dgrad.h +0 -0
  1045. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator.h +0 -0
  1046. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_mixed.h +0 -0
  1047. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_pitch_linear.h +0 -0
  1048. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_complex_tensor_op.h +0 -0
  1049. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_gaussian_complex_tensor_op.h +0 -0
  1050. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_simt.h +0 -0
  1051. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_tensor_op.h +0 -0
  1052. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_volta_tensor_op.h +0 -0
  1053. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/fragment_iterator_wmma_tensor_op.h +0 -0
  1054. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/simt_policy.h +0 -0
  1055. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tensor_op_policy.h +0 -0
  1056. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_simt.h +0 -0
  1057. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op.h +0 -0
  1058. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op_mixed.h +0 -0
  1059. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_volta_tensor_op.h +0 -0
  1060. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/tile_iterator_wmma_tensor_op.h +0 -0
  1061. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/volta_tensor_op_policy.h +0 -0
  1062. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/epilogue/warp/wmma_tensor_op_policy.h +0 -0
  1063. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/fast_math.h +0 -0
  1064. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/float8.h +0 -0
  1065. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/floating_point_nvrtc.h +0 -0
  1066. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/functional.h +0 -0
  1067. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_common.inl +0 -0
  1068. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_gmma_builder.inl +0 -0
  1069. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_config.inl +0 -0
  1070. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_gmma_builder.inl +0 -0
  1071. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_builder.hpp +0 -0
  1072. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_builder_decl.hpp +0 -0
  1073. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_mma.hpp +0 -0
  1074. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/collective_mma_decl.hpp +0 -0
  1075. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/fp8_accumulation.hpp +0 -0
  1076. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm70_mma_twostage.hpp +0 -0
  1077. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm80_mma_multistage.hpp +0 -0
  1078. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized.hpp +0 -0
  1079. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_rs_warpspecialized.hpp +0 -0
  1080. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_ss_warpspecialized.hpp +0 -0
  1081. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized.hpp +0 -0
  1082. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
  1083. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss.hpp +0 -0
  1084. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  1085. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  1086. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  1087. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/base_grouped.h +0 -0
  1088. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/default_gemm_configuration.h +0 -0
  1089. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/ell_gemm.h +0 -0
  1090. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm.h +0 -0
  1091. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_array.h +0 -0
  1092. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_batched.h +0 -0
  1093. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_complex.h +0 -0
  1094. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_grouped.h +0 -0
  1095. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_layernorm_mainloop_fusion.h +0 -0
  1096. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse.h +0 -0
  1097. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_universal.h +0 -0
  1098. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_universal_with_absmax.h +0 -0
  1099. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_with_absmax.h +0 -0
  1100. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_sparse_with_visitor.h +0 -0
  1101. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_splitk_parallel.h +0 -0
  1102. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal.h +0 -0
  1103. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_adapter.h +0 -0
  1104. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_base.h +0 -0
  1105. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_streamk_with_broadcast.h +0 -0
  1106. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_with_absmax.h +0 -0
  1107. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_universal_with_broadcast.h +0 -0
  1108. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemm_with_k_reduction.h +0 -0
  1109. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/gemv.h +0 -0
  1110. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_2k.h +0 -0
  1111. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_2k_grouped.h +0 -0
  1112. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/rank_k.h +0 -0
  1113. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/symm.h +0 -0
  1114. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/device/trmm.h +0 -0
  1115. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/dispatch_policy.hpp +0 -0
  1116. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/gemm.h +0 -0
  1117. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/gemm_enumerated_types.h +0 -0
  1118. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/group_array_problem_shape.hpp +0 -0
  1119. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_ell_gemm.h +0 -0
  1120. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm.h +0 -0
  1121. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_complex.h +0 -0
  1122. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped.h +0 -0
  1123. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_softmax_mainloop_fusion.h +0 -0
  1124. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_layernorm_mainloop_fusion.h +0 -0
  1125. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_planar_complex_universal.h +0 -0
  1126. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse.h +0 -0
  1127. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal.h +0 -0
  1128. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal_with_absmax.h +0 -0
  1129. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_absmax.h +0 -0
  1130. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_visitor.h +0 -0
  1131. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_splitk_parallel.h +0 -0
  1132. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_streamk_with_broadcast.h +0 -0
  1133. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_universal.h +0 -0
  1134. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_universal_with_visitor.h +0 -0
  1135. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_absmax.h +0 -0
  1136. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_broadcast.h +0 -0
  1137. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_k_reduction.h +0 -0
  1138. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemm_with_reduction.h +0 -0
  1139. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_gemv.h +0 -0
  1140. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k.h +0 -0
  1141. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_complex.h +0 -0
  1142. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_grouped.h +0 -0
  1143. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_2k_universal.h +0 -0
  1144. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k.h +0 -0
  1145. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k_complex.h +0 -0
  1146. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_rank_k_universal.h +0 -0
  1147. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm.h +0 -0
  1148. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm_complex.h +0 -0
  1149. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_symm_universal.h +0 -0
  1150. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm.h +0 -0
  1151. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm_complex.h +0 -0
  1152. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/default_trmm_universal.h +0 -0
  1153. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/ell_gemm.h +0 -0
  1154. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm.h +0 -0
  1155. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_array.h +0 -0
  1156. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_batched.h +0 -0
  1157. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped.h +0 -0
  1158. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped_problem_visitor.h +0 -0
  1159. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_grouped_softmax_mainloop_fusion.h +0 -0
  1160. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_layernorm_mainloop_fusion.h +0 -0
  1161. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_params.h +0 -0
  1162. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_pipelined.h +0 -0
  1163. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex.h +0 -0
  1164. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex_array.h +0 -0
  1165. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal.h +0 -0
  1166. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal_with_absmax.h +0 -0
  1167. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_splitk_parallel.h +0 -0
  1168. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_streamk_with_fused_epilogue.h +0 -0
  1169. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_transpose_operands.h +0 -0
  1170. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal.h +0 -0
  1171. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal.hpp +0 -0
  1172. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_decl.h +0 -0
  1173. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_streamk.h +0 -0
  1174. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor.h +0 -0
  1175. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor_streamk.h +0 -0
  1176. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_absmax.h +0 -0
  1177. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_fused_epilogue.h +0 -0
  1178. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemm_with_k_reduction.h +0 -0
  1179. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemv.h +0 -0
  1180. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/gemv_batched_strided.h +0 -0
  1181. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/grouped_problem_visitor.h +0 -0
  1182. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/params_sparse_base.h +0 -0
  1183. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/params_universal_base.h +0 -0
  1184. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped.h +0 -0
  1185. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped_problem_visitor.h +0 -0
  1186. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_transpose_operands.h +0 -0
  1187. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_2k_universal.h +0 -0
  1188. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/rank_k_universal.h +0 -0
  1189. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm70_gemm.hpp +0 -0
  1190. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_cooperative.hpp +0 -0
  1191. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_pingpong.hpp +0 -0
  1192. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma.hpp +0 -0
  1193. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized.hpp +0 -0
  1194. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_cooperative.hpp +0 -0
  1195. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_pingpong.hpp +0 -0
  1196. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized.hpp +0 -0
  1197. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_cooperative.hpp +0 -0
  1198. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_pingpong.hpp +0 -0
  1199. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler.hpp +0 -0
  1200. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_group.hpp +0 -0
  1201. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_stream_k.hpp +0 -0
  1202. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm.h +0 -0
  1203. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_absmax.h +0 -0
  1204. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_visitor.h +0 -0
  1205. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/static_tile_scheduler.hpp +0 -0
  1206. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/symm_universal.h +0 -0
  1207. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/tile_scheduler.hpp +0 -0
  1208. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/tile_scheduler_params.h +0 -0
  1209. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/kernel/trmm_universal.h +0 -0
  1210. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma.h +0 -0
  1211. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm50.h +0 -0
  1212. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm60.h +0 -0
  1213. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/thread/mma_sm61.h +0 -0
  1214. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_ell_mma.h +0 -0
  1215. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_gemv_core.h +0 -0
  1216. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma.h +0 -0
  1217. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core.h +0 -0
  1218. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_simt.h +0 -0
  1219. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm70.h +0 -0
  1220. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm75.h +0 -0
  1221. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm80.h +0 -0
  1222. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sparse_sm80.h +0 -0
  1223. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_access_size.h +0 -0
  1224. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_reduction.h +0 -0
  1225. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_core_wmma.h +0 -0
  1226. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_layernorm_mainloop_fusion.h +0 -0
  1227. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_multistage.h +0 -0
  1228. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_pipelined.h +0 -0
  1229. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_softmax_mainloop_fusion.h +0 -0
  1230. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_mma_with_reduction.h +0 -0
  1231. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex.h +0 -0
  1232. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core.h +0 -0
  1233. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core_sm80.h +0 -0
  1234. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_multistage_trmm_complex.h +0 -0
  1235. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_sparse_mma.h +0 -0
  1236. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/default_trmm.h +0 -0
  1237. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/ell_mma_multistage.h +0 -0
  1238. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/ell_mma_pipelined.h +0 -0
  1239. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/gemv.h +0 -0
  1240. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/index_remat.h +0 -0
  1241. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_base.h +0 -0
  1242. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_blas3_multistage.h +0 -0
  1243. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_layernorm_mainloop_fusion_multistage.h +0 -0
  1244. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_multistage.h +0 -0
  1245. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_pipelined.h +0 -0
  1246. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_base.h +0 -0
  1247. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_multistage.h +0 -0
  1248. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_pipelined.h +0 -0
  1249. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_singlestage.h +0 -0
  1250. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_softmax_mainloop_fusion_multistage.h +0 -0
  1251. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_sparse_base.h +0 -0
  1252. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_sparse_multistage.h +0 -0
  1253. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/mma_with_reduction_multistage.h +0 -0
  1254. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle.h +0 -0
  1255. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle_streamk.h +0 -0
  1256. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_complex_tensor_op.h +0 -0
  1257. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_sparse_tensor_op.h +0 -0
  1258. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op.h +0 -0
  1259. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op_sm80.h +0 -0
  1260. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_with_reduction_tensor_op.h +0 -0
  1261. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/default_mma_wmma_tensor_op.h +0 -0
  1262. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/layernorm_scale_bias_transform.h +0 -0
  1263. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma.h +0 -0
  1264. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op.h +0 -0
  1265. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_fast_f32.h +0 -0
  1266. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_tile_iterator_sm80.h +0 -0
  1267. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op.h +0 -0
  1268. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op_tile_iterator_sm80.h +0 -0
  1269. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_mixed_input_tensor_op.h +0 -0
  1270. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_planar_complex.h +0 -0
  1271. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt.h +0 -0
  1272. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt_policy.h +0 -0
  1273. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_simt_tile_iterator.h +0 -0
  1274. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_sparse_tensor_op.h +0 -0
  1275. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op.h +0 -0
  1276. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fast_f32.h +0 -0
  1277. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fragment_iterator.h +0 -0
  1278. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_policy.h +0 -0
  1279. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_sm70.h +0 -0
  1280. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_access_iterator.h +0 -0
  1281. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator.h +0 -0
  1282. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm70.h +0 -0
  1283. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm80.h +0 -0
  1284. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sparse.h +0 -0
  1285. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_wmma.h +0 -0
  1286. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_tensor_op_wmma.h +0 -0
  1287. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/mma_with_reduction_tensor_op.h +0 -0
  1288. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/scale_bias_tile_iterator.h +0 -0
  1289. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/softmax_scale_bias_transform.h +0 -0
  1290. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm/warp/tile_iterator_planar_complex.h +0 -0
  1291. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm_coord.h +0 -0
  1292. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/gemm_coord.hpp +0 -0
  1293. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/half.h +0 -0
  1294. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/integer_subbyte.h +0 -0
  1295. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/kernel_hardware_info.h +0 -0
  1296. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/kernel_hardware_info.hpp +0 -0
  1297. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/kernel_launch.h +0 -0
  1298. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/layout.h +0 -0
  1299. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/matrix.h +0 -0
  1300. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/permute.h +0 -0
  1301. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/pitch_linear.h +0 -0
  1302. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/tensor.h +0 -0
  1303. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm70.h +0 -0
  1304. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm75.h +0 -0
  1305. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm80.h +0 -0
  1306. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/layout/vector.h +0 -0
  1307. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/matrix.h +0 -0
  1308. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/matrix_coord.h +0 -0
  1309. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/matrix_shape.h +0 -0
  1310. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/numeric_conversion.h +0 -0
  1311. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/numeric_size.h +0 -0
  1312. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/numeric_types.h +0 -0
  1313. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/pipeline/pipeline.hpp +0 -0
  1314. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/pipeline/sm90_pipeline.hpp +0 -0
  1315. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/pitch_linear_coord.h +0 -0
  1316. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/platform/platform.h +0 -0
  1317. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/predicate_vector.h +0 -0
  1318. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/quaternion.h +0 -0
  1319. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/real.h +0 -0
  1320. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/device/reduce_split_k.h +0 -0
  1321. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce.h +0 -0
  1322. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_contiguous.h +0 -0
  1323. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_strided.h +0 -0
  1324. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/reduce_softmax_final.h +0 -0
  1325. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/reduce_split_k.h +0 -0
  1326. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_contiguous.h +0 -0
  1327. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_strided.h +0 -0
  1328. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/thread/reduce.h +0 -0
  1329. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/thread/reduction_operators.h +0 -0
  1330. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/reduction/threadblock_swizzle.h +0 -0
  1331. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/relatively_equal.h +0 -0
  1332. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/semaphore.h +0 -0
  1333. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/subbyte_reference.h +0 -0
  1334. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tensor_coord.h +0 -0
  1335. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tensor_ref.h +0 -0
  1336. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tensor_ref_planar_complex.h +0 -0
  1337. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tensor_view.h +0 -0
  1338. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tensor_view_planar_complex.h +0 -0
  1339. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/tfloat32.h +0 -0
  1340. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/thread/matrix.h +0 -0
  1341. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/trace.h +0 -0
  1342. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/collective/sm90_wgmma_transpose.hpp +0 -0
  1343. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/device/transform_universal_adapter.hpp +0 -0
  1344. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/filter_format_transformer.hpp +0 -0
  1345. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/sm90_sparse_gemm_compressor.hpp +0 -0
  1346. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/kernel/sparse_gemm_compressor.hpp +0 -0
  1347. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/pitch_linear_thread_map.h +0 -0
  1348. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/thread/transpose.h +0 -0
  1349. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/thread/unary_op.h +0 -0
  1350. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_iterator.h +0 -0
  1351. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_access_iterator.h +0 -0
  1352. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_iterator.h +0 -0
  1353. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  1354. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  1355. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator.h +0 -0
  1356. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_2dthreadtile.h +0 -0
  1357. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_params.h +0 -0
  1358. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_triangular_matrix.h +0 -0
  1359. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator.h +0 -0
  1360. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_2dthreadtile.h +0 -0
  1361. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_triangular_matrix.h +0 -0
  1362. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/predicated_vector_access_iterator.h +0 -0
  1363. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_scale_bias_vector_access_iterator.h +0 -0
  1364. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator.h +0 -0
  1365. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear.h +0 -0
  1366. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear_direct_conv.h +0 -0
  1367. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op.h +0 -0
  1368. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op_sm80.h +0 -0
  1369. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator.h +0 -0
  1370. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear.h +0 -0
  1371. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear_2dthreadtile.h +0 -0
  1372. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op.h +0 -0
  1373. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op_sm70.h +0 -0
  1374. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/threadblock/vector_iterator.h +0 -0
  1375. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/transform/warp/vector_fragment_iterator.h +0 -0
  1376. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/uint128.h +0 -0
  1377. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/version.h +0 -0
  1378. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/wmma_array.h +0 -0
  1379. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/include/cutlass/workspace.h +0 -0
  1380. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/GPU_Clock.hpp +0 -0
  1381. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/command_line.h +0 -0
  1382. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/cublas_wrappers.hpp +0 -0
  1383. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/debug.h +0 -0
  1384. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_dump.h +0 -0
  1385. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_groupnorm.h +0 -0
  1386. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_layernorm.h +0 -0
  1387. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_memory.h +0 -0
  1388. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nchw_to_nhwc.h +0 -0
  1389. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_padding.h +0 -0
  1390. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_pooling.h +0 -0
  1391. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_nhwc_to_nchw.h +0 -0
  1392. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_rmsnorm.h +0 -0
  1393. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/device_utils.h +0 -0
  1394. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/distribution.h +0 -0
  1395. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/exceptions.h +0 -0
  1396. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/gett_commandline.hpp +0 -0
  1397. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/helper_cuda.hpp +0 -0
  1398. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_reorder.h +0 -0
  1399. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_tensor.h +0 -0
  1400. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_tensor_planar_complex.h +0 -0
  1401. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/host_uncompress.h +0 -0
  1402. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/index_sequence.h +0 -0
  1403. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/packed_stride.hpp +0 -0
  1404. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/print_error.hpp +0 -0
  1405. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/detail/inner_product.h +0 -0
  1406. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/detail/linear_to_coordinate.h +0 -0
  1407. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/convolution.h +0 -0
  1408. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm.h +0 -0
  1409. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm_complex.h +0 -0
  1410. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gemm_planar_complex.h +0 -0
  1411. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/gett.hpp +0 -0
  1412. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/gemm.h +0 -0
  1413. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_elementwise.h +0 -0
  1414. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_foreach.h +0 -0
  1415. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/rank_2k_complex.h +0 -0
  1416. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_compare.h +0 -0
  1417. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_fill.h +0 -0
  1418. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_foreach.h +0 -0
  1419. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_reduce.h +0 -0
  1420. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/tensor_relu.h +0 -0
  1421. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/device/thread/gemm.h +0 -0
  1422. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/conv.hpp +0 -0
  1423. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/convolution.h +0 -0
  1424. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/error_metrics.h +0 -0
  1425. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm.h +0 -0
  1426. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm_complex.h +0 -0
  1427. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gemm_planar_complex.h +0 -0
  1428. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/gett.hpp +0 -0
  1429. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k.h +0 -0
  1430. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k_complex.h +0 -0
  1431. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/rank_k_complex.h +0 -0
  1432. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/symm.h +0 -0
  1433. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/symm_complex.h +0 -0
  1434. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.h +0 -0
  1435. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.hpp +0 -0
  1436. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_copy.h +0 -0
  1437. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_elementwise.h +0 -0
  1438. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.h +0 -0
  1439. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.hpp +0 -0
  1440. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_foreach.h +0 -0
  1441. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_norm.h +0 -0
  1442. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.h +0 -0
  1443. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.hpp +0 -0
  1444. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/trmm.h +0 -0
  1445. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/reference/host/trmm_complex.h +0 -0
  1446. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/tensor_view_io.h +0 -0
  1447. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/3rdparty/cutlass/tools/util/include/cutlass/util/type_traits.h +0 -0
  1448. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/LICENSE +0 -0
  1449. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/bmm_fp8.cu +0 -0
  1450. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/cascade.cu +0 -0
  1451. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_cascade_ops.cu +0 -0
  1452. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_gemm_ops.cu +0 -0
  1453. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_norm_ops.cu +0 -0
  1454. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_page_ops.cu +0 -0
  1455. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_quantization_ops.cu +0 -0
  1456. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/flashinfer_sampling_ops.cu +0 -0
  1457. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/group_gemm.cu +0 -0
  1458. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/group_gemm_sm90.cu +0 -0
  1459. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/norm.cu +0 -0
  1460. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/page.cu +0 -0
  1461. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/quantization.cu +0 -0
  1462. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/renorm.cu +0 -0
  1463. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/runtime_utils.h +0 -0
  1464. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/csrc/sampling.cu +0 -0
  1465. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/custom_backend.py +0 -0
  1466. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/__init__.py +0 -0
  1467. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/jit/activation.py +0 -0
  1468. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/jit/env.py +0 -0
  1469. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/jit/utils.py +0 -0
  1470. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/norm.py +0 -0
  1471. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/page.py +0 -0
  1472. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/py.typed +0 -0
  1473. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/quantization.py +0 -0
  1474. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/activation.py +0 -0
  1475. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/cascade.py +0 -0
  1476. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/kernels/__init__.py +0 -0
  1477. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/kernels/activation.py +0 -0
  1478. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/kernels/cascade.py +0 -0
  1479. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer/triton/kernels/quant.py +0 -0
  1480. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer_python.egg-info/dependency_links.txt +0 -0
  1481. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer_python.egg-info/requires.txt +0 -0
  1482. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/flashinfer_python.egg-info/top_level.txt +0 -0
  1483. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/activation.cuh +0 -0
  1484. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/allocator.h +0 -0
  1485. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/heap.h +0 -0
  1486. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/block_sparse_gather.cuh +0 -0
  1487. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/epilogue.cuh +0 -0
  1488. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/mainloop_mma.cuh +0 -0
  1489. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/named_barrier.cuh +0 -0
  1490. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/tile_scheduler.cuh +0 -0
  1491. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/hopper/utils.cuh +0 -0
  1492. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/mask.cuh +0 -0
  1493. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/attention/state.cuh +0 -0
  1494. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/cp_async.cuh +0 -0
  1495. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/cutlass_utils.cuh +0 -0
  1496. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/distributed/all_reduce.cuh +0 -0
  1497. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/exception.h +0 -0
  1498. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/frag_layout_swizzle.cuh +0 -0
  1499. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/gemm/group_gemm.cuh +0 -0
  1500. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/gemm/group_gemm_lora.cuh +0 -0
  1501. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/gemm/group_gemm_sm90.cuh +0 -0
  1502. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/gemm/group_gemv.cuh +0 -0
  1503. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/layout.cuh +0 -0
  1504. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/math.cuh +0 -0
  1505. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/mma.cuh +0 -0
  1506. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/norm.cuh +0 -0
  1507. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/permuted_smem.cuh +0 -0
  1508. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/quantization.cuh +0 -0
  1509. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/sampling.cuh +0 -0
  1510. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/include/flashinfer/vec_dtypes.cuh +0 -0
  1511. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/setup.cfg +0 -0
  1512. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_activation.py +0 -0
  1513. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_block_sparse_indices_to_vector_sparse_offsets.py +0 -0
  1514. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_bmm_fp8.py +0 -0
  1515. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_decode_fp8_calibration_scale.py +0 -0
  1516. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_fp8_prefill.py +0 -0
  1517. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_group_gemm.py +0 -0
  1518. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_norm.py +0 -0
  1519. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_page.py +0 -0
  1520. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_quantization.py +0 -0
  1521. {flashinfer_python-0.2.0.post1 → flashinfer_python-0.2.0.post2}/tests/test_triton_cascade.py +0 -0
@@ -0,0 +1,183 @@
1
+ Metadata-Version: 2.2
2
+ Name: flashinfer-python
3
+ Version: 0.2.0.post2
4
+ Summary: FlashInfer: Kernel Library for LLM Serving
5
+ Author: FlashInfer team
6
+ License: Apache License 2.0
7
+ Project-URL: Homepage, https://github.com/flashinfer-ai/flashinfer
8
+ Requires-Python: <4.0,>=3.8
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: torch
12
+ Requires-Dist: ninja
13
+ Dynamic: requires-dist
14
+
15
+ <p align="center">
16
+ <picture>
17
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/flashinfer-ai/web-data/blob/main/logo/FlashInfer-black-background.png?raw=true">
18
+ <img alt="FlashInfer" src="https://github.com/flashinfer-ai/web-data/blob/main/logo/FlashInfer-white-background.png?raw=true" width=55%>
19
+ </picture>
20
+ </p>
21
+ <h1 align="center">
22
+ Kernel Library for LLM Serving
23
+ </h1>
24
+
25
+ <p align="center">
26
+ | <a href="https://flashinfer.ai"><b>Blog</b></a> | <a href="https://docs.flashinfer.ai"><b>Documentation</b></a> | <a href="https://join.slack.com/t/flashinfer/shared_invite/zt-2r93kj2aq-wZnC2n_Z2~mf73N5qnVGGA"><b>Slack</b></a>| <a href="https://github.com/orgs/flashinfer-ai/discussions"><b>Discussion Forum</b></a> |
27
+ </p>
28
+
29
+ [![Release](https://github.com/flashinfer-ai/flashinfer/actions/workflows/release_wheel.yml/badge.svg)](https://github.com/flashinfer-ai/flashinfer/actions/workflows/release_wheel.yml)
30
+ [![Documentation](https://github.com/flashinfer-ai/flashinfer/actions/workflows/build-doc.yml/badge.svg)](https://github.com/flashinfer-ai/flashinfer/actions/workflows/build-doc.yml)
31
+
32
+
33
+ FlashInfer is a library and kernel generator for Large Language Models that provides high-performance implementation of LLM GPU kernels such as FlashAttention, SparseAttention, PageAttention, Sampling, and more. FlashInfer focuses on LLM serving and inference, and delivers state-of-the-art performance across diverse scenarios.
34
+
35
+ Check our [v0.2 release blog](https://flashinfer.ai/2024/12/16/flashinfer-v02-release.html) for new features!
36
+
37
+ The core features of FlashInfer include:
38
+ 1. **Efficient Sparse/Dense Attention Kernels**: Efficient single/batch attention for sparse(paged)/dense KV-storage on CUDA Cores and Tensor Cores (both FA2 & FA3) templates. The vector-sparse attention can achieve 90% of the bandwidth of dense kernels with same problem size.
39
+ 2. **Load-Balanced Scheduling**: FlashInfer decouples `plan`/`run` stage of attention computation where we schedule the computation of variable-length inputs in `plan` stage to alleviate load-imbalance issue.
40
+ 3. **Memory Efficiency**: FlashInfer offers [Cascade Attention](https://docs.flashinfer.ai/api/cascade.html#flashinfer.cascade.MultiLevelCascadeAttentionWrapper) for hierical KV-Cache, and implements Head-Query fusion for accelerating Grouped-Query Attention, and efficient kernels for low-precision attention and fused-RoPE attention for compressed KV-Cache.
41
+ 4. **Customizable Attention**: Bring your own attention variants through JIT-compilation.
42
+ 5. **CUDAGraph and torch.compile Compatibility**: FlashInfer kernels can be captured by CUDAGraphs and torch.compile for low-latency inference.
43
+ 6. **Efficient LLM-specific Operators**: High-Performance [fused kernel for Top-P, Top-K/Min-P sampling](https://docs.flashinfer.ai/api/sampling.html) without the need to sorting.
44
+
45
+ FlashInfer support PyTorch, TVM and C++ (header-only) APIs, and can be easily integrated into existing projects.
46
+
47
+ ## News
48
+ - [Dec 16, 2024] [Blog Post](https://flashinfer.ai/2024/12/16/flashinfer-v02-release.html) FlashInfer 0.2 - Efficient and Customizable Kernels for LLM Inference Serving
49
+ - [Sept 2024] We've launched a [Slack](https://join.slack.com/t/flashinfer/shared_invite/zt-2r93kj2aq-wZnC2n_Z2~mf73N5qnVGGA) workspace for Flashinfer users and developers. Join us for timely support, discussions, updates and knowledge sharing!
50
+ - [Jan 31, 2024] [Blog Post](https://flashinfer.ai/2024/01/08/cascade-inference.html) Cascade Inference: Memory-Efficient Shared Prefix Batch Decoding
51
+ - [Jan 31, 2024] [Blog Post](https://flashinfer.ai/2024/01/03/introduce-flashinfer.html) Accelerating Self-Attentions for LLM Serving with FlashInfer
52
+
53
+ ## Getting Started
54
+
55
+ Using our PyTorch API is the easiest way to get started:
56
+
57
+ ### Installation
58
+
59
+ We provide prebuilt wheels for Linux. You can install FlashInfer with the following command:
60
+
61
+ ```bash
62
+ # For CUDA 12.4 & torch 2.4
63
+ pip install flashinfer -i https://flashinfer.ai/whl/cu124/torch2.4
64
+ # For other CUDA & torch versions, please check https://docs.flashinfer.ai/installation.html
65
+ ```
66
+
67
+ We also offer nightly-built wheels to try the latest features from the main branch:
68
+
69
+ ```bash
70
+ pip install flashinfer -i https://flashinfer.ai/whl/nightly/cu124/torch2.4
71
+ ```
72
+
73
+ Alternatively, you can build FlashInfer from source:
74
+
75
+ ```bash
76
+ git clone https://github.com/flashinfer-ai/flashinfer.git --recursive
77
+ cd flashinfer
78
+ pip install -e . -v
79
+ ```
80
+
81
+ By default, FlashInfer uses Just-In-Time (JIT) compilation for its kernels. To pre-compile essential kernels, set the environment variable `FLASHINFER_ENABLE_AOT=1` before running the installation command:
82
+
83
+ ```bash
84
+ FLASHINFER_ENABLE_AOT=1 pip install -e . -v
85
+ ```
86
+
87
+ For more details, refer to the [Install from Source documentation](https://docs.flashinfer.ai/installation.html#install-from-source).
88
+
89
+ ### Trying it out
90
+
91
+ Below is a minimal example of using FlashInfer's single-request decode/append/prefill attention kernels:
92
+
93
+ ```python
94
+ import torch
95
+ import flashinfer
96
+
97
+ kv_len = 2048
98
+ num_kv_heads = 32
99
+ head_dim = 128
100
+
101
+ k = torch.randn(kv_len, num_kv_heads, head_dim).half().to(0)
102
+ v = torch.randn(kv_len, num_kv_heads, head_dim).half().to(0)
103
+
104
+ # decode attention
105
+
106
+ num_qo_heads = 32
107
+ q = torch.randn(num_qo_heads, head_dim).half().to(0)
108
+
109
+ o = flashinfer.single_decode_with_kv_cache(q, k, v) # decode attention without RoPE on-the-fly
110
+ o_rope_on_the_fly = flashinfer.single_decode_with_kv_cache(q, k, v, pos_encoding_mode="ROPE_LLAMA") # decode with LLaMA style RoPE on-the-fly
111
+
112
+ # append attention
113
+ append_qo_len = 128
114
+ q = torch.randn(append_qo_len, num_qo_heads, head_dim).half().to(0) # append attention, the last 128 tokens in the KV-Cache are the new tokens
115
+ o = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=True) # append attention without RoPE on-the-fly, apply causal mask
116
+ o_rope_on_the_fly = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=True, pos_encoding_mode="ROPE_LLAMA") # append attention with LLaMA style RoPE on-the-fly, apply causal mask
117
+
118
+ # prefill attention
119
+ qo_len = 2048
120
+ q = torch.randn(qo_len, num_qo_heads, head_dim).half().to(0) # prefill attention
121
+ o = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=False) # prefill attention without RoPE on-the-fly, do not apply causal mask
122
+ ```
123
+
124
+ Check out [documentation](https://docs.flashinfer.ai/) for usage of batch decode/append/prefill kernels and shared-prefix cascading kernels.
125
+
126
+ ## Run Benchmarks
127
+
128
+ We profile FlashInfer kernel performance with [nvbench](https://github.com/NVIDIA/nvbench) and you can compile and run the benchmarks with the following commands:
129
+
130
+ ```bash
131
+ mkdir build
132
+ cp cmake/config.cmake build # you can modify the config.cmake to enable/disable benchmarks and change CUDA architectures
133
+ cd build
134
+ cmake ..
135
+ make -j12
136
+ ```
137
+
138
+ You can run `./bench_{single/batch}_{prefill/decode}` to benchmark the performance (e.g. `./bench_single_prefill` for single-request prefill attention). `./bench_{single/batch}_{prefill/decode} --help` will show you the available options.
139
+
140
+ ## C++ API and TVM Bindings
141
+
142
+ FlashInfer also provides C++ API and TVM bindings, please refer to [documentation](https://docs.flashinfer.ai/) for more details.
143
+
144
+ ## Adoption
145
+
146
+ We are thrilled to share that FlashInfer is being adopted by many cutting-edge projects, including but not limited to:
147
+ - [MLC-LLM](https://github.com/mlc-ai/mlc-llm)
148
+ - [Punica](https://github.com/punica-ai/punica)
149
+ - [SGLang](https://github.com/sgl-project/sglang)
150
+ - [ScaleLLM](https://github.com/vectorch-ai/ScaleLLM)
151
+ - [vLLM](https://github.com/vllm-project/vllm)
152
+ - [TGI](https://github.com/huggingface/text-generation-inference)
153
+ - [lorax](https://github.com/predibase/lorax)
154
+
155
+ ## Acknowledgement
156
+
157
+ FlashInfer is inspired by [FlashAttention 1&2](https://github.com/dao-AILab/flash-attention/), [vLLM](https://github.com/vllm-project/vllm), [stream-K](https://arxiv.org/abs/2301.03598), [cutlass](https://github.com/nvidia/cutlass) and [AITemplate](https://github.com/facebookincubator/AITemplate) projects.
158
+
159
+ ## Citation
160
+
161
+ If you find FlashInfer helpful in your project or research, please consider citing our [paper](https://arxiv.org/abs/2501.01005):
162
+
163
+ ```bibtex
164
+ @article{ye2025flashinfer,
165
+ title = {FlashInfer: Efficient and Customizable Attention Engine for LLM Inference Serving},
166
+ author = {
167
+ Ye, Zihao and
168
+ Chen, Lequn and
169
+ Lai, Ruihang and
170
+ Lin, Wuwei and
171
+ Zhang, Yineng and
172
+ Wang, Stephanie and
173
+ Chen, Tianqi and
174
+ Kasikci, Baris and
175
+ Grover, Vinod and
176
+ Krishnamurthy, Arvind and
177
+ Ceze, Luis
178
+ },
179
+ journal = {arXiv preprint arXiv:2501.01005},
180
+ year = {2025},
181
+ url = {https://arxiv.org/abs/2501.01005}
182
+ }
183
+ ```
@@ -0,0 +1,169 @@
1
+ <p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/flashinfer-ai/web-data/blob/main/logo/FlashInfer-black-background.png?raw=true">
4
+ <img alt="FlashInfer" src="https://github.com/flashinfer-ai/web-data/blob/main/logo/FlashInfer-white-background.png?raw=true" width=55%>
5
+ </picture>
6
+ </p>
7
+ <h1 align="center">
8
+ Kernel Library for LLM Serving
9
+ </h1>
10
+
11
+ <p align="center">
12
+ | <a href="https://flashinfer.ai"><b>Blog</b></a> | <a href="https://docs.flashinfer.ai"><b>Documentation</b></a> | <a href="https://join.slack.com/t/flashinfer/shared_invite/zt-2r93kj2aq-wZnC2n_Z2~mf73N5qnVGGA"><b>Slack</b></a>| <a href="https://github.com/orgs/flashinfer-ai/discussions"><b>Discussion Forum</b></a> |
13
+ </p>
14
+
15
+ [![Release](https://github.com/flashinfer-ai/flashinfer/actions/workflows/release_wheel.yml/badge.svg)](https://github.com/flashinfer-ai/flashinfer/actions/workflows/release_wheel.yml)
16
+ [![Documentation](https://github.com/flashinfer-ai/flashinfer/actions/workflows/build-doc.yml/badge.svg)](https://github.com/flashinfer-ai/flashinfer/actions/workflows/build-doc.yml)
17
+
18
+
19
+ FlashInfer is a library and kernel generator for Large Language Models that provides high-performance implementation of LLM GPU kernels such as FlashAttention, SparseAttention, PageAttention, Sampling, and more. FlashInfer focuses on LLM serving and inference, and delivers state-of-the-art performance across diverse scenarios.
20
+
21
+ Check our [v0.2 release blog](https://flashinfer.ai/2024/12/16/flashinfer-v02-release.html) for new features!
22
+
23
+ The core features of FlashInfer include:
24
+ 1. **Efficient Sparse/Dense Attention Kernels**: Efficient single/batch attention for sparse(paged)/dense KV-storage on CUDA Cores and Tensor Cores (both FA2 & FA3) templates. The vector-sparse attention can achieve 90% of the bandwidth of dense kernels with same problem size.
25
+ 2. **Load-Balanced Scheduling**: FlashInfer decouples `plan`/`run` stage of attention computation where we schedule the computation of variable-length inputs in `plan` stage to alleviate load-imbalance issue.
26
+ 3. **Memory Efficiency**: FlashInfer offers [Cascade Attention](https://docs.flashinfer.ai/api/cascade.html#flashinfer.cascade.MultiLevelCascadeAttentionWrapper) for hierical KV-Cache, and implements Head-Query fusion for accelerating Grouped-Query Attention, and efficient kernels for low-precision attention and fused-RoPE attention for compressed KV-Cache.
27
+ 4. **Customizable Attention**: Bring your own attention variants through JIT-compilation.
28
+ 5. **CUDAGraph and torch.compile Compatibility**: FlashInfer kernels can be captured by CUDAGraphs and torch.compile for low-latency inference.
29
+ 6. **Efficient LLM-specific Operators**: High-Performance [fused kernel for Top-P, Top-K/Min-P sampling](https://docs.flashinfer.ai/api/sampling.html) without the need to sorting.
30
+
31
+ FlashInfer support PyTorch, TVM and C++ (header-only) APIs, and can be easily integrated into existing projects.
32
+
33
+ ## News
34
+ - [Dec 16, 2024] [Blog Post](https://flashinfer.ai/2024/12/16/flashinfer-v02-release.html) FlashInfer 0.2 - Efficient and Customizable Kernels for LLM Inference Serving
35
+ - [Sept 2024] We've launched a [Slack](https://join.slack.com/t/flashinfer/shared_invite/zt-2r93kj2aq-wZnC2n_Z2~mf73N5qnVGGA) workspace for Flashinfer users and developers. Join us for timely support, discussions, updates and knowledge sharing!
36
+ - [Jan 31, 2024] [Blog Post](https://flashinfer.ai/2024/01/08/cascade-inference.html) Cascade Inference: Memory-Efficient Shared Prefix Batch Decoding
37
+ - [Jan 31, 2024] [Blog Post](https://flashinfer.ai/2024/01/03/introduce-flashinfer.html) Accelerating Self-Attentions for LLM Serving with FlashInfer
38
+
39
+ ## Getting Started
40
+
41
+ Using our PyTorch API is the easiest way to get started:
42
+
43
+ ### Installation
44
+
45
+ We provide prebuilt wheels for Linux. You can install FlashInfer with the following command:
46
+
47
+ ```bash
48
+ # For CUDA 12.4 & torch 2.4
49
+ pip install flashinfer -i https://flashinfer.ai/whl/cu124/torch2.4
50
+ # For other CUDA & torch versions, please check https://docs.flashinfer.ai/installation.html
51
+ ```
52
+
53
+ We also offer nightly-built wheels to try the latest features from the main branch:
54
+
55
+ ```bash
56
+ pip install flashinfer -i https://flashinfer.ai/whl/nightly/cu124/torch2.4
57
+ ```
58
+
59
+ Alternatively, you can build FlashInfer from source:
60
+
61
+ ```bash
62
+ git clone https://github.com/flashinfer-ai/flashinfer.git --recursive
63
+ cd flashinfer
64
+ pip install -e . -v
65
+ ```
66
+
67
+ By default, FlashInfer uses Just-In-Time (JIT) compilation for its kernels. To pre-compile essential kernels, set the environment variable `FLASHINFER_ENABLE_AOT=1` before running the installation command:
68
+
69
+ ```bash
70
+ FLASHINFER_ENABLE_AOT=1 pip install -e . -v
71
+ ```
72
+
73
+ For more details, refer to the [Install from Source documentation](https://docs.flashinfer.ai/installation.html#install-from-source).
74
+
75
+ ### Trying it out
76
+
77
+ Below is a minimal example of using FlashInfer's single-request decode/append/prefill attention kernels:
78
+
79
+ ```python
80
+ import torch
81
+ import flashinfer
82
+
83
+ kv_len = 2048
84
+ num_kv_heads = 32
85
+ head_dim = 128
86
+
87
+ k = torch.randn(kv_len, num_kv_heads, head_dim).half().to(0)
88
+ v = torch.randn(kv_len, num_kv_heads, head_dim).half().to(0)
89
+
90
+ # decode attention
91
+
92
+ num_qo_heads = 32
93
+ q = torch.randn(num_qo_heads, head_dim).half().to(0)
94
+
95
+ o = flashinfer.single_decode_with_kv_cache(q, k, v) # decode attention without RoPE on-the-fly
96
+ o_rope_on_the_fly = flashinfer.single_decode_with_kv_cache(q, k, v, pos_encoding_mode="ROPE_LLAMA") # decode with LLaMA style RoPE on-the-fly
97
+
98
+ # append attention
99
+ append_qo_len = 128
100
+ q = torch.randn(append_qo_len, num_qo_heads, head_dim).half().to(0) # append attention, the last 128 tokens in the KV-Cache are the new tokens
101
+ o = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=True) # append attention without RoPE on-the-fly, apply causal mask
102
+ o_rope_on_the_fly = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=True, pos_encoding_mode="ROPE_LLAMA") # append attention with LLaMA style RoPE on-the-fly, apply causal mask
103
+
104
+ # prefill attention
105
+ qo_len = 2048
106
+ q = torch.randn(qo_len, num_qo_heads, head_dim).half().to(0) # prefill attention
107
+ o = flashinfer.single_prefill_with_kv_cache(q, k, v, causal=False) # prefill attention without RoPE on-the-fly, do not apply causal mask
108
+ ```
109
+
110
+ Check out [documentation](https://docs.flashinfer.ai/) for usage of batch decode/append/prefill kernels and shared-prefix cascading kernels.
111
+
112
+ ## Run Benchmarks
113
+
114
+ We profile FlashInfer kernel performance with [nvbench](https://github.com/NVIDIA/nvbench) and you can compile and run the benchmarks with the following commands:
115
+
116
+ ```bash
117
+ mkdir build
118
+ cp cmake/config.cmake build # you can modify the config.cmake to enable/disable benchmarks and change CUDA architectures
119
+ cd build
120
+ cmake ..
121
+ make -j12
122
+ ```
123
+
124
+ You can run `./bench_{single/batch}_{prefill/decode}` to benchmark the performance (e.g. `./bench_single_prefill` for single-request prefill attention). `./bench_{single/batch}_{prefill/decode} --help` will show you the available options.
125
+
126
+ ## C++ API and TVM Bindings
127
+
128
+ FlashInfer also provides C++ API and TVM bindings, please refer to [documentation](https://docs.flashinfer.ai/) for more details.
129
+
130
+ ## Adoption
131
+
132
+ We are thrilled to share that FlashInfer is being adopted by many cutting-edge projects, including but not limited to:
133
+ - [MLC-LLM](https://github.com/mlc-ai/mlc-llm)
134
+ - [Punica](https://github.com/punica-ai/punica)
135
+ - [SGLang](https://github.com/sgl-project/sglang)
136
+ - [ScaleLLM](https://github.com/vectorch-ai/ScaleLLM)
137
+ - [vLLM](https://github.com/vllm-project/vllm)
138
+ - [TGI](https://github.com/huggingface/text-generation-inference)
139
+ - [lorax](https://github.com/predibase/lorax)
140
+
141
+ ## Acknowledgement
142
+
143
+ FlashInfer is inspired by [FlashAttention 1&2](https://github.com/dao-AILab/flash-attention/), [vLLM](https://github.com/vllm-project/vllm), [stream-K](https://arxiv.org/abs/2301.03598), [cutlass](https://github.com/nvidia/cutlass) and [AITemplate](https://github.com/facebookincubator/AITemplate) projects.
144
+
145
+ ## Citation
146
+
147
+ If you find FlashInfer helpful in your project or research, please consider citing our [paper](https://arxiv.org/abs/2501.01005):
148
+
149
+ ```bibtex
150
+ @article{ye2025flashinfer,
151
+ title = {FlashInfer: Efficient and Customizable Attention Engine for LLM Inference Serving},
152
+ author = {
153
+ Ye, Zihao and
154
+ Chen, Lequn and
155
+ Lai, Ruihang and
156
+ Lin, Wuwei and
157
+ Zhang, Yineng and
158
+ Wang, Stephanie and
159
+ Chen, Tianqi and
160
+ Kasikci, Baris and
161
+ Grover, Vinod and
162
+ Krishnamurthy, Arvind and
163
+ Ceze, Luis
164
+ },
165
+ journal = {arXiv preprint arXiv:2501.01005},
166
+ year = {2025},
167
+ url = {https://arxiv.org/abs/2501.01005}
168
+ }
169
+ ```
@@ -0,0 +1,81 @@
1
+ /*
2
+ * Copyright (c) 2024 by FlashInfer team.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ #include <flashinfer/activation.cuh>
17
+
18
+ #include "pytorch_extension_utils.h"
19
+
20
+ using namespace flashinfer;
21
+
22
+ __device__ __forceinline__ float silu(const float& val) { return val / (1.0f + __expf(-val)); }
23
+
24
+ __device__ __forceinline__ float gelu(const float& val) {
25
+ constexpr float kAlpha = M_SQRT1_2;
26
+ return val * 0.5f * (1.0f + ::erf(val * kAlpha));
27
+ }
28
+
29
+ __device__ __forceinline__ float gelu_tanh(const float& val) {
30
+ const float cdf =
31
+ 0.5f * (1.0f + math::tanh((0.7978845608028654f * (val + 0.044715f * val * val * val))));
32
+ return val * cdf;
33
+ }
34
+
35
+ void silu_and_mul(at::Tensor& out, at::Tensor& input, int64_t cuda_stream) {
36
+ int d = input.size(-1) / 2;
37
+ int64_t num_tokens = input.numel() / input.size(-1);
38
+ dim3 grid(num_tokens);
39
+
40
+ cudaStream_t stream = reinterpret_cast<cudaStream_t>(cuda_stream);
41
+ DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP16(input.scalar_type(), c_type, [&] {
42
+ uint32_t vec_size = 16 / sizeof(c_type);
43
+ dim3 block(std::min(d / vec_size, 1024U));
44
+ flashinfer::activation::act_and_mul_kernel<c_type, silu><<<grid, block, 0, stream>>>(
45
+ static_cast<c_type*>(out.data_ptr()), static_cast<c_type*>(input.data_ptr()), d);
46
+
47
+ return true;
48
+ });
49
+ }
50
+
51
+ void gelu_tanh_and_mul(at::Tensor& out, at::Tensor& input, int64_t cuda_stream) {
52
+ int d = input.size(-1) / 2;
53
+ int64_t num_tokens = input.numel() / input.size(-1);
54
+ dim3 grid(num_tokens);
55
+
56
+ cudaStream_t stream = reinterpret_cast<cudaStream_t>(cuda_stream);
57
+ DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP16(input.scalar_type(), c_type, [&] {
58
+ uint32_t vec_size = 16 / sizeof(c_type);
59
+ dim3 block(std::min(d / vec_size, 1024U));
60
+ flashinfer::activation::act_and_mul_kernel<c_type, gelu_tanh><<<grid, block, 0, stream>>>(
61
+ static_cast<c_type*>(out.data_ptr()), static_cast<c_type*>(input.data_ptr()), d);
62
+
63
+ return true;
64
+ });
65
+ }
66
+
67
+ void gelu_and_mul(at::Tensor& out, at::Tensor& input, int64_t cuda_stream) {
68
+ int d = input.size(-1) / 2;
69
+ int64_t num_tokens = input.numel() / input.size(-1);
70
+ dim3 grid(num_tokens);
71
+
72
+ cudaStream_t stream = reinterpret_cast<cudaStream_t>(cuda_stream);
73
+ DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP16(input.scalar_type(), c_type, [&] {
74
+ uint32_t vec_size = 16 / sizeof(c_type);
75
+ dim3 block(std::min(d / vec_size, 1024U));
76
+ flashinfer::activation::act_and_mul_kernel<c_type, gelu><<<grid, block, 0, stream>>>(
77
+ static_cast<c_type*>(out.data_ptr()), static_cast<c_type*>(input.data_ptr()), d);
78
+
79
+ return true;
80
+ });
81
+ }
@@ -0,0 +1,45 @@
1
+ #define SINGLE_DECODE_ADDITIONAL_FUNC_PARAMS , std::optional<at::Tensor> maybe_alibi_slopes, float logits_soft_cap, float sm_scale, float rope_rcp_scale, float rope_rcp_theta
2
+
3
+ #define SINGLE_DECODE_ADDITIONAL_PARAMS_SETTER params.maybe_alibi_slopes = maybe_alibi_slopes ? static_cast<float*>(maybe_alibi_slopes->data_ptr()): nullptr; \
4
+ params.logits_soft_cap = logits_soft_cap; \
5
+ params.sm_scale = sm_scale; \
6
+ params.rope_rcp_scale = rope_rcp_scale; \
7
+ params.rope_rcp_theta = rope_rcp_theta;
8
+
9
+ #define SINGLE_PREFILL_ADDITIONAL_FUNC_PARAMS , std::optional<at::Tensor> maybe_custom_mask, std::optional<at::Tensor> maybe_alibi_slopes, float logits_soft_cap, float sm_scale, float rope_rcp_scale, float rope_rcp_theta
10
+
11
+ #define SINGLE_PREFILL_ADDITIONAL_PARAMS_SETTER params.maybe_custom_mask = maybe_custom_mask ? static_cast<uint8_t*>(maybe_custom_mask->data_ptr()): nullptr; \
12
+ params.maybe_alibi_slopes = maybe_alibi_slopes ? static_cast<float*>(maybe_alibi_slopes->data_ptr()): nullptr; \
13
+ params.logits_soft_cap = logits_soft_cap; \
14
+ params.sm_scale = sm_scale; \
15
+ params.rope_rcp_scale = rope_rcp_scale; \
16
+ params.rope_rcp_theta = rope_rcp_theta;
17
+
18
+ #define SINGLE_PREFILL_SM90_ADDITIONAL_FUNC_PARAMS , float logits_soft_cap, float sm_scale
19
+
20
+ #define SINGLE_PREFILL_SM90_ADDITIONAL_PARAMS_SETTER params.additional_params.logits_soft_cap = logits_soft_cap; \
21
+ params.additional_params.sm_scale = sm_scale;
22
+
23
+ #define BATCH_DECODE_ADDITIONAL_FUNC_PARAMS , std::optional<at::Tensor> maybe_alibi_slopes, float logits_soft_cap, float sm_scale, float rope_rcp_scale, float rope_rcp_theta
24
+
25
+ #define BATCH_DECODE_ADDITIONAL_PARAMS_SETTER params.maybe_alibi_slopes = maybe_alibi_slopes ? static_cast<float*>(maybe_alibi_slopes->data_ptr()): nullptr; \
26
+ params.logits_soft_cap = logits_soft_cap; \
27
+ params.sm_scale = sm_scale; \
28
+ params.rope_rcp_scale = rope_rcp_scale; \
29
+ params.rope_rcp_theta = rope_rcp_theta;
30
+
31
+ #define BATCH_PREFILL_ADDITIONAL_FUNC_PARAMS , std::optional<at::Tensor> maybe_custom_mask, std::optional<at::Tensor> maybe_mask_indptr, std::optional<at::Tensor> maybe_alibi_slopes, float logits_soft_cap, float sm_scale, float rope_rcp_scale, float rope_rcp_theta
32
+
33
+ #define BATCH_PREFILL_ADDITIONAL_PARAMS_SETTER params.maybe_custom_mask = maybe_custom_mask ? static_cast<uint8_t*>(maybe_custom_mask->data_ptr()): nullptr; \
34
+ params.maybe_mask_indptr = maybe_mask_indptr ? static_cast<int32_t*>(maybe_mask_indptr->data_ptr()): nullptr; \
35
+ params.maybe_alibi_slopes = maybe_alibi_slopes ? static_cast<float*>(maybe_alibi_slopes->data_ptr()): nullptr; \
36
+ params.logits_soft_cap = logits_soft_cap; \
37
+ params.sm_scale = sm_scale; \
38
+ params.rope_rcp_scale = rope_rcp_scale; \
39
+ params.rope_rcp_theta = rope_rcp_theta;
40
+
41
+ #define BATCH_PREFILL_SM90_ADDITIONAL_FUNC_PARAMS , float logits_soft_cap, float sm_scale
42
+
43
+ #define BATCH_PREFILL_SM90_ADDITIONAL_PARAMS_SETTER params.additional_params.logits_soft_cap = logits_soft_cap; \
44
+ params.additional_params.sm_scale = sm_scale;
45
+
@@ -0,0 +1,49 @@
1
+ /*
2
+ * Copyright (c) 2024 by FlashInfer team.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ #include "generated/dispatch.inc"
17
+ #include "pytorch_extension_utils.h"
18
+
19
+ #define DISPATCH_head_dim(expr, const_expr, ...) \
20
+ _DISPATCH_SWITCH("head_dim", expr, _DISPATCH_CASES_head_dim(const_expr, __VA_ARGS__))
21
+
22
+ #define DISPATCH_head_dim_sm90(expr, const_expr, ...) \
23
+ _DISPATCH_SWITCH("head_dim", expr, _DISPATCH_CASES_head_dim_sm90(const_expr, __VA_ARGS__))
24
+
25
+ #define DISPATCH_pos_encoding_mode(expr, const_expr, ...) \
26
+ _DISPATCH_SWITCH("positional encoding mode", expr, \
27
+ _DISPATCH_CASES_pos_encoding_mode(const_expr, __VA_ARGS__))
28
+
29
+ #define DISPATCH_use_fp16_qk_reduction(expr, const_expr, ...) \
30
+ _DISPATCH_SWITCH("use_fp16_qk_reduction", expr, \
31
+ _DISPATCH_CASES_use_fp16_qk_reduction(const_expr, __VA_ARGS__))
32
+
33
+ #define DISPATCH_mask_mode(expr, const_expr, ...) \
34
+ _DISPATCH_SWITCH("mask_mode", expr, _DISPATCH_CASES_mask_mode(const_expr, __VA_ARGS__))
35
+
36
+ #define DISPATCH_PYTORCH_QKV_DTYPE_TO_CTYPE(q_dtype, kv_dtype, c_type_q, c_type_kv, ...) \
37
+ [&]() -> bool { \
38
+ if (kv_dtype == q_dtype) { \
39
+ return DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP16(q_dtype, c_type_q, [&] { \
40
+ using c_type_kv = c_type_q; \
41
+ return __VA_ARGS__(); \
42
+ }); \
43
+ } else { \
44
+ return DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP16(q_dtype, c_type_q, [&] { \
45
+ return DISPATCH_PYTORCH_DTYPE_TO_CTYPE_FP8(kv_dtype, c_type_kv, \
46
+ [&] { return __VA_ARGS__(); }); \
47
+ }); \
48
+ } \
49
+ }()