xformers 0.0.34.dev1098__tar.gz → 0.0.34.dev1102__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 (9153) hide show
  1. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/PKG-INFO +1 -1
  2. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/setup.py +0 -3
  3. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_core_attention.py +0 -17
  4. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_sparse_tensors.py +2 -43
  5. xformers-0.0.34.dev1102/version.txt +1 -0
  6. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/__init__.py +0 -4
  7. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/core.py +8 -99
  8. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_metadata.h +1 -0
  9. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/info.py +1 -3
  10. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/__init__.py +1 -11
  11. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/differentiable_collectives.py +12 -4
  12. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/modpar_layers.py +4 -4
  13. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/swiglu_op.py +1 -132
  14. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/sparse/__init__.py +0 -1
  15. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/PKG-INFO +1 -1
  16. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/SOURCES.txt +0 -101
  17. xformers-0.0.34.dev1098/tests/test_custom_ops.py +0 -474
  18. xformers-0.0.34.dev1098/tests/test_sparsecs.py +0 -105
  19. xformers-0.0.34.dev1098/tests/test_swiglu.py +0 -480
  20. xformers-0.0.34.dev1098/third_party/sputnik/AUTHORS +0 -7
  21. xformers-0.0.34.dev1098/third_party/sputnik/CMakeLists.txt +0 -40
  22. xformers-0.0.34.dev1098/third_party/sputnik/CONTRIBUTING.md +0 -14
  23. xformers-0.0.34.dev1098/third_party/sputnik/Dockerfile +0 -19
  24. xformers-0.0.34.dev1098/third_party/sputnik/LICENSE +0 -202
  25. xformers-0.0.34.dev1098/third_party/sputnik/README.md +0 -45
  26. xformers-0.0.34.dev1098/third_party/sputnik/cmake/Cuda.cmake +0 -15
  27. xformers-0.0.34.dev1098/third_party/sputnik/cmake/Dependencies.cmake +0 -34
  28. xformers-0.0.34.dev1098/third_party/sputnik/cmake/modules/FindGlog.cmake +0 -17
  29. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/CMakeLists.txt +0 -152
  30. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/barrier.h +0 -142
  31. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/bias_relu/CMakeLists.txt +0 -13
  32. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/bias_relu/bias_relu.cu.cc +0 -50
  33. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/bias_relu/bias_relu.h +0 -33
  34. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/common.h +0 -62
  35. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/cuda_utils.h +0 -44
  36. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/CMakeLists.txt +0 -47
  37. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/computer.h +0 -167
  38. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/cuda_depthwise.cu.cc +0 -407
  39. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/cuda_depthwise.h +0 -57
  40. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/depthwise_benchmark.cu.cc +0 -154
  41. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/depthwise_config.h +0 -44
  42. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/depthwise_test.cu.cc +0 -303
  43. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/filter_tile.h +0 -77
  44. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/input_tile.h +0 -168
  45. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/output_tile.h +0 -103
  46. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/shape_utils.h +0 -65
  47. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/depthwise/width_padding.h +0 -50
  48. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/load_store.h +0 -82
  49. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/matrix_utils.cu.cc +0 -628
  50. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/matrix_utils.h +0 -425
  51. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/memory_aligner.h +0 -178
  52. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/CMakeLists.txt +0 -43
  53. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/all_reduce.h +0 -93
  54. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/compute_utils.h +0 -80
  55. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/cuda_sddmm.cu +0 -229
  56. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/cuda_sddmm.cu.cc +0 -229
  57. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/cuda_sddmm.h +0 -50
  58. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/dense_to_reg.h +0 -200
  59. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/dense_to_shared.h +0 -96
  60. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/output_tile.h +0 -73
  61. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/sddmm_benchmark.cu.cc +0 -80
  62. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sddmm/sddmm_test.cu.cc +0 -164
  63. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/CMakeLists.txt +0 -13
  64. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/softmax.cu.cc +0 -77
  65. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/softmax.h +0 -30
  66. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/sparse_softmax.cu +0 -93
  67. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/sparse_softmax.cu.cc +0 -93
  68. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/softmax/sparse_softmax.h +0 -36
  69. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/CMakeLists.txt +0 -43
  70. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/compute_utils.h +0 -100
  71. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/cuda_spmm.cu +0 -684
  72. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/cuda_spmm.cu.cc +0 -684
  73. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/cuda_spmm.h +0 -181
  74. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/dense_tile.h +0 -255
  75. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/output_tile.h +0 -109
  76. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/predicate_utils.h +0 -240
  77. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/sparse_tile.h +0 -219
  78. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/spmm_benchmark.cu.cc +0 -180
  79. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/spmm_config.h +0 -87
  80. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/spmm/spmm_test.cu.cc +0 -311
  81. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/sputnik.h +0 -27
  82. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/test_utils.h +0 -46
  83. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/tiling_utils.h +0 -76
  84. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/type_utils.h +0 -171
  85. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/utils/CMakeLists.txt +0 -13
  86. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/utils/index_format.cu.cc +0 -65
  87. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/utils/index_format.h +0 -47
  88. xformers-0.0.34.dev1098/third_party/sputnik/sputnik/vector_utils.h +0 -155
  89. xformers-0.0.34.dev1098/version.txt +0 -1
  90. xformers-0.0.34.dev1098/xformers/benchmarks/benchmark_core.py +0 -261
  91. xformers-0.0.34.dev1098/xformers/benchmarks/benchmark_sddmm.py +0 -120
  92. xformers-0.0.34.dev1098/xformers/benchmarks/benchmark_swiglu.py +0 -163
  93. xformers-0.0.34.dev1098/xformers/components/attention/_sputnik_sparse.py +0 -121
  94. xformers-0.0.34.dev1098/xformers/csrc/attention/autograd/matmul.cpp +0 -66
  95. xformers-0.0.34.dev1098/xformers/csrc/attention/computeUtil.h +0 -141
  96. xformers-0.0.34.dev1098/xformers/csrc/attention/cpu/matmul.cpp +0 -93
  97. xformers-0.0.34.dev1098/xformers/csrc/attention/cpu/sddmm.cpp +0 -103
  98. xformers-0.0.34.dev1098/xformers/csrc/attention/cpu/sparse_softmax.cpp +0 -204
  99. xformers-0.0.34.dev1098/xformers/csrc/attention/cpu/spmm.cpp +0 -106
  100. xformers-0.0.34.dev1098/xformers/csrc/attention/cuda/matmul.cu +0 -114
  101. xformers-0.0.34.dev1098/xformers/csrc/attention/cuda/sddmm.cu +0 -400
  102. xformers-0.0.34.dev1098/xformers/csrc/attention/cuda/sddmm2_cuda.cu +0 -624
  103. xformers-0.0.34.dev1098/xformers/csrc/attention/cuda/sparse_softmax.cu +0 -312
  104. xformers-0.0.34.dev1098/xformers/csrc/attention/cuda/spmm.cu +0 -851
  105. xformers-0.0.34.dev1098/xformers/csrc/attention/macros.h +0 -18
  106. xformers-0.0.34.dev1098/xformers/csrc/attention/matmul.cpp +0 -52
  107. xformers-0.0.34.dev1098/xformers/csrc/attention/matmul.h +0 -16
  108. xformers-0.0.34.dev1098/xformers/csrc/attention/sddmm.cpp +0 -14
  109. xformers-0.0.34.dev1098/xformers/csrc/attention/sparse_softmax.cpp +0 -16
  110. xformers-0.0.34.dev1098/xformers/csrc/attention/spmm.cpp +0 -14
  111. xformers-0.0.34.dev1098/xformers/csrc/swiglu/cuda/dual_gemm_silu_identity_mul.cu +0 -235
  112. xformers-0.0.34.dev1098/xformers/csrc/swiglu/cuda/epilogue_lhs_activation_and_mul.h +0 -108
  113. xformers-0.0.34.dev1098/xformers/csrc/swiglu/cuda/gemm_fused_operand_sum.cu +0 -260
  114. xformers-0.0.34.dev1098/xformers/csrc/swiglu/cuda/silu_bw_fused.cu +0 -129
  115. xformers-0.0.34.dev1098/xformers/csrc/swiglu/swiglu_op.cpp +0 -49
  116. xformers-0.0.34.dev1098/xformers/csrc/swiglu/swiglu_packedw.cpp +0 -231
  117. xformers-0.0.34.dev1098/xformers/sparse/_csr_ops.py +0 -166
  118. xformers-0.0.34.dev1098/xformers/sparse/csr_tensor.py +0 -437
  119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/LICENSE +0 -0
  120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/MANIFEST.in +0 -0
  121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/README.md +0 -0
  122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/pyproject.toml +0 -0
  123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/requirements.txt +0 -0
  124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/setup.cfg +0 -0
  125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_attention_mask.py +0 -0
  126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_attention_patterns.py +0 -0
  127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_attention_utils.py +0 -0
  128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_checkpoint.py +0 -0
  129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_fmha_flop_formula.py +0 -0
  130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_fmha_merge_attentions.py +0 -0
  131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_fwbw_overlap.py +0 -0
  132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_indexing.py +0 -0
  133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_mem_eff_attention.py +0 -0
  134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_multiprocessing_utils.py +0 -0
  135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_profiler.py +0 -0
  136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_residual.py +0 -0
  137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_rmsnorm.py +0 -0
  138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_rope_padded.py +0 -0
  139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_seqpar.py +0 -0
  140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_sequence_parallel_fused_ops.py +0 -0
  141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_sparsity24.py +0 -0
  142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_splitk_reference.py +0 -0
  143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_tiled_matmul.py +0 -0
  144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_tree_attention.py +0 -0
  145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_triton_varargs.py +0 -0
  146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/tests/test_unbind.py +0 -0
  147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/00_basic_gemm/CMakeLists.txt +0 -0
  148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/00_basic_gemm/basic_gemm.cu +0 -0
  149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/01_cutlass_utilities/CMakeLists.txt +0 -0
  150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/01_cutlass_utilities/cutlass_utilities.cu +0 -0
  151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/02_dump_reg_shmem/CMakeLists.txt +0 -0
  152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/02_dump_reg_shmem/dump_reg_shmem.cu +0 -0
  153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/CMakeLists.txt +0 -0
  154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/options.h +0 -0
  155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/register_layout.cu +0 -0
  156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/register_layout.h +0 -0
  157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/visualize_layout.cpp +0 -0
  158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/03_visualize_layout/visualize_layout.h +0 -0
  159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/04_tile_iterator/CMakeLists.txt +0 -0
  160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/04_tile_iterator/tile_iterator.cu +0 -0
  161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/05_batched_gemm/CMakeLists.txt +0 -0
  162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/05_batched_gemm/batched_gemm.cu +0 -0
  163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/06_splitK_gemm/CMakeLists.txt +0 -0
  164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/06_splitK_gemm/splitk_gemm.cu +0 -0
  165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/07_volta_tensorop_gemm/CMakeLists.txt +0 -0
  166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/07_volta_tensorop_gemm/volta_tensorop_gemm.cu +0 -0
  167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/08_turing_tensorop_gemm/CMakeLists.txt +0 -0
  168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/08_turing_tensorop_gemm/turing_tensorop_gemm.cu +0 -0
  169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/09_turing_tensorop_conv2dfprop/CMakeLists.txt +0 -0
  170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/09_turing_tensorop_conv2dfprop/turing_tensorop_conv2dfprop.cu +0 -0
  171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/10_planar_complex/CMakeLists.txt +0 -0
  172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/10_planar_complex/planar_complex.cu +0 -0
  173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/11_planar_complex_array/CMakeLists.txt +0 -0
  174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/11_planar_complex_array/planar_complex_array.cu +0 -0
  175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/12_gemm_bias_relu/CMakeLists.txt +0 -0
  176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/12_gemm_bias_relu/gemm_bias_relu.cu +0 -0
  177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/CMakeLists.txt +0 -0
  178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/README.md +0 -0
  179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/b2b_conv2d_run.h +0 -0
  180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/b2b_gemm_run.h +0 -0
  181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/b2b_grouped_gemm_run.h +0 -0
  182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/b2b_interleaved_conv2d_run.h +0 -0
  183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/b2b_interleaved_gemm_run.h +0 -0
  184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/device/b2b_gemm.h +0 -0
  185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/device/b2b_implicit_gemm_convolution.h +0 -0
  186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm75_rf.cu +0 -0
  187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm75_shmem.cu +0 -0
  188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm80_rf.cu +0 -0
  189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm80_shmem.cu +0 -0
  190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm75_rf.cu +0 -0
  191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm75_shmem.cu +0 -0
  192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm80_rf.cu +0 -0
  193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm80_shmem.cu +0 -0
  194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm75_rf.cu +0 -0
  195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm75_shmem.cu +0 -0
  196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm80_rf.cu +0 -0
  197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm80_shmem.cu +0 -0
  198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_grouped_f16_sm80_rf.cu +0 -0
  199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm75_rf.cu +0 -0
  200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm75_shmem.cu +0 -0
  201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm80_rf.cu +0 -0
  202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm80_shmem.cu +0 -0
  203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_gemm.h +0 -0
  204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_gemm_grouped_problem_visitor.h +0 -0
  205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_implicit_gemm_convolution.h +0 -0
  206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop.h +0 -0
  207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_sm75.h +0 -0
  208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_sm80.h +0 -0
  209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_smem_accumulator_sm75.h +0 -0
  210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_smem_accumulator_sm80.h +0 -0
  211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_gemm.h +0 -0
  212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_gemm_smem_accumulator.h +0 -0
  213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/kernel/grouped.h +0 -0
  214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/reference/device/tensor_scale_bias.h +0 -0
  215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/test_run.h +0 -0
  216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_multistage.h +0 -0
  217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_multistage_smem_accumulator.h +0 -0
  218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_pipelined.h +0 -0
  219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_pipelined_smem_accumulator.h +0 -0
  220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_base.h +0 -0
  221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_base_smem_accumulator.h +0 -0
  222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_multistage.h +0 -0
  223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_multistage_smem_accumulator.h +0 -0
  224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_pipelined.h +0 -0
  225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_pipelined_smem_accumulator.h +0 -0
  226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/default_b2b_mma.h +0 -0
  227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/default_b2b_mma_smem_accumulator.h +0 -0
  228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/13_two_tensor_op_fusion/threadblock/grouped_threadblock_swizzle.h +0 -0
  229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/14_ampere_tf32_tensorop_gemm/CMakeLists.txt +0 -0
  230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/14_ampere_tf32_tensorop_gemm/ampere_tf32_tensorop_gemm.cu +0 -0
  231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/15_ampere_sparse_tensorop_gemm/CMakeLists.txt +0 -0
  232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm.cu +0 -0
  233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm_universal.cu +0 -0
  234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm_with_visitor.cu +0 -0
  235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/16_ampere_tensorop_conv2dfprop/CMakeLists.txt +0 -0
  236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/16_ampere_tensorop_conv2dfprop/ampere_tensorop_conv2dfprop.cu +0 -0
  237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/17_fprop_per_channel_bias/CMakeLists.txt +0 -0
  238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/17_fprop_per_channel_bias/fprop_per_channel_bias.cu +0 -0
  239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/18_ampere_fp64_tensorop_affine2_gemm/CMakeLists.txt +0 -0
  240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/18_ampere_fp64_tensorop_affine2_gemm/ampere_fp64_tensorop_affine2_gemm.cu +0 -0
  241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/19_tensorop_canonical/CMakeLists.txt +0 -0
  242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/19_tensorop_canonical/tensorop_canonical.cu +0 -0
  243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/20_simt_canonical/CMakeLists.txt +0 -0
  244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/20_simt_canonical/simt_canonical.cu +0 -0
  245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/21_quaternion_gemm/CMakeLists.txt +0 -0
  246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/21_quaternion_gemm/quaternion_gemm.cu +0 -0
  247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/22_quaternion_conv/CMakeLists.txt +0 -0
  248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/22_quaternion_conv/quaternion_conv.cu +0 -0
  249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/23_ampere_gemm_operand_reduction_fusion/CMakeLists.txt +0 -0
  250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/23_ampere_gemm_operand_reduction_fusion/ampere_gemm_operand_reduction_fusion.cu +0 -0
  251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/24_gemm_grouped/CMakeLists.txt +0 -0
  252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/24_gemm_grouped/gemm_grouped.cu +0 -0
  253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/25_ampere_fprop_mainloop_fusion/CMakeLists.txt +0 -0
  254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/25_ampere_fprop_mainloop_fusion/ampere_3d_fprop_mainloop_fusion.cu +0 -0
  255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/25_ampere_fprop_mainloop_fusion/ampere_fprop_mainloop_fusion.cu +0 -0
  256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/26_ampere_wgrad_mainloop_fusion/CMakeLists.txt +0 -0
  257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/26_ampere_wgrad_mainloop_fusion/ampere_wgrad_mainloop_fusion.cu +0 -0
  258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/27_ampere_3xtf32_fast_accurate_tensorop_gemm/27_ampere_3xtf32_fast_accurate_tensorop_gemm.cu +0 -0
  259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/27_ampere_3xtf32_fast_accurate_tensorop_gemm/CMakeLists.txt +0 -0
  260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/28_ampere_3xtf32_fast_accurate_tensorop_fprop/CMakeLists.txt +0 -0
  261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/28_ampere_3xtf32_fast_accurate_tensorop_fprop/ampere_3xtf32_fast_accurate_tensorop_fprop.cu +0 -0
  262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/29_ampere_3xtf32_fast_accurate_tensorop_complex_gemm/29_3xtf32_complex_gemm.cu +0 -0
  263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/29_ampere_3xtf32_fast_accurate_tensorop_complex_gemm/CMakeLists.txt +0 -0
  264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/30_wgrad_split_k/30_wgrad_split_k.cu +0 -0
  265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/30_wgrad_split_k/CMakeLists.txt +0 -0
  266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/31_basic_syrk/CMakeLists.txt +0 -0
  267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/31_basic_syrk/basic_syrk.cu +0 -0
  268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/32_basic_trmm/CMakeLists.txt +0 -0
  269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/32_basic_trmm/basic_trmm.cu +0 -0
  270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/33_ampere_3xtf32_tensorop_symm/CMakeLists.txt +0 -0
  271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/33_ampere_3xtf32_tensorop_symm/ampere_3xtf32_tensorop_symm.cu +0 -0
  272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/34_transposed_conv2d/34_transposed_conv2d.cu +0 -0
  273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/34_transposed_conv2d/CMakeLists.txt +0 -0
  274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/35_gemm_softmax/CMakeLists.txt +0 -0
  275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/35_gemm_softmax/gemm_softmax.cu +0 -0
  276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/35_gemm_softmax/gemm_with_epilogue_visitor.h +0 -0
  277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/35_gemm_softmax/gemm_with_softmax.h +0 -0
  278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/36_gather_scatter_fusion/CMakeLists.txt +0 -0
  279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/36_gather_scatter_fusion/gather_scatter_fusion.cu +0 -0
  280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/37_gemm_layernorm_gemm_fusion/CMakeLists.txt +0 -0
  281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_layernorm.cu +0 -0
  282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_with_epilogue_visitor.h +0 -0
  283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_with_layernorm.h +0 -0
  284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/38_syr2k_grouped/CMakeLists.txt +0 -0
  285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/38_syr2k_grouped/syr2k_grouped.cu +0 -0
  286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/39_gemm_permute/CMakeLists.txt +0 -0
  287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/39_gemm_permute/gemm_permute.cu +0 -0
  288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/39_gemm_permute/layouts.h +0 -0
  289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/39_gemm_permute/permute_info.h +0 -0
  290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/README.md +0 -0
  291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/conv2d.py +0 -0
  292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/customizable/README.md +0 -0
  293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/customizable/conv2d.py +0 -0
  294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/customizable/gemm.py +0 -0
  295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/customizable/gemm_grouped.py +0 -0
  296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/customizable/grouped_gemm_problem_size.csv +0 -0
  297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/gemm.py +0 -0
  298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/40_cutlass_py/gemm_grouped.py +0 -0
  299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/CMakeLists.txt +0 -0
  300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/debug_utils.h +0 -0
  301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/default_fmha_grouped.h +0 -0
  302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_pipelined.h +0 -0
  303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_rescale_output.h +0 -0
  304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_thread_apply_logsumexp.h +0 -0
  305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fmha_backward_test.py +0 -0
  306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fmha_grouped.h +0 -0
  307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fmha_grouped_problem_visitor.h +0 -0
  308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fused_multi_head_attention_backward.cu +0 -0
  309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fused_multihead_attention_fixed_seqlen.cu +0 -0
  310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/fused_multihead_attention_variable_seqlen.cu +0 -0
  311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma.h +0 -0
  312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_base.h +0 -0
  313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_multistage.h +0 -0
  314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_pipelined.h +0 -0
  315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/find_default_mma.h +0 -0
  316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/mma_accum_lambda_iterator.h +0 -0
  317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm/mma_from_smem.h +0 -0
  318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/gemm_kernel_utils.h +0 -0
  319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/default_warp_iterator_from_smem.h +0 -0
  320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/epilogue_predicated_tile_iterator.h +0 -0
  321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/make_residual_last.h +0 -0
  322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/predicated_tile_access_iterator_residual_last.h +0 -0
  323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/predicated_tile_iterator_residual_last.h +0 -0
  324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/transpose_warp_iterator.h +0 -0
  325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/iterators/warp_iterator_from_smem.h +0 -0
  326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/kernel_backward.h +0 -0
  327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/kernel_forward.h +0 -0
  328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/piped_subprocess.py +0 -0
  329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/41_fused_multi_head_attention/transform/tile_smem_loader.h +0 -0
  330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/42_ampere_tensorop_group_conv/CMakeLists.txt +0 -0
  331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/42_ampere_tensorop_group_conv/ampere_tensorop_group_conv.cu +0 -0
  332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/43_ell_block_sparse_gemm/CMakeLists.txt +0 -0
  333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/43_ell_block_sparse_gemm/ell_block_sparse_gemm.cu +0 -0
  334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/README.md +0 -0
  335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/config.json +0 -0
  336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/default_bias_act_epilogue_tensor_op.h +0 -0
  337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/default_thread_map_tensor_op_for_fused_bias.h +0 -0
  338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/fused_bias_act_epilogue.h +0 -0
  339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/output_tile_thread_map_for_fused_bias.h +0 -0
  340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/warp/fused_bias_act_fragment_iterator_tensor_op.h +0 -0
  341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/gemm/warp/mma_tensor_op_fragment_iterator_without_output_op.h +0 -0
  342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_all_code.py +0 -0
  343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_cmake.py +0 -0
  344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_customized_epilogue.py +0 -0
  345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_device.py +0 -0
  346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_ir.py +0 -0
  347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_kernel.py +0 -0
  348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_sample.py +0 -0
  349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_threadblock.py +0 -0
  350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_turing_and_volta.py +0 -0
  351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_verify.py +0 -0
  352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/generate.sh +0 -0
  353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/helper.py +0 -0
  354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/replace_fix_impl_header.py +0 -0
  355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/leaky_bias.h +0 -0
  356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/44_multi_gemm_ir_and_codegen/utils.h +0 -0
  357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/CMakeLists.txt +0 -0
  358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/device/dual_gemm.h +0 -0
  359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/dual_gemm.cu +0 -0
  360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/dual_gemm_common.h +0 -0
  361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/dual_gemm_run.h +0 -0
  362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/kernel/dual_gemm.h +0 -0
  363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/test_run.h +0 -0
  364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/thread/left_silu_and_mul.h +0 -0
  365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/threadblock/dual_epilogue.h +0 -0
  366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/threadblock/dual_mma_base.h +0 -0
  367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/45_dual_gemm/threadblock/dual_mma_multistage.h +0 -0
  368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/46_depthwise_simt_conv2dfprop/CMakeLists.txt +0 -0
  369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/46_depthwise_simt_conv2dfprop/depthwise_simt_conv2dfprop.cu +0 -0
  370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/47_ampere_gemm_universal_streamk/CMakeLists.txt +0 -0
  371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/47_ampere_gemm_universal_streamk/ampere_gemm_universal_streamk.cu +0 -0
  372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/47_ampere_gemm_universal_streamk/ampere_gemm_universal_streamk_broadcast.cu +0 -0
  373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/48_hopper_warp_specialized_gemm/48_hopper_warp_specialized_gemm.cu +0 -0
  374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/48_hopper_warp_specialized_gemm/CMakeLists.txt +0 -0
  375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/49_hopper_gemm_with_collective_builder/49_collective_builder.cu +0 -0
  376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/49_hopper_gemm_with_collective_builder/CMakeLists.txt +0 -0
  377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/50_hopper_gemm_with_epilogue_swizzle/50_hopper_gemm_with_epilogue_swizzle.cu +0 -0
  378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/50_hopper_gemm_with_epilogue_swizzle/CMakeLists.txt +0 -0
  379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/51_hopper_gett/51_hopper_gett.cu +0 -0
  380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/51_hopper_gett/CMakeLists.txt +0 -0
  381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/51_hopper_gett/gett_kernel.cuh +0 -0
  382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/52_hopper_gather_scatter_fusion/52_hopper_gather_scatter_fusion.cu +0 -0
  383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/52_hopper_gather_scatter_fusion/CMakeLists.txt +0 -0
  384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/52_hopper_gather_scatter_fusion/gather_gemm.hpp +0 -0
  385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/52_hopper_gather_scatter_fusion/gather_kernel.cuh +0 -0
  386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/52_hopper_gather_scatter_fusion/scatter_epilogue.hpp +0 -0
  387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/53_hopper_gemm_permute/53_hopper_gemm_permute.cu +0 -0
  388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/53_hopper_gemm_permute/CMakeLists.txt +0 -0
  389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/53_hopper_gemm_permute/permute_kernel.cuh +0 -0
  390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/53_hopper_gemm_permute/permute_traits.hpp +0 -0
  391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/54_hopper_fp8_warp_specialized_gemm.cu +0 -0
  392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/CMakeLists.txt +0 -0
  393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/hopper_fp8_commandline.hpp +0 -0
  394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_int4_bf16_gemm.cu +0 -0
  395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_int4_fp8_gemm.cu +0 -0
  396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_mixed_dtype_gemm.cu +0 -0
  397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/CMakeLists.txt +0 -0
  398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/README.md +0 -0
  399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/55_hopper_mixed_dtype_gemm/mixed_dtype_utils.hpp +0 -0
  400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/56_hopper_ptr_array_batched_gemm/56_hopper_ptr_array_batched_gemm.cu +0 -0
  401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/56_hopper_ptr_array_batched_gemm/CMakeLists.txt +0 -0
  402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/57_hopper_grouped_gemm/57_hopper_grouped_gemm.cu +0 -0
  403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/57_hopper_grouped_gemm/CMakeLists.txt +0 -0
  404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/58_ada_fp8_gemm/CMakeLists.txt +0 -0
  405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/58_ada_fp8_gemm/ada_fp8_gemm.cu +0 -0
  406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/59_ampere_gather_scatter_conv/CMakeLists.txt +0 -0
  407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/59_ampere_gather_scatter_conv/README.md +0 -0
  408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/59_ampere_gather_scatter_conv/ampere_conv_kernel.h +0 -0
  409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/59_ampere_gather_scatter_conv/ampere_gather_scatter_conv.cu +0 -0
  410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/60_cutlass_import/CMakeLists.txt +0 -0
  411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/60_cutlass_import/main.cpp +0 -0
  412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/61_hopper_gemm_with_topk_and_softmax/61_hopper_gemm_with_topk_and_softmax.cu +0 -0
  413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/61_hopper_gemm_with_topk_and_softmax/CMakeLists.txt +0 -0
  414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/62_hopper_sparse_gemm/62_hopper_sparse_gemm.cu +0 -0
  415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/62_hopper_sparse_gemm/CMakeLists.txt +0 -0
  416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/63_hopper_gemm_with_weight_prefetch.cu +0 -0
  417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/CMakeLists.txt +0 -0
  418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/README.md +0 -0
  419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/builder.hpp +0 -0
  420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/dispatch_policy_extra.hpp +0 -0
  421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/sm90_mma_tma_gmma_ss_warpspecialized_with_prefetch.hpp +0 -0
  422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/gemm_with_weight_prefetch_commandline.hpp +0 -0
  423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/kernel/sm90_gemm_tma_warpspecialized_with_prefetch.hpp +0 -0
  424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/63_hopper_gemm_with_weight_prefetch/pipeline/prefetch_pipeline_sm90.hpp +0 -0
  425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/64_ada_fp8_gemm_grouped/CMakeLists.txt +0 -0
  426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/64_ada_fp8_gemm_grouped/ada_fp8_gemm_grouped.cu +0 -0
  427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/65_distributed_gemm/65_distributed_gemm.cu +0 -0
  428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/65_distributed_gemm/CMakeLists.txt +0 -0
  429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/65_distributed_gemm/README.md +0 -0
  430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/65_distributed_gemm/REQUIREMENTS.md +0 -0
  431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling.cu +0 -0
  432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/67_hopper_fp8_warp_specialized_gemm_with_groupwise_scaling.cu +0 -0
  433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/CMakeLists.txt +0 -0
  434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/hopper_fp8_commandline.hpp +0 -0
  435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling.cu +0 -0
  436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling_with_sparse_groups.cu +0 -0
  437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/CMakeLists.txt +0 -0
  438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/hopper_fp8_commandline.hpp +0 -0
  439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_int4_bf16_grouped_gemm.cu +0 -0
  440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_int4_fp8_grouped_gemm.cu +0 -0
  441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_mixed_dtype_grouped_gemm.cu +0 -0
  442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/CMakeLists.txt +0 -0
  443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/README.md +0 -0
  444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/grouped_mixed_dtype_utils.hpp +0 -0
  445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/70_blackwell_gemm/70_blackwell_fp16_gemm.cu +0 -0
  446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/70_blackwell_gemm/70_blackwell_fp8_gemm.cu +0 -0
  447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/70_blackwell_gemm/CMakeLists.txt +0 -0
  448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/71_blackwell_gemm_with_collective_builder/71_blackwell_gemm_with_collective_builder.cu +0 -0
  449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/71_blackwell_gemm_with_collective_builder/CMakeLists.txt +0 -0
  450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/72_blackwell_narrow_precision_gemm/72a_blackwell_nvfp4_bf16_gemm.cu +0 -0
  451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/72_blackwell_narrow_precision_gemm/72b_blackwell_nvfp4_nvfp4_gemm.cu +0 -0
  452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/72_blackwell_narrow_precision_gemm/72c_blackwell_mixed_mxfp8_bf16_gemm.cu +0 -0
  453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/72_blackwell_narrow_precision_gemm/CMakeLists.txt +0 -0
  454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/73_blackwell_gemm_preferred_cluster/CMakeLists.txt +0 -0
  455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/73_blackwell_gemm_preferred_cluster/blackwell_gemm_preferred_cluster.cu +0 -0
  456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/74_blackwell_gemm_streamk/CMakeLists.txt +0 -0
  457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/74_blackwell_gemm_streamk/blackwell_gemm_streamk.cu +0 -0
  458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/75_blackwell_grouped_gemm/75_blackwell_grouped_gemm.cu +0 -0
  459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/75_blackwell_grouped_gemm/75_blackwell_grouped_gemm_block_scaled.cu +0 -0
  460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/75_blackwell_grouped_gemm/CMakeLists.txt +0 -0
  461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/76_blackwell_conv/76_blackwell_conv_dgrad.cu +0 -0
  462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/76_blackwell_conv/76_blackwell_conv_fprop.cu +0 -0
  463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/76_blackwell_conv/76_blackwell_conv_wgrad.cu +0 -0
  464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/76_blackwell_conv/CMakeLists.txt +0 -0
  465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha.cu +0 -0
  466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha_bwd.cu +0 -0
  467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha_gen.cu +0 -0
  468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/77_blackwell_mla.cu +0 -0
  469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/77_blackwell_mla_fwd.cu +0 -0
  470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/CMakeLists.txt +0 -0
  471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/README.md +0 -0
  472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/fmha_common.hpp +0 -0
  473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/fmha_fusion.hpp +0 -0
  474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_fwd_epilogue_tma_warpspecialized.hpp +0 -0
  475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_fwd_mainloop_tma_warpspecialized.hpp +0 -0
  476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_gen_epilogue_warpspecialized.hpp +0 -0
  477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_gen_mainloop_warpspecialized.hpp +0 -0
  478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_load_cpasync_warpspecialized.hpp +0 -0
  479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_load_tma_warpspecialized.hpp +0 -0
  480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_mla_fwd_mainloop_tma_warpspecialized.hpp +0 -0
  481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_mla_load_tma_warpspecialized.hpp +0 -0
  482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/common/pipeline_mla.hpp +0 -0
  483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/common/pow_2.hpp +0 -0
  484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/device/fmha.hpp +0 -0
  485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/device/fmha_device_bwd.hpp +0 -0
  486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/device/sm100_mla.hpp +0 -0
  487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/fmha_causal_tile_scheduler.hpp +0 -0
  488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/fmha_kernel_bwd_convert.hpp +0 -0
  489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/fmha_kernel_bwd_sum_OdO.hpp +0 -0
  490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/fmha_options.hpp +0 -0
  491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/fmha_tile_scheduler.hpp +0 -0
  492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_bwd_kernel_tma_warpspecialized.hpp +0 -0
  493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_bwd_mla_kernel_tma_warpspecialized.hpp +0 -0
  494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_fwd_kernel_tma_warpspecialized.hpp +0 -0
  495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_gen_kernel_warpspecialized.hpp +0 -0
  496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_mla_reduction.hpp +0 -0
  497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_mla_tma_warpspecialized.hpp +0 -0
  498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/kernel/sm100_mla_tile_scheduler.hpp +0 -0
  499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/reference/fmha_bwd_reference.hpp +0 -0
  500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/reference/fmha_fwd_gen_reference.hpp +0 -0
  501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/reference/fmha_fwd_reference.hpp +0 -0
  502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/reference/fmha_mla_reference.hpp +0 -0
  503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/77_blackwell_fmha/reference/reference_abs_error.hpp +0 -0
  504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/78_blackwell_emulated_bf16x9_gemm/78_blackwell_emulated_bf16x9_gemm.cu +0 -0
  505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/78_blackwell_emulated_bf16x9_gemm/CMakeLists.txt +0 -0
  506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/79_blackwell_geforce_gemm/79a_blackwell_geforce_nvfp4_bf16_gemm.cu +0 -0
  507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/79_blackwell_geforce_gemm/79b_blackwell_geforce_nvfp4_nvfp4_gemm.cu +0 -0
  508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/79_blackwell_geforce_gemm/79c_blackwell_geforce_mixed_mxfp8_mxfp6_bf16_gemm.cu +0 -0
  509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/79_blackwell_geforce_gemm/79d_blackwell_geforce_nvfp4_grouped_gemm.cu +0 -0
  510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/79_blackwell_geforce_gemm/CMakeLists.txt +0 -0
  511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/80_blackwell_geforce_sparse_gemm/80a_blackwell_geforce_mxfp8_bf16_sparse_gemm.cu +0 -0
  512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/80_blackwell_geforce_sparse_gemm/80b_blackwell_geforce_nvfp4_nvfp4_sparse_gemm.cu +0 -0
  513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/80_blackwell_geforce_sparse_gemm/CMakeLists.txt +0 -0
  514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_gemm_blockwise.cu +0 -0
  515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_gemm_groupwise.cu +0 -0
  516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_grouped_gemm_blockwise.cu +0 -0
  517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_grouped_gemm_groupwise.cu +0 -0
  518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/CMakeLists.txt +0 -0
  519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/81_blackwell_gemm_blockwise/README.md +0 -0
  520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/82_blackwell_distributed_gemm/82_blackwell_distributed_gemm.cu +0 -0
  521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/82_blackwell_distributed_gemm/CMakeLists.txt +0 -0
  522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/82_blackwell_distributed_gemm/README.md +0 -0
  523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/82_blackwell_distributed_gemm/REQUIREMENTS.md +0 -0
  524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/83_blackwell_sparse_gemm/83_blackwell_sparse_gemm.cu +0 -0
  525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/83_blackwell_sparse_gemm/CMakeLists.txt +0 -0
  526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/84a_blackwell_nvfp4_bf16_sparse_gemm.cu +0 -0
  527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/84b_blackwell_mixed_mxfp8_bf16_sparse_gemm.cu +0 -0
  528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/CMakeLists.txt +0 -0
  529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/86_blackwell_mixed_dtype_gemm/86_blackwell_mixed_dtype.cu +0 -0
  530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/86_blackwell_mixed_dtype_gemm/CMakeLists.txt +0 -0
  531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/86_blackwell_mixed_dtype_gemm/mixed_dtype_helper.cuh +0 -0
  532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87a_blackwell_geforce_fp8_bf16_gemm_blockwise.cu +0 -0
  533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87b_blackwell_geforce_fp8_bf16_gemm_groupwise.cu +0 -0
  534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87c_blackwell_geforce_fp8_bf16_grouped_gemm_groupwise.cu +0 -0
  535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/87_blackwell_geforce_gemm_blockwise/CMakeLists.txt +0 -0
  536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/87_blackwell_geforce_gemm_blockwise/utils.h +0 -0
  537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/88_hopper_fmha.cu +0 -0
  538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/CMakeLists.txt +0 -0
  539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/README.md +0 -0
  540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_collective_bwd_tma_warpspecialized.hpp +0 -0
  541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_collective_load.hpp +0 -0
  542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_collective_softmax.hpp +0 -0
  543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_collective_tma.hpp +0 -0
  544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_collective_tma_warpspecialized.hpp +0 -0
  545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_common.hpp +0 -0
  546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_epilogue.hpp +0 -0
  547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_epilogue_bwd.hpp +0 -0
  548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/collective/fmha_fusion.hpp +0 -0
  549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/device/device_universal.hpp +0 -0
  550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/device/fmha_device_bwd.hpp +0 -0
  551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_builder.hpp +0 -0
  552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_bwd_convert.hpp +0 -0
  553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_bwd_sum_OdO.hpp +0 -0
  554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_tma.hpp +0 -0
  555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_tma_warpspecialized.hpp +0 -0
  556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_options.hpp +0 -0
  557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/kernel/fmha_tile_scheduler.hpp +0 -0
  558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/reference/fmha_bwd_reference.hpp +0 -0
  559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/reference/fmha_reference.hpp +0 -0
  560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/88_hopper_fmha/reference/reference_abs_error.hpp +0 -0
  561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/89_sm103_fp4_ultra_gemm/89_sm103_fp4_ultra_gemm.cu +0 -0
  562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/89_sm103_fp4_ultra_gemm/CMakeLists.txt +0 -0
  563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/90_sm103_fp4_ultra_grouped_gemm/90_sm103_fp4_ultra_grouped_gemm.cu +0 -0
  564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/90_sm103_fp4_ultra_grouped_gemm/CMakeLists.txt +0 -0
  565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/91_fp4_gemv/91_fp4_gemv.cu +0 -0
  566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/91_fp4_gemv/CMakeLists.txt +0 -0
  567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_fp4_grouped.cu +0 -0
  568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_fp4_regular.cu +0 -0
  569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_grouped.cu +0 -0
  570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_rcgrouped.cu +0 -0
  571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_regular.cu +0 -0
  572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/92_blackwell_moe_gemm/CMakeLists.txt +0 -0
  573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/CMakeLists.txt +0 -0
  574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/README.md +0 -0
  575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/common/dist_gemm_helpers.h +0 -0
  576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/common/gather_tensor.hpp +0 -0
  577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/common/helper.h +0 -0
  578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/CMakeLists.txt +0 -0
  579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/CMakeLists.txt +0 -0
  580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/01_mma_sm100.cu +0 -0
  581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/02_mma_tma_sm100.cu +0 -0
  582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/03_mma_tma_multicast_sm100.cu +0 -0
  583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/04_mma_tma_2sm_sm100.cu +0 -0
  584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/05_mma_tma_epi_sm100.cu +0 -0
  585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/CMakeLists.txt +0 -0
  586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/blackwell/example_utils.hpp +0 -0
  587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/hopper/CMakeLists.txt +0 -0
  588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/hopper/wgmma_sm90.cu +0 -0
  589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/hopper/wgmma_tma_sm90.cu +0 -0
  590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/sgemm_1.cu +0 -0
  591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/sgemm_2.cu +0 -0
  592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/sgemm_sm70.cu +0 -0
  593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/sgemm_sm80.cu +0 -0
  594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/tiled_copy.cu +0 -0
  595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/cute/tutorial/tiled_copy_if.cu +0 -0
  596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/call_bypass_dlpack.py +0 -0
  597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/call_from_jit.py +0 -0
  598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/dynamic_smem_size.py +0 -0
  599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/elementwise_add.py +0 -0
  600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/elementwise_apply.py +0 -0
  601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/flash_attention_v2.py +0 -0
  602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/hstu_attention.py +0 -0
  603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/inline_ptx.py +0 -0
  604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/sgemm.py +0 -0
  605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/smem_allocator.py +0 -0
  606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/ampere/tensorop_gemm.py +0 -0
  607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm.py +0 -0
  608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/contiguous_grouped_gemm.py +0 -0
  609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/masked_grouped_gemm.py +0 -0
  610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/dense_blockscaled_gemm_persistent.py +0 -0
  611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm.py +0 -0
  612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_alpha_beta_persistent.py +0 -0
  613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_persistent.py +0 -0
  614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_software_pipeline.py +0 -0
  615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/fmha.py +0 -0
  616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/fmha_bwd.py +0 -0
  617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/grouped_blockscaled_gemm.py +0 -0
  618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/grouped_gemm.py +0 -0
  619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd.py +0 -0
  620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_reference.py +0 -0
  621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_tile_scheduler.py +0 -0
  622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm.py +0 -0
  623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/mla.py +0 -0
  624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/programmatic_dependent_launch.py +0 -0
  625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/README.md +0 -0
  626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/fp16_gemm_0.py +0 -0
  627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/blackwell_geforce/dense_gemm.py +0 -0
  628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/cute/ffi/CMakeLists.txt +0 -0
  629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/cute/ffi/jit_argument.py +0 -0
  630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/cute/ffi/tensor.cpp +0 -0
  631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/cute/torch_fake_tensor.py +0 -0
  632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/hopper/dense_gemm.py +0 -0
  633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/hopper/dense_gemm_persistent.py +0 -0
  634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/hopper/fmha.py +0 -0
  635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/README.md +0 -0
  636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/async_pipeline.ipynb +0 -0
  637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/benchmark_autotune.ipynb +0 -0
  638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/composed_layout.ipynb +0 -0
  639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/cuda_graphs.ipynb +0 -0
  640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/cute_layout_algebra.ipynb +0 -0
  641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/data_types.ipynb +0 -0
  642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/elementwise_add.ipynb +0 -0
  643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/hello_world.ipynb +0 -0
  644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/images/cuda_graphs_image.png +0 -0
  645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/print.ipynb +0 -0
  646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/tensor.ipynb +0 -0
  647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/notebooks/tensorssa.ipynb +0 -0
  648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/utils/__init__.py +0 -0
  649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/utils/fmha_helpers.py +0 -0
  650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/utils/sparse_utils.py +0 -0
  651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/CuTeDSL/utils/test_sparse_utils.py +0 -0
  652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/00_basic_gemm.ipynb +0 -0
  653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/01_epilogue.ipynb +0 -0
  654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/02_pytorch_extension_grouped_gemm.ipynb +0 -0
  655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/03_basic_conv2d.ipynb +0 -0
  656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/04_epilogue_visitor.ipynb +0 -0
  657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/examples/python/deprecated/README.md +0 -0
  658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/axpby.hpp +0 -0
  659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/clear.hpp +0 -0
  660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/cooperative_copy.hpp +0 -0
  661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/cooperative_gemm.hpp +0 -0
  662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/copy.hpp +0 -0
  663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/fill.hpp +0 -0
  664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/functional.hpp +0 -0
  665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/gemm.hpp +0 -0
  666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/prefer.hpp +0 -0
  667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/prefetch.hpp +0 -0
  668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/tensor_algorithms.hpp +0 -0
  669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/tensor_reduce.hpp +0 -0
  670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/algorithm/tuple_algorithms.hpp +0 -0
  671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/cluster_sm100.hpp +0 -0
  672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/cluster_sm90.hpp +0 -0
  673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/config.hpp +0 -0
  674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy.hpp +0 -0
  675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm100.hpp +0 -0
  676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm100_tma.hpp +0 -0
  677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm50.hpp +0 -0
  678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm75.hpp +0 -0
  679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm80.hpp +0 -0
  680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm90.hpp +0 -0
  681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm90_desc.hpp +0 -0
  682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/copy_sm90_tma.hpp +0 -0
  683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma.hpp +0 -0
  684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm100.hpp +0 -0
  685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm100_desc.hpp +0 -0
  686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm100_umma.hpp +0 -0
  687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm120.hpp +0 -0
  688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm120_sparse.hpp +0 -0
  689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm61.hpp +0 -0
  690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm70.hpp +0 -0
  691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm75.hpp +0 -0
  692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm80.hpp +0 -0
  693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm89.hpp +0 -0
  694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90.hpp +0 -0
  695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90_desc.hpp +0 -0
  696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90_gmma.hpp +0 -0
  697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90_gmma_ext.hpp +0 -0
  698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90_gmma_sparse.hpp +0 -0
  699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/mma_sm90_gmma_sparse_ext.hpp +0 -0
  700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/simd_sm100.hpp +0 -0
  701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/tmem_allocator_sm100.hpp +0 -0
  702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/arch/util.hpp +0 -0
  703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_atom.hpp +0 -0
  704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits.hpp +0 -0
  705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm100.hpp +0 -0
  706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm100_im2col.hpp +0 -0
  707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm100_tma.hpp +0 -0
  708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm50.hpp +0 -0
  709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm75.hpp +0 -0
  710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm80.hpp +0 -0
  711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm90.hpp +0 -0
  712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm90_im2col.hpp +0 -0
  713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm90_tma.hpp +0 -0
  714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/copy_traits_sm90_tma_swizzle.hpp +0 -0
  715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_atom.hpp +0 -0
  716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits.hpp +0 -0
  717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm100.hpp +0 -0
  718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm120.hpp +0 -0
  719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm120_sparse.hpp +0 -0
  720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm61.hpp +0 -0
  721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm70.hpp +0 -0
  722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm75.hpp +0 -0
  723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm80.hpp +0 -0
  724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm89.hpp +0 -0
  725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm90.hpp +0 -0
  726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm90_gmma.hpp +0 -0
  727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm90_gmma_ext.hpp +0 -0
  728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse.hpp +0 -0
  729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse_ext.hpp +0 -0
  730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/atom/partitioner.hpp +0 -0
  731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/config.hpp +0 -0
  732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/alignment.hpp +0 -0
  733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/array.hpp +0 -0
  734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/array_aligned.hpp +0 -0
  735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/array_subbyte.hpp +0 -0
  736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/bit_field.hpp +0 -0
  737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/cuda_types.hpp +0 -0
  738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/tuple.hpp +0 -0
  739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/container/type_list.hpp +0 -0
  740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/int_tuple.hpp +0 -0
  741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/layout.hpp +0 -0
  742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/layout_composed.hpp +0 -0
  743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/arithmetic_tuple.hpp +0 -0
  744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/complex.hpp +0 -0
  745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/int.hpp +0 -0
  746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/integer_sequence.hpp +0 -0
  747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/integral_constant.hpp +0 -0
  748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/integral_ratio.hpp +0 -0
  749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/math.hpp +0 -0
  750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/numeric_types.hpp +0 -0
  751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/numeric/real.hpp +0 -0
  752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/pointer.hpp +0 -0
  753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/pointer_base.hpp +0 -0
  754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/pointer_flagged.hpp +0 -0
  755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/pointer_sparse.hpp +0 -0
  756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/pointer_swizzle.hpp +0 -0
  757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/stride.hpp +0 -0
  758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/swizzle.hpp +0 -0
  759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/swizzle_layout.hpp +0 -0
  760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/tensor.hpp +0 -0
  761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/tensor_impl.hpp +0 -0
  762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/tensor_zip.hpp +0 -0
  763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/underscore.hpp +0 -0
  764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/debug.hpp +0 -0
  765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/print.hpp +0 -0
  766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/print_latex.hpp +0 -0
  767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/print_svg.hpp +0 -0
  768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/print_tensor.hpp +0 -0
  769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cute/util/type_traits.hpp +0 -0
  770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/aligned_buffer.h +0 -0
  771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/arch.h +0 -0
  772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/barrier.h +0 -0
  773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/cache_operation.h +0 -0
  774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/config.h +0 -0
  775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/grid_dependency_control.h +0 -0
  776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/memory.h +0 -0
  777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/memory_sm75.h +0 -0
  778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/memory_sm80.h +0 -0
  779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma.h +0 -0
  780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm100.h +0 -0
  781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm50.h +0 -0
  782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm60.h +0 -0
  783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm61.h +0 -0
  784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm70.h +0 -0
  785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm75.h +0 -0
  786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm80.h +0 -0
  787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm89.h +0 -0
  788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sm90.h +0 -0
  789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sparse_sm80.h +0 -0
  790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/mma_sparse_sm89.h +0 -0
  791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/reg_reconfig.h +0 -0
  792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/simd.h +0 -0
  793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/simd_sm60.h +0 -0
  794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/simd_sm61.h +0 -0
  795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/synclog.hpp +0 -0
  796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/wmma.h +0 -0
  797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/wmma_sm70.h +0 -0
  798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/wmma_sm72.h +0 -0
  799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/arch/wmma_sm75.h +0 -0
  800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/array.h +0 -0
  801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/array_planar_complex.h +0 -0
  802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/array_subbyte.h +0 -0
  803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/barrier.h +0 -0
  804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/bfloat16.h +0 -0
  805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/blas3.h +0 -0
  806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/blas3_types.h +0 -0
  807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/block_striped.h +0 -0
  808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/cluster_launch.hpp +0 -0
  809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/complex.h +0 -0
  810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/constants.h +0 -0
  811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/builders/sm100_common.inl +0 -0
  812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/builders/sm100_umma_builder.inl +0 -0
  813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/builders/sm90_common.inl +0 -0
  814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/builders/sm90_gmma_builder.inl +0 -0
  815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/collective_builder.hpp +0 -0
  816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/collective_conv.hpp +0 -0
  817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/detail.hpp +0 -0
  818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/sm100_implicit_gemm_umma_warpspecialized.hpp +0 -0
  819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/collective/sm90_implicit_gemm_gmma_ss_warpspecialized.hpp +0 -0
  820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/conv2d_problem_size.h +0 -0
  821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/conv3d_problem_size.h +0 -0
  822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/convnd_problem_shape.hpp +0 -0
  823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/convolution.h +0 -0
  824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/detail.hpp +0 -0
  825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/device/conv_universal_adapter.hpp +0 -0
  826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/device/direct_convolution.h +0 -0
  827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/device/implicit_gemm_convolution.h +0 -0
  828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/device/implicit_gemm_convolution_fusion.h +0 -0
  829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/dispatch_policy.hpp +0 -0
  830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/conv_universal.hpp +0 -0
  831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d.h +0 -0
  832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_dgrad.h +0 -0
  833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop.h +0 -0
  834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_fusion.h +0 -0
  835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_absmax.h +0 -0
  836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_broadcast.h +0 -0
  837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_reduction.h +0 -0
  838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_group_fprop.h +0 -0
  839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad.h +0 -0
  840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad_fusion.h +0 -0
  841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv3d_dgrad.h +0 -0
  842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop.h +0 -0
  843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_fusion.h +0 -0
  844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_with_broadcast.h +0 -0
  845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_conv3d_wgrad.h +0 -0
  846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_deconv2d.h +0 -0
  847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_deconv2d_with_broadcast.h +0 -0
  848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_deconv3d.h +0 -0
  849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_deconv3d_with_broadcast.h +0 -0
  850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/default_depthwise_fprop.h +0 -0
  851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/direct_convolution.h +0 -0
  852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution.h +0 -0
  853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_fusion.h +0 -0
  854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_strided_dgrad.h +0 -0
  855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_absmax.h +0 -0
  856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_fused_epilogue.h +0 -0
  857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/sm100_implicit_gemm_tma_warpspecialized.hpp +0 -0
  858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/kernel/sm90_implicit_gemm_tma_warpspecialized.hpp +0 -0
  859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/thread/depthwise_mma.h +0 -0
  860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_few_channels.h +0 -0
  866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h +0 -0
  867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_few_channels.h +0 -0
  870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_fixed_channels.h +0 -0
  871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_params.h +0 -0
  873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_tile_iterator.h +0 -0
  874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_params.h +0 -0
  887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_direct_conv_params.h +0 -0
  892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_fixed_stride_dilation.h +0 -0
  893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_optimized.h +0 -0
  894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_direct_conv_multistage.h +0 -0
  895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_filter_tile_access_iterator_direct_conv_optimized.h +0 -0
  896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_pipelined.h +0 -0
  897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_mma_base.h +0 -0
  898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/depthwise_mma_core_with_lane_access_size.h +0 -0
  899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/implicit_gemm_fprop_fusion_multistage.h +0 -0
  900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/implicit_gemm_multistage.h +0 -0
  901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/implicit_gemm_pipelined.h +0 -0
  902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/implicit_gemm_wgrad_fusion_multistage.h +0 -0
  903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/threadblock/threadblock_swizzle.h +0 -0
  906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/warp/mma_depthwise_simt.h +0 -0
  907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/warp/mma_depthwise_simt_tile_iterator.h +0 -0
  908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/conv/warp/scale_bias_relu_transform.h +0 -0
  909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/coord.h +0 -0
  910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/core_io.h +0 -0
  911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/cuda_host_adapter.hpp +0 -0
  912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/cutlass.h +0 -0
  913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/blockwise_scale_layout.hpp +0 -0
  914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/cluster.hpp +0 -0
  915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/collective/mixed_input_utils.hpp +0 -0
  916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/collective/sm103_kernel_type.hpp +0 -0
  917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/collective.hpp +0 -0
  918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/dependent_false.hpp +0 -0
  919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/helper_macros.hpp +0 -0
  920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/layout.hpp +0 -0
  921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/mainloop_fusion_helper_scale_factor.hpp +0 -0
  922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/mma.hpp +0 -0
  923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/sm100_blockscaled_layout.hpp +0 -0
  924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/sm100_mixed_dtype_blockwise_layout.hpp +0 -0
  925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/sm100_tmem_helper.hpp +0 -0
  926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/detail/sm103_blockscaled_layout.hpp +0 -0
  927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/device_kernel.h +0 -0
  928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm100_builder.inl +0 -0
  929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm103_builder.inl +0 -0
  930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm120_builder.inl +0 -0
  931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm120_common.inl +0 -0
  932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm90_builder.inl +0 -0
  933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/builders/sm90_common.inl +0 -0
  934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/collective_builder.hpp +0 -0
  935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/collective_epilogue.hpp +0 -0
  936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/default_epilogue.hpp +0 -0
  937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/default_epilogue_array.hpp +0 -0
  938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/detail.hpp +0 -0
  939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/epilogue_tensor_broadcast.hpp +0 -0
  940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_nosmem.hpp +0 -0
  941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_tma_warpspecialized.hpp +0 -0
  942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_nosmem.hpp +0 -0
  943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_tma_warpspecialized.hpp +0 -0
  944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized.hpp +0 -0
  945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized_array.hpp +0 -0
  946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_array_tma_warpspecialized.hpp +0 -0
  947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp +0 -0
  948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized_bias_elementwise.hpp +0 -0
  949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/dispatch_policy.hpp +0 -0
  950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/callbacks.hpp +0 -0
  951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/operations.hpp +0 -0
  952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm100_callbacks_tma_warpspecialized.hpp +0 -0
  953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_compute_tma_warpspecialized.hpp +0 -0
  954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_store_tma_warpspecialized.hpp +0 -0
  955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm120_callbacks_tma_warpspecialized.hpp +0 -0
  956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm120_visitor_store_tma_warpspecialized.hpp +0 -0
  957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_callbacks_tma_warpspecialized.hpp +0 -0
  958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_compute_tma_warpspecialized.hpp +0 -0
  959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_load_tma_warpspecialized.hpp +0 -0
  960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_store_tma_warpspecialized.hpp +0 -0
  961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_tma_warpspecialized.hpp +0 -0
  962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_topk_softmax.hpp +0 -0
  963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/activation.h +0 -0
  964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/conversion_op.h +0 -0
  965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/detail.hpp +0 -0
  966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination.h +0 -0
  967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_elementwise.h +0 -0
  968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_relu.h +0 -0
  969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_clamp.h +0 -0
  970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_dgelu.h +0 -0
  971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_drelu.h +0 -0
  972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_gelu.h +0 -0
  973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_generic.h +0 -0
  974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_generic_with_scaling.h +0 -0
  975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_hardswish.h +0 -0
  976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_leaky_relu.h +0 -0
  977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_params.h +0 -0
  978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_planar_complex.h +0 -0
  979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_relu.h +0 -0
  980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_relu0.h +0 -0
  981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_residual_block.h +0 -0
  982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_sigmoid.h +0 -0
  983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_silu.h +0 -0
  984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_tensor_broadcast.hpp +0 -0
  985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/linear_combination_with_elementwise.h +0 -0
  986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/reduction_op.h +0 -0
  987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/thread/scale_type.h +0 -0
  988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op.h +0 -0
  989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op_blas3.h +0 -0
  990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_direct_store.h +0 -0
  991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_planar_complex.h +0 -0
  992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_simt.h +0 -0
  993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op.h +0 -0
  994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op_blas3.h +0 -0
  995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_volta_tensor_op.h +0 -0
  996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_absmax.h +0 -0
  997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_broadcast.h +0 -0
  998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_reduction.h +0 -0
  999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_wmma_tensor_op.h +0 -0
  1000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_simt.h +0 -0
  1001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_tensor_op.h +0 -0
  1002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_volta_tensor_op.h +0 -0
  1003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_wmma_tensor_op.h +0 -0
  1004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/direct_store_epilogue_iterator.h +0 -0
  1005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue.h +0 -0
  1006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_base.h +0 -0
  1007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_base_streamk.h +0 -0
  1008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_depthwise.h +0 -0
  1009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_direct_store.h +0 -0
  1010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_gemm_k_reduction.h +0 -0
  1011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_planar_complex.h +0 -0
  1012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_smem_accumulator.h +0 -0
  1013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_streamk_with_broadcast.h +0 -0
  1014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_visitor_with_softmax.h +0 -0
  1015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_absmax.h +0 -0
  1016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_broadcast.h +0 -0
  1017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_reduction.h +0 -0
  1018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_scaling_factor.h +0 -0
  1019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor.h +0 -0
  1020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor_callbacks.h +0 -0
  1021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/epilogue_workspace.h +0 -0
  1022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_2x.hpp +0 -0
  1023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_compute.hpp +0 -0
  1024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_load.hpp +0 -0
  1025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_store.hpp +0 -0
  1026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/fusion/visitors.hpp +0 -0
  1027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/interleaved_epilogue.h +0 -0
  1028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/output_iterator_parameter.h +0 -0
  1029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/output_tile_thread_map.h +0 -0
  1030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator.h +0 -0
  1031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine.h +0 -0
  1032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine_layout_params.h +0 -0
  1033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_blas3.h +0 -0
  1034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_conv.h +0 -0
  1035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_direct_conv.h +0 -0
  1036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_params.h +0 -0
  1037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_predicates.h +0 -0
  1038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_strided_dgrad.h +0 -0
  1039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator.h +0 -0
  1040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_mixed.h +0 -0
  1041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_pitch_linear.h +0 -0
  1042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_complex_tensor_op.h +0 -0
  1043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_gaussian_complex_tensor_op.h +0 -0
  1044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_simt.h +0 -0
  1045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_tensor_op.h +0 -0
  1046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_volta_tensor_op.h +0 -0
  1047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/fragment_iterator_wmma_tensor_op.h +0 -0
  1048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/simt_policy.h +0 -0
  1049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tensor_op_policy.h +0 -0
  1050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tile_iterator_simt.h +0 -0
  1051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op.h +0 -0
  1052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op_mixed.h +0 -0
  1053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tile_iterator_volta_tensor_op.h +0 -0
  1054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/tile_iterator_wmma_tensor_op.h +0 -0
  1055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/volta_tensor_op_policy.h +0 -0
  1056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/epilogue/warp/wmma_tensor_op_policy.h +0 -0
  1057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/exmy_base.h +0 -0
  1058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/device/detail.hpp +0 -0
  1059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/device/dist_gemm_universal_wrapper.hpp +0 -0
  1060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/device/full_barrier.hpp +0 -0
  1061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/kernel/detail.hpp +0 -0
  1062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/kernel/dist_gemm_kernel_wrapper.hpp +0 -0
  1063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/kernel/full_barrier.hpp +0 -0
  1064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_1d_schedules.hpp +0 -0
  1065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_base_schedule.hpp +0 -0
  1066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/fast_math.h +0 -0
  1067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/float8.h +0 -0
  1068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/float_subbyte.h +0 -0
  1069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/floating_point_nvrtc.h +0 -0
  1070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/functional.h +0 -0
  1071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_9xBF16_umma_builder.inl +0 -0
  1072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_mixed_tma_cpasync_umma_builder.inl +0 -0
  1073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_sparse_umma_builder.inl +0 -0
  1074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_umma_builder.inl +0 -0
  1075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_blockwise_umma_builder.inl +0 -0
  1076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_common.inl +0 -0
  1077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_cpasync_umma_builder.inl +0 -0
  1078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_input_umma_builder.inl +0 -0
  1079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_tma_cpasync_umma_builder.inl +0 -0
  1080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_pipeline_carveout.inl +0 -0
  1081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_simt_builder.inl +0 -0
  1082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_sparse_umma_builder.inl +0 -0
  1083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm100_umma_builder.inl +0 -0
  1084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm103_blockscaled_umma_builder.inl +0 -0
  1085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_mma_builder.inl +0 -0
  1086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_sparse_mma_builder.inl +0 -0
  1087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_blockwise_mma_builder.inl +0 -0
  1088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_common.inl +0 -0
  1089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_mma_builder.inl +0 -0
  1090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm120_sparse_mma_builder.inl +0 -0
  1091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm1xx_common.inl +0 -0
  1092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm1xx_sparse_config.inl +0 -0
  1093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm90_common.inl +0 -0
  1094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm90_gmma_builder.inl +0 -0
  1095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_config.inl +0 -0
  1096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_gmma_builder.inl +0 -0
  1097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/collective_builder.hpp +0 -0
  1098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/collective_builder_decl.hpp +0 -0
  1099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/collective_mma.hpp +0 -0
  1100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/collective_mma_decl.hpp +0 -0
  1101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/fp8_accumulation.hpp +0 -0
  1102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_array_warpspecialized.hpp +0 -0
  1103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  1104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_warpspecialized.hpp +0 -0
  1105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_sparse_mma_warpspecialized.hpp +0 -0
  1106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized.hpp +0 -0
  1107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_blockwise_scaling.hpp +0 -0
  1108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_emulated.hpp +0 -0
  1109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_rcggemm.hpp +0 -0
  1110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_cpasync_warpspecialized.hpp +0 -0
  1111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  1112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized.hpp +0 -0
  1113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_blockwise_scaling.hpp +0 -0
  1114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_emulated.hpp +0 -0
  1115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_mixed_input.hpp +0 -0
  1116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm100_sparse_mma_warpspecialized.hpp +0 -0
  1117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_array_warpspecialized.hpp +0 -0
  1118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_warpspecialized.hpp +0 -0
  1119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_array_tma.hpp +0 -0
  1120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_tma.hpp +0 -0
  1121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_sparse_mma_tma.hpp +0 -0
  1122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_mma_array_tma_blockwise_scaling.hpp +0 -0
  1123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_mma_tma.hpp +0 -0
  1124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_mma_tma_blockwise_scaling.hpp +0 -0
  1125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm120_sparse_mma_tma.hpp +0 -0
  1126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm70_mma_twostage.hpp +0 -0
  1127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm80_mma_array_multistage.hpp +0 -0
  1128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm80_mma_multistage.hpp +0 -0
  1129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
  1130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized.hpp +0 -0
  1131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  1132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
  1133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_rs_warpspecialized.hpp +0 -0
  1134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_ss_warpspecialized.hpp +0 -0
  1135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized.hpp +0 -0
  1136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
  1137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss.hpp +0 -0
  1138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  1139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  1140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
  1141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  1142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  1143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/base_grouped.h +0 -0
  1144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/default_gemm_configuration.h +0 -0
  1145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/ell_gemm.h +0 -0
  1146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm.h +0 -0
  1147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_array.h +0 -0
  1148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_batched.h +0 -0
  1149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_complex.h +0 -0
  1150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_grouped.h +0 -0
  1151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_layernorm_mainloop_fusion.h +0 -0
  1152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_sparse.h +0 -0
  1153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_sparse_universal.h +0 -0
  1154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_sparse_universal_with_absmax.h +0 -0
  1155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_sparse_with_absmax.h +0 -0
  1156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_sparse_with_visitor.h +0 -0
  1157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_splitk_parallel.h +0 -0
  1158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal.h +0 -0
  1159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal_adapter.h +0 -0
  1160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal_base.h +0 -0
  1161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal_streamk_with_broadcast.h +0 -0
  1162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal_with_absmax.h +0 -0
  1163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_universal_with_broadcast.h +0 -0
  1164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemm_with_k_reduction.h +0 -0
  1165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemv.h +0 -0
  1166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/gemv_blockscaled.h +0 -0
  1167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/rank_2k.h +0 -0
  1168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/rank_2k_grouped.h +0 -0
  1169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/rank_k.h +0 -0
  1170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/symm.h +0 -0
  1171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/device/trmm.h +0 -0
  1172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/dispatch_policy.hpp +0 -0
  1173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/gemm.h +0 -0
  1174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/gemm_enumerated_types.h +0 -0
  1175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/group_array_problem_shape.hpp +0 -0
  1176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_ell_gemm.h +0 -0
  1177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm.h +0 -0
  1178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_complex.h +0 -0
  1179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped.h +0 -0
  1180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_per_group_scale.h +0 -0
  1181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_softmax_mainloop_fusion.h +0 -0
  1182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_layernorm_mainloop_fusion.h +0 -0
  1183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_planar_complex_universal.h +0 -0
  1184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse.h +0 -0
  1185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal.h +0 -0
  1186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal_with_absmax.h +0 -0
  1187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_absmax.h +0 -0
  1188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_visitor.h +0 -0
  1189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_splitk_parallel.h +0 -0
  1190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_streamk_with_broadcast.h +0 -0
  1191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_universal.h +0 -0
  1192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_universal_with_visitor.h +0 -0
  1193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_with_absmax.h +0 -0
  1194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_with_broadcast.h +0 -0
  1195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_with_k_reduction.h +0 -0
  1196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemm_with_reduction.h +0 -0
  1197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_gemv.h +0 -0
  1198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_2k.h +0 -0
  1199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_2k_complex.h +0 -0
  1200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_2k_grouped.h +0 -0
  1201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_2k_universal.h +0 -0
  1202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_k.h +0 -0
  1203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_k_complex.h +0 -0
  1204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_rank_k_universal.h +0 -0
  1205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_symm.h +0 -0
  1206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_symm_complex.h +0 -0
  1207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_symm_universal.h +0 -0
  1208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_trmm.h +0 -0
  1209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_trmm_complex.h +0 -0
  1210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/default_trmm_universal.h +0 -0
  1211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/ell_gemm.h +0 -0
  1212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm.h +0 -0
  1213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_array.h +0 -0
  1214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_batched.h +0 -0
  1215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_grouped.h +0 -0
  1216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_grouped_per_group_scale.h +0 -0
  1217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_grouped_problem_visitor.h +0 -0
  1218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_grouped_softmax_mainloop_fusion.h +0 -0
  1219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_layernorm_mainloop_fusion.h +0 -0
  1220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_params.h +0 -0
  1221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_pipelined.h +0 -0
  1222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex.h +0 -0
  1223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex_array.h +0 -0
  1224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal.h +0 -0
  1225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal_with_absmax.h +0 -0
  1226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_splitk_parallel.h +0 -0
  1227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_streamk_with_fused_epilogue.h +0 -0
  1228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_transpose_operands.h +0 -0
  1229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal.h +0 -0
  1230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal.hpp +0 -0
  1231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal_decl.h +0 -0
  1232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal_streamk.h +0 -0
  1233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor.h +0 -0
  1234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor_streamk.h +0 -0
  1235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_with_absmax.h +0 -0
  1236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_with_fused_epilogue.h +0 -0
  1237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemm_with_k_reduction.h +0 -0
  1238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemv.h +0 -0
  1239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemv_batched_strided.h +0 -0
  1240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/gemv_blockscaled.h +0 -0
  1241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/grouped_problem_visitor.h +0 -0
  1242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/params_sparse_base.h +0 -0
  1243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/params_universal_base.h +0 -0
  1244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped.h +0 -0
  1245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped_problem_visitor.h +0 -0
  1246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/rank_2k_transpose_operands.h +0 -0
  1247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/rank_2k_universal.h +0 -0
  1248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/rank_k_universal.h +0 -0
  1249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp +0 -0
  1250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_input_transform.hpp +0 -0
  1251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_mma_transform.hpp +0 -0
  1252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_cpasync_warpspecialized.hpp +0 -0
  1253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  1254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp +0 -0
  1255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_input_transform.hpp +0 -0
  1256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mixed_input_transform.hpp +0 -0
  1257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp +0 -0
  1258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_sparse_gemm_tma_warpspecialized.hpp +0 -0
  1259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_static_tile_scheduler.hpp +0 -0
  1260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler.hpp +0 -0
  1261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_group.hpp +0 -0
  1262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_stream_k.hpp +0 -0
  1263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_array_tma_warpspecialized.hpp +0 -0
  1264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_tma_warpspecialized.hpp +0 -0
  1265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm120_gemm_tma_warpspecialized_cooperative_asymmetric_dma.hpp +0 -0
  1266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm70_gemm.hpp +0 -0
  1267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm70_gemm_array.hpp +0 -0
  1268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_cooperative.hpp +0 -0
  1269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_pingpong.hpp +0 -0
  1270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma.hpp +0 -0
  1271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized.hpp +0 -0
  1272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_cooperative.hpp +0 -0
  1273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_pingpong.hpp +0 -0
  1274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized.hpp +0 -0
  1275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_cooperative.hpp +0 -0
  1276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_pingpong.hpp +0 -0
  1277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler.hpp +0 -0
  1278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_group.hpp +0 -0
  1279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_stream_k.hpp +0 -0
  1280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sparse_gemm.h +0 -0
  1281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_absmax.h +0 -0
  1282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_visitor.h +0 -0
  1283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/static_tile_scheduler.hpp +0 -0
  1284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/symm_universal.h +0 -0
  1285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/tile_scheduler.hpp +0 -0
  1286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/tile_scheduler_detail.hpp +0 -0
  1287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/tile_scheduler_params.h +0 -0
  1288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/kernel/trmm_universal.h +0 -0
  1289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/thread/mma.h +0 -0
  1290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/thread/mma_sm50.h +0 -0
  1291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/thread/mma_sm60.h +0 -0
  1292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/thread/mma_sm61.h +0 -0
  1293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_ell_mma.h +0 -0
  1294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_gemv_core.h +0 -0
  1295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma.h +0 -0
  1296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core.h +0 -0
  1297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_simt.h +0 -0
  1298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm70.h +0 -0
  1299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm75.h +0 -0
  1300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm80.h +0 -0
  1301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sparse_sm80.h +0 -0
  1302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_access_size.h +0 -0
  1303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_reduction.h +0 -0
  1304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_core_wmma.h +0 -0
  1305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_layernorm_mainloop_fusion.h +0 -0
  1306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_multistage.h +0 -0
  1307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_pipelined.h +0 -0
  1308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_softmax_mainloop_fusion.h +0 -0
  1309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_mma_with_reduction.h +0 -0
  1310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex.h +0 -0
  1311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core.h +0 -0
  1312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core_sm80.h +0 -0
  1313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_multistage_trmm_complex.h +0 -0
  1314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_sparse_mma.h +0 -0
  1315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/default_trmm.h +0 -0
  1316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/ell_mma_multistage.h +0 -0
  1317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/ell_mma_pipelined.h +0 -0
  1318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/gemv.h +0 -0
  1319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/index_remat.h +0 -0
  1320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_base.h +0 -0
  1321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_blas3_multistage.h +0 -0
  1322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_layernorm_mainloop_fusion_multistage.h +0 -0
  1323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_multistage.h +0 -0
  1324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_pipelined.h +0 -0
  1325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_base.h +0 -0
  1326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_multistage.h +0 -0
  1327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_pipelined.h +0 -0
  1328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_singlestage.h +0 -0
  1329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_softmax_mainloop_fusion_multistage.h +0 -0
  1330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_sparse_base.h +0 -0
  1331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_sparse_multistage.h +0 -0
  1332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/mma_with_reduction_multistage.h +0 -0
  1333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle.h +0 -0
  1334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle_streamk.h +0 -0
  1335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_complex_tensor_op.h +0 -0
  1336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_sparse_tensor_op.h +0 -0
  1337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op.h +0 -0
  1338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op_sm80.h +0 -0
  1339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_with_reduction_tensor_op.h +0 -0
  1340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/default_mma_wmma_tensor_op.h +0 -0
  1341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/layernorm_scale_bias_transform.h +0 -0
  1342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma.h +0 -0
  1343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op.h +0 -0
  1344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_fast_f32.h +0 -0
  1345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_tile_iterator_sm80.h +0 -0
  1346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op.h +0 -0
  1347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op_tile_iterator_sm80.h +0 -0
  1348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_mixed_input_tensor_op.h +0 -0
  1349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_planar_complex.h +0 -0
  1350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_simt.h +0 -0
  1351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_simt_policy.h +0 -0
  1352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_simt_tile_iterator.h +0 -0
  1353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_sparse_tensor_op.h +0 -0
  1354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op.h +0 -0
  1355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fast_f32.h +0 -0
  1356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fragment_iterator.h +0 -0
  1357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_policy.h +0 -0
  1358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_sm70.h +0 -0
  1359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_access_iterator.h +0 -0
  1360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator.h +0 -0
  1361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm70.h +0 -0
  1362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm80.h +0 -0
  1363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sparse.h +0 -0
  1364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_wmma.h +0 -0
  1365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_tensor_op_wmma.h +0 -0
  1366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/mma_with_reduction_tensor_op.h +0 -0
  1367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/scale_bias_tile_iterator.h +0 -0
  1368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/softmax_scale_bias_transform.h +0 -0
  1369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm/warp/tile_iterator_planar_complex.h +0 -0
  1370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm_coord.h +0 -0
  1371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/gemm_coord.hpp +0 -0
  1372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/half.h +0 -0
  1373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/integer_subbyte.h +0 -0
  1374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/kernel_hardware_info.h +0 -0
  1375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/kernel_hardware_info.hpp +0 -0
  1376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/kernel_launch.h +0 -0
  1377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/layout.h +0 -0
  1378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/matrix.h +0 -0
  1379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/permute.h +0 -0
  1380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/pitch_linear.h +0 -0
  1381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/tensor.h +0 -0
  1382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm70.h +0 -0
  1383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm75.h +0 -0
  1384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm80.h +0 -0
  1385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/layout/vector.h +0 -0
  1386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/matrix.h +0 -0
  1387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/matrix_coord.h +0 -0
  1388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/matrix_shape.h +0 -0
  1389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/numeric_conversion.h +0 -0
  1390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/numeric_size.h +0 -0
  1391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/numeric_types.h +0 -0
  1392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/pipeline/pipeline.hpp +0 -0
  1393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/pipeline/sm100_pipeline.hpp +0 -0
  1394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/pipeline/sm90_pipeline.hpp +0 -0
  1395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/pitch_linear_coord.h +0 -0
  1396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/platform/platform.h +0 -0
  1397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/predicate_vector.h +0 -0
  1398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/quaternion.h +0 -0
  1399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/real.h +0 -0
  1400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/device/reduce_split_k.h +0 -0
  1401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/device/tensor_reduce.h +0 -0
  1402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_contiguous.h +0 -0
  1403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_strided.h +0 -0
  1404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/kernel/reduce_softmax_final.h +0 -0
  1405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/kernel/reduce_split_k.h +0 -0
  1406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_contiguous.h +0 -0
  1407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_strided.h +0 -0
  1408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/thread/reduce.h +0 -0
  1409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/thread/reduction_operators.h +0 -0
  1410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/reduction/threadblock_swizzle.h +0 -0
  1411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/relatively_equal.h +0 -0
  1412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/semaphore.h +0 -0
  1413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/subbyte_reference.h +0 -0
  1414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tensor_coord.h +0 -0
  1415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tensor_ref.h +0 -0
  1416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tensor_ref_planar_complex.h +0 -0
  1417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tensor_view.h +0 -0
  1418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tensor_view_planar_complex.h +0 -0
  1419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/tfloat32.h +0 -0
  1420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/thread/matrix.h +0 -0
  1421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/trace.h +0 -0
  1422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/collective/sm90_wgmma_transpose.hpp +0 -0
  1423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/device/transform_universal_adapter.hpp +0 -0
  1424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/kernel/filter_format_transformer.hpp +0 -0
  1425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/kernel/sm90_sparse_gemm_compressor.hpp +0 -0
  1426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/kernel/sparse_gemm_compressor.hpp +0 -0
  1427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/pitch_linear_thread_map.h +0 -0
  1428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/thread/transpose.h +0 -0
  1429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/thread/unary_op.h +0 -0
  1430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/ell_iterator.h +0 -0
  1431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_access_iterator.h +0 -0
  1432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_iterator.h +0 -0
  1433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  1434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  1435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator.h +0 -0
  1436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_2dthreadtile.h +0 -0
  1437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_params.h +0 -0
  1438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_triangular_matrix.h +0 -0
  1439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator.h +0 -0
  1440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_2dthreadtile.h +0 -0
  1441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_triangular_matrix.h +0 -0
  1442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/predicated_vector_access_iterator.h +0 -0
  1443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_scale_bias_vector_access_iterator.h +0 -0
  1444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator.h +0 -0
  1445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear.h +0 -0
  1446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear_direct_conv.h +0 -0
  1447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op.h +0 -0
  1448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op_sm80.h +0 -0
  1449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator.h +0 -0
  1450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear.h +0 -0
  1451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear_2dthreadtile.h +0 -0
  1452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op.h +0 -0
  1453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op_sm70.h +0 -0
  1454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/threadblock/vector_iterator.h +0 -0
  1455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/transform/warp/vector_fragment_iterator.h +0 -0
  1456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/uint128.h +0 -0
  1457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/uint256.h +0 -0
  1458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/version.h +0 -0
  1459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/wmma_array.h +0 -0
  1460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/include/cutlass/workspace.h +0 -0
  1461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/GPU_Clock.hpp +0 -0
  1462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/command_line.h +0 -0
  1463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/cublas_wrappers.hpp +0 -0
  1464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/debug.h +0 -0
  1465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_dump.h +0 -0
  1466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_groupnorm.h +0 -0
  1467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_layernorm.h +0 -0
  1468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_memory.h +0 -0
  1469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_nchw_to_nhwc.h +0 -0
  1470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_nhwc_padding.h +0 -0
  1471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_nhwc_pooling.h +0 -0
  1472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_nhwc_to_nchw.h +0 -0
  1473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_rmsnorm.h +0 -0
  1474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/device_utils.h +0 -0
  1475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/distribution.h +0 -0
  1476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/exceptions.h +0 -0
  1477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/gett_commandline.hpp +0 -0
  1478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/helper_cuda.hpp +0 -0
  1479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/host_reorder.h +0 -0
  1480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/host_tensor.h +0 -0
  1481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/host_tensor_planar_complex.h +0 -0
  1482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/host_uncompress.h +0 -0
  1483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/index_sequence.h +0 -0
  1484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/mixed_dtype_utils.hpp +0 -0
  1485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/packed_stride.hpp +0 -0
  1486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/print_error.hpp +0 -0
  1487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/detail/inner_product.h +0 -0
  1488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/detail/linear_to_coordinate.h +0 -0
  1489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/convolution.h +0 -0
  1490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/gemm.h +0 -0
  1491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/gemm_complex.h +0 -0
  1492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/gemm_planar_complex.h +0 -0
  1493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/gett.hpp +0 -0
  1494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/kernel/gemm.h +0 -0
  1495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_elementwise.h +0 -0
  1496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/kernel/tensor_foreach.h +0 -0
  1497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/rank_2k_complex.h +0 -0
  1498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/tensor_compare.h +0 -0
  1499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/tensor_fill.h +0 -0
  1500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/tensor_foreach.h +0 -0
  1501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/tensor_reduce.h +0 -0
  1502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/tensor_relu.h +0 -0
  1503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/device/thread/gemm.h +0 -0
  1504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/conv.hpp +0 -0
  1505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/convolution.h +0 -0
  1506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/error_metrics.h +0 -0
  1507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/gemm.h +0 -0
  1508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/gemm_complex.h +0 -0
  1509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/gemm_planar_complex.h +0 -0
  1510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/gett.hpp +0 -0
  1511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k.h +0 -0
  1512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/rank_2k_complex.h +0 -0
  1513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/rank_k_complex.h +0 -0
  1514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/symm.h +0 -0
  1515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/symm_complex.h +0 -0
  1516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.h +0 -0
  1517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_compare.hpp +0 -0
  1518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_copy.h +0 -0
  1519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_elementwise.h +0 -0
  1520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.h +0 -0
  1521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_fill.hpp +0 -0
  1522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_foreach.h +0 -0
  1523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_norm.h +0 -0
  1524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.h +0 -0
  1525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/tensor_reduce.hpp +0 -0
  1526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/trmm.h +0 -0
  1527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/reference/host/trmm_complex.h +0 -0
  1528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/tensor_view_io.h +0 -0
  1529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/cutlass/tools/util/include/cutlass/util/type_traits.h +0 -0
  1530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.azuredevops/rocm-ci.yml +0 -0
  1531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.clang-format +0 -0
  1532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.clang-tidy +0 -0
  1533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.git +0 -0
  1534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/CODEOWNERS +0 -0
  1535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/CONTRIBUTING.md +0 -0
  1536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE/config.yml +0 -0
  1537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE/issue_report.yml +0 -0
  1538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/ISSUE_TEMPLATE.md +0 -0
  1539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  1540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.github/dependabot.yml +0 -0
  1541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.gitignore +0 -0
  1542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.pre-commit-config.yaml +0 -0
  1543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/.readthedocs.yaml +0 -0
  1544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/CHANGELOG.md +0 -0
  1545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/CITATION.cff +0 -0
  1546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/CMakeLists.txt +0 -0
  1547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/CONTRIBUTORS.md +0 -0
  1548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/Config.cmake.in +0 -0
  1549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/Dockerfile +0 -0
  1550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/Dockerfile.compiler +0 -0
  1551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/Jenkinsfile +0 -0
  1552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/LICENSE +0 -0
  1553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/README.md +0 -0
  1554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/TERMINOLOGY.md +0 -0
  1555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/01_gemm/CMakeLists.txt +0 -0
  1556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/01_gemm/README.md +0 -0
  1557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/01_gemm/gemm.cpp +0 -0
  1558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/CMakeLists.txt +0 -0
  1559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_add_add_fastgelu.cpp +0 -0
  1560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_add_add_fastgelu_generic.cpp +0 -0
  1561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_add_fastgelu.cpp +0 -0
  1562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_add_fastgelu_generic.cpp +0 -0
  1563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_fastgelu.cpp +0 -0
  1564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/02_gemm_add_add_fastgelu/gemm_fastgelu_generic.cpp +0 -0
  1565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/03_gemm_layernorm/CMakeLists.txt +0 -0
  1566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/03_gemm_layernorm/gemm_add_add_layernorm_naive.cpp +0 -0
  1567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/03_gemm_layernorm/gemm_add_relu_add_layernorm_welford.cpp +0 -0
  1568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/CMakeLists.txt +0 -0
  1569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/contraction_bilinear_fp32.cpp +0 -0
  1570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/contraction_bilinear_fp64.cpp +0 -0
  1571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/contraction_g1m2n3k1_add_xdl_fp16.cpp +0 -0
  1572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/contraction_scale_fp32.cpp +0 -0
  1573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/04_contraction/contraction_scale_fp64.cpp +0 -0
  1574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/05_layernorm/CMakeLists.txt +0 -0
  1575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/05_layernorm/layernorm2d_bwd_data.cpp +0 -0
  1576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/05_layernorm/layernorm2d_bwd_gamma_beta.cpp +0 -0
  1577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/05_layernorm/layernorm2d_fwd.cpp +0 -0
  1578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/05_layernorm/layernorm4d_fwd.cpp +0 -0
  1579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/06_softmax/CMakeLists.txt +0 -0
  1580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/06_softmax/softmax4d.cpp +0 -0
  1581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/CMakeLists.txt +0 -0
  1582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/README.md +0 -0
  1583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/common.hpp +0 -0
  1584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv1d_fwd.cpp +0 -0
  1585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv2d_fwd.cpp +0 -0
  1586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv2d_fwd_ngchw.cpp +0 -0
  1587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv3d_fwd_bf8.cpp +0 -0
  1588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv3d_fwd_bf8_fp8.cpp +0 -0
  1589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv3d_fwd_fp8.cpp +0 -0
  1590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/07_grouped_convnd_fwd/grouped_conv3d_fwd_fp8_bf8.cpp +0 -0
  1591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/08_fused_attention/CMakeLists.txt +0 -0
  1592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/08_fused_attention/fused_attention.cpp +0 -0
  1593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/08_fused_attention/fused_attention_bias.cpp +0 -0
  1594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/CMakeLists.txt +0 -0
  1595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_bias_relu_perchannel_quantization.cpp +0 -0
  1596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_bias_relu_perlayer_quantization.cpp +0 -0
  1597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_bias_tanh_perchannel_quantization.cpp +0 -0
  1598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_bias_tanh_perlayer_quantization.cpp +0 -0
  1599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_perchannel_quantization.cpp +0 -0
  1600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/conv2d_fwd_perlayer_quantization.cpp +0 -0
  1601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/09_quantization/gemm_quantization.cpp +0 -0
  1602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/CMakeLists.txt +0 -0
  1603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/README.md +0 -0
  1604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/grouped_conv2d_bwd_data.cpp +0 -0
  1605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/grouped_conv2d_bwd_data_ngchw.cpp +0 -0
  1606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/grouped_conv3d_bwd_data.cpp +0 -0
  1607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/10_grouped_convnd_bwd_data/grouped_conv3d_bwd_data_input_fp16_comp_bf8f8.cpp +0 -0
  1608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/CMakeLists.txt +0 -0
  1609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/README.md +0 -0
  1610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/common.hpp +0 -0
  1611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/grouped_conv1d_bwd_weight_fp16.cpp +0 -0
  1612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/grouped_conv2d_bwd_weight_fp16.cpp +0 -0
  1613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/grouped_conv3d_bwd_weight_fp16.cpp +0 -0
  1614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/grouped_conv3d_bwd_weight_fp16_comp_bf8_fp8.cpp +0 -0
  1615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/11_grouped_conv_bwd_weight/grouped_conv3d_bwd_weight_fp32.cpp +0 -0
  1616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/12_elementwise_normalization/CMakeLists.txt +0 -0
  1617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/12_elementwise_normalization/elementwise_layernorm2d.cpp +0 -0
  1618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/13_batchnorm/CMakeLists.txt +0 -0
  1619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/13_batchnorm/batchnorm_bwd_nhwc.cpp +0 -0
  1620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/13_batchnorm/batchnorm_fwd_nhwc.cpp +0 -0
  1621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/13_batchnorm/batchnorm_infer_nhwc.cpp +0 -0
  1622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/14_instance_id/CMakeLists.txt +0 -0
  1623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/14_instance_id/batchnorm_fwd_instance_id.cpp +0 -0
  1624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_convnd_bwd_data/CMakeLists.txt +0 -0
  1625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_convnd_bwd_data/common.hpp +0 -0
  1626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_convnd_bwd_data/conv3d_bwd_data_fp16.cpp +0 -0
  1627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_convnd_bwd_data/conv3d_bwd_data_fp32.cpp +0 -0
  1628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_gemm_add_multiply/CMakeLists.txt +0 -0
  1629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_gemm_add_multiply/gemm_add_multiply.cpp +0 -0
  1630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_reduce/CMakeLists.txt +0 -0
  1631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/15_reduce/reduce_nhwc_c.cpp +0 -0
  1632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/16_convnd_fwd/CMakeLists.txt +0 -0
  1633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/16_convnd_fwd/common.hpp +0 -0
  1634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/16_convnd_fwd/conv3d_fwd_fp16.cpp +0 -0
  1635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/16_convnd_fwd/conv3d_fwd_fp16_comp_fp8.cpp +0 -0
  1636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/16_convnd_fwd/conv3d_fwd_fp32.cpp +0 -0
  1637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/17_grouped_gemm_fastgelu/CMakeLists.txt +0 -0
  1638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/17_grouped_gemm_fastgelu/grouped_gemm_fastgelu.cpp +0 -0
  1639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/18_groupnorm/CMakeLists.txt +0 -0
  1640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/18_groupnorm/groupnorm_bwd_data.cpp +0 -0
  1641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/18_groupnorm/groupnorm_bwd_gamma_beta.cpp +0 -0
  1642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/18_groupnorm/groupnorm_swish_fwd.cpp +0 -0
  1643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/19_pool/CMakeLists.txt +0 -0
  1644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/19_pool/avg_pool3d_bwd.cpp +0 -0
  1645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/19_pool/avg_pool3d_fwd.cpp +0 -0
  1646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/19_pool/max_pool2d_bwd.cpp +0 -0
  1647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/19_pool/max_pool2d_fwd.cpp +0 -0
  1648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/20_splitk_gemm/CMakeLists.txt +0 -0
  1649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/20_splitk_gemm/splitK_gemm_fp16_f8.cpp +0 -0
  1650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/21_grouped_gemm_bias/CMakeLists.txt +0 -0
  1651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/21_grouped_gemm_bias/grouped_gemm_fixed_nk_bias_fp16.cpp +0 -0
  1652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_grouped_gemm/CMakeLists.txt +0 -0
  1653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_grouped_gemm/grouped_gemm_fixed_nk_bf16.cpp +0 -0
  1654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_grouped_gemm/grouped_gemm_fixed_nk_fp16.cpp +0 -0
  1655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_grouped_gemm/grouped_gemm_fixed_nk_fp8.cpp +0 -0
  1656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_grouped_gemm/grouped_gemm_fixed_nk_i8.cpp +0 -0
  1657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_im2col_col2im/CMakeLists.txt +0 -0
  1658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_im2col_col2im/column_to_image.cpp +0 -0
  1659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/22_im2col_col2im/image_to_column.cpp +0 -0
  1660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/23_elementwise_transpose/CMakeLists.txt +0 -0
  1661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/23_elementwise_transpose/elementwise_transpose_3d.cpp +0 -0
  1662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/CMakeLists.txt +0 -0
  1663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_bwd_data_bilinear/grouped_conv_bwd_data_bilinear_residual_fp16.cpp +0 -0
  1664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_bwd_data_scale/grouped_conv_bwd_data_scale_fp16.cpp +0 -0
  1665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_bwd_weight_bilinear/grouped_conv_bwd_weight_bilinear_residual_fp16.cpp +0 -0
  1666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_bwd_weight_scale/grouped_conv_bwd_weight_scale_fp16.cpp +0 -0
  1667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_bilinear/grouped_conv_fwd_bilinear_residual_fp16.cpp +0 -0
  1668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convinvscale/common.hpp +0 -0
  1669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convinvscale/conv3d_fwd_convinvscale_fp8.cpp +0 -0
  1670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale/common.hpp +0 -0
  1671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale/conv3d_fwd_convscale_bf8.cpp +0 -0
  1672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale/conv3d_fwd_convscale_bf8_fp8.cpp +0 -0
  1673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale/conv3d_fwd_convscale_fp8.cpp +0 -0
  1674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale/conv3d_fwd_convscale_fp8_bf8.cpp +0 -0
  1675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_add/common.hpp +0 -0
  1676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_add/conv3d_fwd_convscale_add_fp8.cpp +0 -0
  1677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_reduce/common.hpp +0 -0
  1678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_reduce/conv3d_fwd_convscale_amax_fp8.cpp +0 -0
  1679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_reduce/conv3d_fwd_convscale_relu_amax_fp8.cpp +0 -0
  1680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_relu/common.hpp +0 -0
  1681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_convscale_relu/conv3d_fwd_convscale_relu_fp8.cpp +0 -0
  1682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scale/grouped_conv_fwd_scale_fp16.cpp +0 -0
  1683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_ab/grouped_conv_fwd_scaleadd_ab.inc +0 -0
  1684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_ab/grouped_conv_fwd_scaleadd_ab_bf16.cpp +0 -0
  1685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_ab/grouped_conv_fwd_scaleadd_ab_fp16.cpp +0 -0
  1686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_ab/grouped_conv_fwd_scaleadd_ab_fp32.cpp +0 -0
  1687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_ab/grouped_conv_fwd_scaleadd_ab_int8.cpp +0 -0
  1688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_scaleadd_relu/grouped_conv_fwd_scaleadd_scaleadd_relu.inc +0 -0
  1689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_scaleadd_relu/grouped_conv_fwd_scaleadd_scaleadd_relu_bf16.cpp +0 -0
  1690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_scaleadd_relu/grouped_conv_fwd_scaleadd_scaleadd_relu_fp16.cpp +0 -0
  1691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_scaleadd_relu/grouped_conv_fwd_scaleadd_scaleadd_relu_fp32.cpp +0 -0
  1692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_fwd_scaleadd_scaleadd_relu/grouped_conv_fwd_scaleadd_scaleadd_relu_int8.cpp +0 -0
  1693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/CMakeLists.txt +0 -0
  1694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/README.md +0 -0
  1695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/tensor_transform_using_wrapper.cpp +0 -0
  1696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/wrapper_basic_gemm.cpp +0 -0
  1697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/wrapper_img2col.cpp +0 -0
  1698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/25_wrapper/wrapper_optimized_gemm.cpp +0 -0
  1699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/CMakeLists.txt +0 -0
  1700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/gemm_bias_fastgelu_xdl_bf16_i8.cpp +0 -0
  1701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/gemm_bias_xdl_bf16_i8.cpp +0 -0
  1702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/gemm_xdl_bf16_i8.cpp +0 -0
  1703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/gemm_xdl_gelu_bf16_i8.cpp +0 -0
  1704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/30_gemm_bf16Aint8B/gemm_xdl_multiply_bf16_i8.cpp +0 -0
  1705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/CMakeLists.txt +0 -0
  1706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/grouped_gemm_bias_fastgelu_xdl_bf16_i8.cpp +0 -0
  1707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/grouped_gemm_fastgelu_xdl_bf16_i8.cpp +0 -0
  1708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/grouped_gemm_multiply_bias_fastgelu_xdl_bf16_i8.cpp +0 -0
  1709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/grouped_gemm_multiply_xdl_bf16_i8.cpp +0 -0
  1710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/31_grouped_gemm_bf16Aint8B/grouped_gemm_xdl_bf16_i8.cpp +0 -0
  1711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/32_gemm_mx/CMakeLists.txt +0 -0
  1712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/32_gemm_mx/gemm_mx_fp8.cpp +0 -0
  1713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/CMakeLists.txt +0 -0
  1714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/client_example/README.md +0 -0
  1715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/Analyzers.cmake +0 -0
  1716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/ClangTidy.cmake +0 -0
  1717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/CppCheck.cmake +0 -0
  1718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/DoxygenDoc.cmake +0 -0
  1719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/Embed.cmake +0 -0
  1720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/EnableCompilerWarnings.cmake +0 -0
  1721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/ShardInstantiation.cmake +0 -0
  1722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/TargetFlags.cmake +0 -0
  1723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/call_shard.in +0 -0
  1724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/getopt.cmake +0 -0
  1725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/gtest.cmake +0 -0
  1726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/cmake/instantiate_shard.in +0 -0
  1727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/CMakeLists.txt +0 -0
  1728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/README.md +0 -0
  1729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/driver/main.cpp +0 -0
  1730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_batched_gemm_softmax_gemm/operation.hpp +0 -0
  1731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_batched_gemm_softmax_gemm/problem.hpp +0 -0
  1732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_gemm_multiple_d/operation.hpp +0 -0
  1733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_gemm_multiple_d/problem.hpp +0 -0
  1734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_gemm_multiple_d.hpp +0 -0
  1735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_grouped_conv_fwd_multiple_d/conv_fwd_op.hpp +0 -0
  1736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/device_grouped_conv_fwd_multiple_d/conv_fwd_problem.hpp +0 -0
  1737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/headers.hpp +0 -0
  1738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/operation/gemm.hpp +0 -0
  1739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/stringutils.hpp +0 -0
  1740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/types.hpp +0 -0
  1741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/include/ck/host/utils.hpp +0 -0
  1742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_batched_gemm_softmax_gemm.cpp +0 -0
  1743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_batched_gemm_softmax_gemm_operation_xdl_cshuffle.cpp +0 -0
  1744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_gemm_multiple_d.cpp +0 -0
  1745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_gemm_multiple_d_operation_xdl_cshuffle.cpp +0 -0
  1746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_grouped_conv_fwd_multiple_abd.cpp +0 -0
  1747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/device_grouped_conv_fwd_multiple_abd_operation_xdl_cshuffle.cpp +0 -0
  1748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/headers.cpp +0 -0
  1749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/types.cpp +0 -0
  1750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/src/utils.cpp +0 -0
  1751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/CMakeLists.txt +0 -0
  1752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/batched_gemm_softmax_gemm.cpp +0 -0
  1753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/gemm_multiple_d.cpp +0 -0
  1754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/grouped_conv_fwd_multiple_d_v1.cpp +0 -0
  1755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/grouped_conv_fwd_multiple_d_v2.cpp +0 -0
  1756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/grouped_conv_fwd_multiple_d_v3.cpp +0 -0
  1757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/grouped_conv_fwd_multiple_d_v4.cpp +0 -0
  1758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/include/common.hpp +0 -0
  1759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/include/test.hpp +0 -0
  1760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/CMakeLists.txt +0 -0
  1761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/compile_kernel.hpp +0 -0
  1762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/filesystem.hpp +0 -0
  1763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/hip.hpp +0 -0
  1764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/kernel.hpp +0 -0
  1765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/manage_ptr.hpp +0 -0
  1766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/include/rtc/tmp_dir.hpp +0 -0
  1767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/src/compile_kernel.cpp +0 -0
  1768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/src/hip.cpp +0 -0
  1769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/src/kernel.cpp +0 -0
  1770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/codegen/test/rtc/src/tmp_dir.cpp +0 -0
  1771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/dev-requirements.txt +0 -0
  1772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/Contributors_Guide.rst +0 -0
  1773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/conceptual/Composable-Kernel-math.rst +0 -0
  1774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/conceptual/Composable-Kernel-structure.rst +0 -0
  1775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/conf.py +0 -0
  1776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/data/ck_component.png +0 -0
  1777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/data/ck_layer.png +0 -0
  1778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/doxygen/Doxyfile +0 -0
  1779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/index.rst +0 -0
  1780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/install/Composable-Kernel-Docker.rst +0 -0
  1781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/install/Composable-Kernel-install.rst +0 -0
  1782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/install/Composable-Kernel-prerequisites.rst +0 -0
  1783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/license.rst +0 -0
  1784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/reference/Composable-Kernel-wrapper.rst +0 -0
  1785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/reference/Composable_Kernel_custom_types.rst +0 -0
  1786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/reference/Composable_Kernel_supported_scalar_types.rst +0 -0
  1787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/reference/Composable_Kernel_vector_utilities.rst +0 -0
  1788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/refs.bib +0 -0
  1789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/sphinx/_toc.yml.in +0 -0
  1790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/sphinx/requirements.in +0 -0
  1791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/sphinx/requirements.txt +0 -0
  1792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/docs/tutorial/Composable-Kernel-examples.rst +0 -0
  1793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/CMakeLists.txt +0 -0
  1794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/README.md +0 -0
  1795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/common.hpp +0 -0
  1796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_dl_fp16.cpp +0 -0
  1797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_dl_fp32.cpp +0 -0
  1798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_dl_int4.cpp +0 -0
  1799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_dl_int8.cpp +0 -0
  1800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_dpp_fp16.cpp +0 -0
  1801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_bf16.cpp +0 -0
  1802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_bf16_pk_i4_v3.cpp +0 -0
  1803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_bf16_v3.cpp +0 -0
  1804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp16.cpp +0 -0
  1805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp16_fp8_v3.cpp +0 -0
  1806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp16_pk_i4_v3.cpp +0 -0
  1807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp16_pk_i4_v3_b_scale.cpp +0 -0
  1808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp16_v3.cpp +0 -0
  1809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_fp8_v3.cpp +0 -0
  1810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_wmma_int8.cpp +0 -0
  1811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_bf16.cpp +0 -0
  1812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_bf16_pk_i4_v3.cpp +0 -0
  1813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_bf16_streamk_v3.cpp +0 -0
  1814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_bf16_v3.cpp +0 -0
  1815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16.cpp +0 -0
  1816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_fp8.cpp +0 -0
  1817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_fp8_streamk_v3.cpp +0 -0
  1818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp +0 -0
  1819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_pk_i4_v3.cpp +0 -0
  1820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_pk_i4_v3_b_scale.cpp +0 -0
  1821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_streamk_v3.cpp +0 -0
  1822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_v2.cpp +0 -0
  1823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp16_v3.cpp +0 -0
  1824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp64.cpp +0 -0
  1825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8.cpp +0 -0
  1826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8_bf8.cpp +0 -0
  1827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8_pk_i4_bpreshuffle_v3.cpp +0 -0
  1828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8_pk_i4_v3.cpp +0 -0
  1829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8_streamk_v3.cpp +0 -0
  1830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_fp8_v3.cpp +0 -0
  1831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_int4.cpp +0 -0
  1832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_int8.cpp +0 -0
  1833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_lds_direct_load_fp16.cpp +0 -0
  1834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_lds_direct_load_fp32.cpp +0 -0
  1835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp +0 -0
  1836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_streamk.cpp +0 -0
  1837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/gemm_xdl_wavelet_fp16.cpp +0 -0
  1838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/run_gemm_example.inc +0 -0
  1839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/run_gemm_example_streamk.inc +0 -0
  1840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/run_gemm_example_streamk_v2.inc +0 -0
  1841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/01_gemm/run_gemm_example_v2.inc +0 -0
  1842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/02_gemm_bilinear/CMakeLists.txt +0 -0
  1843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/02_gemm_bilinear/README.md +0 -0
  1844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/02_gemm_bilinear/gemm_bilinear_wmma_fp16.cpp +0 -0
  1845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/02_gemm_bilinear/gemm_bilinear_wmma_int8.cpp +0 -0
  1846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/02_gemm_bilinear/gemm_bilinear_xdl_fp16.cpp +0 -0
  1847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/03_gemm_bias_relu/CMakeLists.txt +0 -0
  1848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/03_gemm_bias_relu/README.md +0 -0
  1849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/03_gemm_bias_relu/gemm_bias_relu_xdl_fp16.cpp +0 -0
  1850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/CMakeLists.txt +0 -0
  1851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/README.md +0 -0
  1852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/common.hpp +0 -0
  1853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_bf16.cpp +0 -0
  1854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_fp16.cpp +0 -0
  1855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_fp32.cpp +0 -0
  1856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_int4.cpp +0 -0
  1857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_int8.cpp +0 -0
  1858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/gemm_add_add_fastgelu_xdl_lds_direct_load_fp32.cpp +0 -0
  1859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/04_gemm_add_add_fastgelu/run_gemm_add_add_fastgelu_example.inc +0 -0
  1860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/CMakeLists.txt +0 -0
  1861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/README.md +0 -0
  1862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_common.hpp +0 -0
  1863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_dl_common.hpp +0 -0
  1864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_dl_fp16.cpp +0 -0
  1865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_dl_fp32.cpp +0 -0
  1866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_dl_int8.cpp +0 -0
  1867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_bf16.cpp +0 -0
  1868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_bf8.cpp +0 -0
  1869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_bf8_fp8.cpp +0 -0
  1870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp16.cpp +0 -0
  1871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp16_comp_fp8.cpp +0 -0
  1872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp32.cpp +0 -0
  1873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp64.cpp +0 -0
  1874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp8.cpp +0 -0
  1875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_fp8_bf8.cpp +0 -0
  1876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/convnd_fwd_xdl_int8.cpp +0 -0
  1877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/run_convnd_fwd_dl_example.inc +0 -0
  1878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/09_convnd_fwd/run_convnd_fwd_example.inc +0 -0
  1879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/CMakeLists.txt +0 -0
  1880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/common.hpp +0 -0
  1881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/convnd_fwd_max_xdl_bf16.cpp +0 -0
  1882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/convnd_fwd_max_xdl_fp16.cpp +0 -0
  1883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/convnd_fwd_max_xdl_fp32.cpp +0 -0
  1884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/convnd_fwd_max_xdl_int4.cpp +0 -0
  1885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/convnd_fwd_max_xdl_int8.cpp +0 -0
  1886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/10_convnd_fwd_multiple_d_multiple_reduce/run_convnd_fwd_max_example.inc +0 -0
  1887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/CMakeLists.txt +0 -0
  1888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/README.md +0 -0
  1889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_blockwise.cpp +0 -0
  1890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_blockwise_impl.hpp +0 -0
  1891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_blockwise_two_call.cpp +0 -0
  1892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_example_common.hpp +0 -0
  1893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_multiblock_atomic_add.cpp +0 -0
  1894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_multiblock_atomic_add_impl.hpp +0 -0
  1895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_threadwise_multi_d.cpp +0 -0
  1896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/12_reduce/reduce_threadwise_multi_d_impl.hpp +0 -0
  1897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/13_pool2d_fwd/CMakeLists.txt +0 -0
  1898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/13_pool2d_fwd/README.md +0 -0
  1899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/13_pool2d_fwd/pool2d_fwd_common.hpp +0 -0
  1900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/13_pool2d_fwd/pool2d_fwd_fp16.cpp +0 -0
  1901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/13_pool2d_fwd/pool2d_fwd_fp32.cpp +0 -0
  1902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/14_gemm_quantization/CMakeLists.txt +0 -0
  1903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/14_gemm_quantization/gemm_dl_quantization_int8.cpp +0 -0
  1904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/14_gemm_quantization/gemm_xdl_bias_relu_quantization_int8.cpp +0 -0
  1905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/14_gemm_quantization/gemm_xdl_quantization_int8.cpp +0 -0
  1906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/CMakeLists.txt +0 -0
  1907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/README.md +0 -0
  1908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_multiple_d_dl_fp16.cpp +0 -0
  1909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_multiple_d_splitk_xdl_fp16.cpp +0 -0
  1910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_multiple_d_xdl_fp16.cpp +0 -0
  1911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_bf16.cpp +0 -0
  1912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_fixed_nk_bias_fp16.cpp +0 -0
  1913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_fixed_nk_fp16.cpp +0 -0
  1914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_fixed_nk_fp16_fp8.cpp +0 -0
  1915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_fp16.cpp +0 -0
  1916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_fp32.cpp +0 -0
  1917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_int4.cpp +0 -0
  1918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_int8.cpp +0 -0
  1919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/grouped_gemm_xdl_splitk_fp16.cpp +0 -0
  1920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/15_grouped_gemm/run_grouped_gemm_example.inc +0 -0
  1921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/CMakeLists.txt +0 -0
  1922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_add_add_mean_meansquare_xdl_fp16.cpp +0 -0
  1923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_add_addsquare_xdl_int8.cpp +0 -0
  1924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_max_xdl_bf16.cpp +0 -0
  1925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_max_xdl_fp16.cpp +0 -0
  1926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_max_xdl_fp32.cpp +0 -0
  1927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_max_xdl_int4.cpp +0 -0
  1928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_max_xdl_int8.cpp +0 -0
  1929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_mean_meansquare_xdl_bf16.cpp +0 -0
  1930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_mean_meansquare_xdl_fp16.cpp +0 -0
  1931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_mean_meansquare_xdl_fp32.cpp +0 -0
  1932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/16_gemm_multi_d_multi_reduces/gemm_reduce_xdl_common.hpp +0 -0
  1933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/17_convnd_bwd_data/CMakeLists.txt +0 -0
  1934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/17_convnd_bwd_data/README.md +0 -0
  1935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/17_convnd_bwd_data/convnd_bwd_data_common.hpp +0 -0
  1936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/17_convnd_bwd_data/convnd_bwd_data_dl_fp16.cpp +0 -0
  1937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/17_convnd_bwd_data/convnd_bwd_data_xdl_fp16.cpp +0 -0
  1938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/18_batched_gemm_reduce/CMakeLists.txt +0 -0
  1939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/18_batched_gemm_reduce/batched_gemm_reduce_xdl_fp16.cpp +0 -0
  1940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/19_binary_elementwise/CMakeLists.txt +0 -0
  1941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/19_binary_elementwise/broadcast_add_2d_amn_bn.cpp +0 -0
  1942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/19_binary_elementwise/broadcast_add_3d_am_bmnk.cpp +0 -0
  1943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/19_binary_elementwise/elementwise_add_1d.cpp +0 -0
  1944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/19_binary_elementwise/elementwise_add_4d.cpp +0 -0
  1945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/CMakeLists.txt +0 -0
  1946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/common.hpp +0 -0
  1947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_dl_fp16.cpp +0 -0
  1948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_v3_xdl_bf16.cpp +0 -0
  1949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_v3_xdl_fp16.cpp +0 -0
  1950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_wmma_fp16.cpp +0 -0
  1951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_xdl_bf16.cpp +0 -0
  1952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_xdl_fp16.cpp +0 -0
  1953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/grouped_conv_bwd_weight_xdl_fp16_comp_bf8_fp8.cpp +0 -0
  1954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/20_grouped_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc +0 -0
  1955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/21_gemm_layernorm/CMakeLists.txt +0 -0
  1956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_naive_fp16.cpp +0 -0
  1957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_welford_fp16.cpp +0 -0
  1958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/21_gemm_layernorm/gemm_layernorm_xdl_naive_fp16.cpp +0 -0
  1959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/21_gemm_layernorm/gemm_xdl_layernorm_naive_single_kernel_fp16.cpp +0 -0
  1960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/CMakeLists.txt +0 -0
  1961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_bf16.cpp +0 -0
  1962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_common.hpp +0 -0
  1963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_fp16.cpp +0 -0
  1964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_fp32.cpp +0 -0
  1965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_int4.cpp +0 -0
  1966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/22_cgemm/cgemm_xdl_int8.cpp +0 -0
  1967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/23_softmax/CMakeLists.txt +0 -0
  1968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/23_softmax/README.md +0 -0
  1969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/23_softmax/softmax_blockwise.cpp +0 -0
  1970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/CMakeLists.txt +0 -0
  1971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_bf16.cpp +0 -0
  1972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_bf16_v3.cpp +0 -0
  1973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_fp16.cpp +0 -0
  1974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_fp16int4_b_scale_v3.cpp +0 -0
  1975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_fp32.cpp +0 -0
  1976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_fp8_rowwise_v3.cpp +0 -0
  1977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_int4.cpp +0 -0
  1978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/batched_gemm_xdl_int8.cpp +0 -0
  1979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/run_batched_gemm_example.inc +0 -0
  1980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/run_batched_gemm_example_fp16int4_b_scale.inc +0 -0
  1981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/24_batched_gemm/run_batched_gemm_example_rowwise.inc +0 -0
  1982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/25_gemm_bias_e_permute/CMakeLists.txt +0 -0
  1983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/25_gemm_bias_e_permute/gemm_bias_e_permute_g1m2n3k1_xdl_fp16.cpp +0 -0
  1984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/25_gemm_bias_e_permute/gemm_bias_e_permute_g1m3n2k1_xdl_fp16.cpp +0 -0
  1985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/CMakeLists.txt +0 -0
  1986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/README.md +0 -0
  1987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/common_instances.hpp +0 -0
  1988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_bf16_compute_fp32.cpp +0 -0
  1989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp16_compute_fp32.cpp +0 -0
  1990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp32.cpp +0 -0
  1991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp32_compute_bf16.cpp +0 -0
  1992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp32_compute_fp16.cpp +0 -0
  1993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp64.cpp +0 -0
  1994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_bilinear_xdl_fp64_compute_fp32.cpp +0 -0
  1995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_bf16_compute_fp32.cpp +0 -0
  1996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp16_compute_fp32.cpp +0 -0
  1997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp32.cpp +0 -0
  1998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp32_compute_bf16.cpp +0 -0
  1999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp32_compute_fp16.cpp +0 -0
  2000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp64.cpp +0 -0
  2001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/contraction_scale_xdl_fp64_compute_fp32.cpp +0 -0
  2002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/run_contraction_bilinear_example.inc +0 -0
  2003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/26_contraction/run_contraction_scale_example.inc +0 -0
  2004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/27_layernorm2d_fwd/CMakeLists.txt +0 -0
  2005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/27_layernorm2d_fwd/common.hpp +0 -0
  2006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/27_layernorm2d_fwd/layernorm2d_fwd_fp16.cpp +0 -0
  2007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/27_layernorm2d_fwd/layernorm2d_fwd_splitk_fp16.cpp +0 -0
  2008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/27_layernorm2d_fwd/run_layernorm_example.inc +0 -0
  2009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/28_grouped_gemm_bias_e_permute/CMakeLists.txt +0 -0
  2010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/28_grouped_gemm_bias_e_permute/grouped_gemm_bias_e_permute_xdl_fp16.cpp +0 -0
  2011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/29_batched_gemm_bias_e_permute/CMakeLists.txt +0 -0
  2012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/29_batched_gemm_bias_e_permute/batched_gemm_bias_e_permute_wmma_fp16.cpp +0 -0
  2013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/29_batched_gemm_bias_e_permute/batched_gemm_bias_e_permute_xdl_fp16.cpp +0 -0
  2014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/CMakeLists.txt +0 -0
  2015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/README.md +0 -0
  2016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/common.hpp +0 -0
  2017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/common_wmma.hpp +0 -0
  2018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_wmma_fp16.cpp +0 -0
  2019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_wmma_int8.cpp +0 -0
  2020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_xdl_bf16.cpp +0 -0
  2021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_xdl_fp16.cpp +0 -0
  2022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_xdl_fp32.cpp +0 -0
  2023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_xdl_int4.cpp +0 -0
  2024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_bias_relu_add_xdl_int8.cpp +0 -0
  2025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/grouped_conv_fwd_xdl_fp16.cpp +0 -0
  2026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/run_grouped_conv_fwd_bias_relu_add_example.inc +0 -0
  2027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/run_grouped_conv_fwd_bias_relu_add_wmma_example.inc +0 -0
  2028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/30_grouped_conv_fwd_multiple_d/run_grouped_conv_fwd_example.inc +0 -0
  2029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/CMakeLists.txt +0 -0
  2030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/batched_gemm_gemm_xdl_bf16.cpp +0 -0
  2031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/batched_gemm_gemm_xdl_fp16.cpp +0 -0
  2032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/batched_gemm_gemm_xdl_fp32.cpp +0 -0
  2033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/batched_gemm_gemm_xdl_int4.cpp +0 -0
  2034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/batched_gemm_gemm_xdl_int8.cpp +0 -0
  2035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/31_batched_gemm_gemm/run_batched_gemm_gemm_example.inc +0 -0
  2036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/CMakeLists.txt +0 -0
  2037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_lower_triangle_scale_softmax_gemm_permute_wmma_fp16.cpp +0 -0
  2038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_lower_triangle_scale_softmax_gemm_permute_xdl_fp16.cpp +0 -0
  2039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_scale_softmax_gemm_permute_wmma_fp16.cpp +0 -0
  2040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_scale_softmax_gemm_permute_xdl_bf16.cpp +0 -0
  2041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_scale_softmax_gemm_permute_xdl_fp16.cpp +0 -0
  2042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_scale_softmax_gemm_xdl_bf16.cpp +0 -0
  2043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/batched_gemm_scale_softmax_gemm_xdl_fp16.cpp +0 -0
  2044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/cross_attention_forward_wmma_fp16.cpp +0 -0
  2045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/grouped_gemm_lower_triangle_scale_softmax_gemm_permute_xdl_fp16.cpp +0 -0
  2046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/grouped_gemm_scale_softmax_gemm_permute_xdl_fp16.cpp +0 -0
  2047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/grouped_query_attention_forward_wmma_fp16.cpp +0 -0
  2048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/multi_query_attention_forward_wmma_fp16.cpp +0 -0
  2049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_batched_gemm_scale_softmax_gemm.inc +0 -0
  2050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_batched_gemm_scale_softmax_gemm_permute.inc +0 -0
  2051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_batched_gemm_scale_softmax_gemm_permute_wmma.inc +0 -0
  2052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_cross_attention_wmma.inc +0 -0
  2053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_grouped_gemm_scale_softmax_gemm_permute.inc +0 -0
  2054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_grouped_query_attention_forward_wmma.inc +0 -0
  2055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_multi_query_attention_forward_wmma.inc +0 -0
  2056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/run_self_attention_wmma.inc +0 -0
  2057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/32_batched_gemm_scale_softmax_gemm/self_attention_forward_wmma_fp16.cpp +0 -0
  2058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/33_multiple_reduce/CMakeLists.txt +0 -0
  2059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/33_multiple_reduce/README.md +0 -0
  2060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/33_multiple_reduce/dual_reduce_common.hpp +0 -0
  2061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/33_multiple_reduce/dual_reduce_multiblock.cpp +0 -0
  2062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/33_multiple_reduce/dual_reduce_threadwise.cpp +0 -0
  2063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/CMakeLists.txt +0 -0
  2064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/README.md +0 -0
  2065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_backward_nhwc.cpp +0 -0
  2066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_common.hpp +0 -0
  2067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_forward_inferring_nhwc.cpp +0 -0
  2068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_forward_training_nhwc.cpp +0 -0
  2069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_forward_training_nhwc_obsolete.cpp +0 -0
  2070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/34_batchnorm/batchnorm_infer_impl.hpp +0 -0
  2071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/CMakeLists.txt +0 -0
  2072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/common.hpp +0 -0
  2073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/gemm_xdl_splitk_reduce_bf16.cpp +0 -0
  2074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/gemm_xdl_splitk_reduce_bf16A_i8B.cpp +0 -0
  2075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/gemm_xdl_splitk_reduce_multi_d_bf16.cpp +0 -0
  2076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/gemm_xdl_splitk_reduce_multi_d_fp16.cpp +0 -0
  2077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/run_gemm_splitk_reduce_multi_d_example.inc +0 -0
  2078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/run_splitK_gemm_example.inc +0 -0
  2079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_bf16.cpp +0 -0
  2080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_fp16.cpp +0 -0
  2081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_fp16_fp8.cpp +0 -0
  2082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_fp32.cpp +0 -0
  2083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_int4.cpp +0 -0
  2084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_int8.cpp +0 -0
  2085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/35_splitK_gemm/splitK_gemm_xdl_lds_direct_load_fp16.cpp +0 -0
  2086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/36_sparse_embedding/CMakeLists.txt +0 -0
  2087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/36_sparse_embedding/sparse_embedding3_forward_layernorm.cpp +0 -0
  2088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/37_batched_gemm_add_add_relu_gemm_add/CMakeLists.txt +0 -0
  2089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/37_batched_gemm_add_add_relu_gemm_add/batched_gemm_add_add_relu_gemm_add_xdl_fp16.cpp +0 -0
  2090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/CMakeLists.txt +0 -0
  2091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/common.hpp +0 -0
  2092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/grouped_conv_bwd_data_bias_relu_xdl_fp16.cpp +0 -0
  2093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/grouped_conv_bwd_data_wmma_fp16.cpp +0 -0
  2094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/grouped_conv_bwd_data_xdl_fp16.cpp +0 -0
  2095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/grouped_conv_bwd_data_xdl_fp16_comp_bf8_fp8.cpp +0 -0
  2096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/run_grouped_conv_bwd_data_bias_relu_example.inc +0 -0
  2097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/38_grouped_conv_bwd_data_multiple_d/run_grouped_conv_bwd_data_example.inc +0 -0
  2098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/CMakeLists.txt +0 -0
  2099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/common.hpp +0 -0
  2100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/permute_1xHxW_fp16.cpp +0 -0
  2101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/permute_HxWx4_fp16.cpp +0 -0
  2102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/permute_NxHxW_fp16.cpp +0 -0
  2103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/run_permute_bundle_example.inc +0 -0
  2104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/39_permute/run_permute_element_example.inc +0 -0
  2105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/CMakeLists.txt +0 -0
  2106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/common.hpp +0 -0
  2107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_bias_relu_perchannel_quantization_int8.cpp +0 -0
  2108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_bias_relu_perlayer_quantization_int8.cpp +0 -0
  2109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_bias_tanh_perchannel_quantization_int8.cpp +0 -0
  2110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_bias_tanh_perlayer_quantization_int8.cpp +0 -0
  2111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_perchannel_quantization_int8.cpp +0 -0
  2112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_dl_perlayer_quantization_int8.cpp +0 -0
  2113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_xdl_bias_relu_perchannel_quantization_int8.cpp +0 -0
  2114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_xdl_bias_relu_perlayer_quantization_int8.cpp +0 -0
  2115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_xdl_perchannel_quantization_int8.cpp +0 -0
  2116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/conv2d_fwd_xdl_perlayer_quantization_int8.cpp +0 -0
  2117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/run_conv2d_fwd_bias_perchannel_quantization_example.inc +0 -0
  2118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/run_conv2d_fwd_bias_perlayer_quantization_example.inc +0 -0
  2119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/run_conv2d_fwd_perchannel_quantization_example.inc +0 -0
  2120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/40_conv2d_fwd_quantization/run_conv2d_fwd_perlayer_quantization_example.inc +0 -0
  2121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/CMakeLists.txt +0 -0
  2122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/grouped_conv_conv_fwd_xdl_bf16.cpp +0 -0
  2123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/grouped_conv_conv_fwd_xdl_fp16.cpp +0 -0
  2124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/grouped_conv_conv_fwd_xdl_fp32.cpp +0 -0
  2125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/grouped_conv_conv_fwd_xdl_int4.cpp +0 -0
  2126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/grouped_conv_conv_fwd_xdl_int8.cpp +0 -0
  2127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/41_grouped_conv_conv_fwd/run_grouped_conv_conv_fwd_example.inc +0 -0
  2128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/CMakeLists.txt +0 -0
  2129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/common.hpp +0 -0
  2130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/groupnorm_fwd_sigmoid_mul_fp16.cpp +0 -0
  2131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/groupnorm_fwd_splitk_fp16.cpp +0 -0
  2132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/groupnorm_fwd_swish_fp16.cpp +0 -0
  2133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/42_groupnorm_fwd/run_groupnorm_fwd_example.inc +0 -0
  2134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/43_splitk_gemm_bias_e_permute/CMakeLists.txt +0 -0
  2135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/43_splitk_gemm_bias_e_permute/splitk_gemm_bias_e_permute_xdl_fp16.cpp +0 -0
  2136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/43_splitk_gemm_bias_e_permute/splitk_gemm_bias_e_permute_xdl_fp32.cpp +0 -0
  2137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/CMakeLists.txt +0 -0
  2138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_binary_4D_fp16.cpp +0 -0
  2139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_permute_4D_fp16.cpp +0 -0
  2140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_permute_4D_fp16_col.cpp +0 -0
  2141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_permute_4D_fp16_row.cpp +0 -0
  2142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_permute_4D_fp32_col.cpp +0 -0
  2143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_permute_4D_fp32_row.cpp +0 -0
  2144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_scale_permute_amax_2D_fp16_fp8.cpp +0 -0
  2145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/44_elementwise_permute/elementwise_trinary_4D_fp16.cpp +0 -0
  2146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/45_elementwise_normalization/CMakeLists.txt +0 -0
  2147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/45_elementwise_normalization/elementwise_layernorm_blockwise.cpp +0 -0
  2148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/CMakeLists.txt +0 -0
  2149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/README.md +0 -0
  2150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/common.hpp +0 -0
  2151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/gemm_add_multiply_dl_fp16.cpp +0 -0
  2152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/gemm_add_multiply_xdl_fp16.cpp +0 -0
  2153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/46_gemm_add_multiply/run_gemm_add_multiply_example.inc +0 -0
  2154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/47_gemm_bias_softmax_gemm_permute/CMakeLists.txt +0 -0
  2155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/47_gemm_bias_softmax_gemm_permute/gemm_bias_softmax_gemm_permute_xdl.cpp +0 -0
  2156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/48_pool3d_fwd/CMakeLists.txt +0 -0
  2157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/48_pool3d_fwd/pool3d_fwd_common.hpp +0 -0
  2158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/48_pool3d_fwd/pool3d_fwd_fp16.cpp +0 -0
  2159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/49_maxpool2d_bwd/CMakeLists.txt +0 -0
  2160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/49_maxpool2d_bwd/maxpool2d_bwd_bf16.cpp +0 -0
  2161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/49_maxpool2d_bwd/maxpool2d_bwd_common.hpp +0 -0
  2162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/49_maxpool2d_bwd/maxpool2d_bwd_fp16.cpp +0 -0
  2163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/49_maxpool2d_bwd/maxpool2d_bwd_fp32.cpp +0 -0
  2164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/50_put_element/CMakeLists.txt +0 -0
  2165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/50_put_element/put_element_fp16.cpp +0 -0
  2166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/51_avgpool3d_bwd/CMakeLists.txt +0 -0
  2167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/51_avgpool3d_bwd/avgpool3d_bwd_bf16.cpp +0 -0
  2168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/51_avgpool3d_bwd/avgpool3d_bwd_common.hpp +0 -0
  2169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/51_avgpool3d_bwd/avgpool3d_bwd_fp16.cpp +0 -0
  2170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/51_avgpool3d_bwd/avgpool3d_bwd_fp32.cpp +0 -0
  2171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/52_im2col_col2im/CMakeLists.txt +0 -0
  2172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/52_im2col_col2im/column_to_image_f32.cpp +0 -0
  2173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/52_im2col_col2im/common.hpp +0 -0
  2174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/52_im2col_col2im/image_to_column_f32.cpp +0 -0
  2175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/53_layernorm2d_bwd/CMakeLists.txt +0 -0
  2176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/53_layernorm2d_bwd/layernorm2d_bwd_fp32.cpp +0 -0
  2177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/54_groupnorm_bwd/CMakeLists.txt +0 -0
  2178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/54_groupnorm_bwd/groupnorm_bwd_fp32.cpp +0 -0
  2179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/59_grouped_gemm_multi_ABD/CMakeLists.txt +0 -0
  2180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/59_grouped_gemm_multi_ABD/grouped_gemm_multi_abd_xdl_fixed_nk_bias_bf16_i8.cpp +0 -0
  2181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/59_grouped_gemm_multi_ABD/grouped_gemm_multi_abd_xdl_fixed_nk_bias_fp16.cpp +0 -0
  2182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/60_gemm_multi_ABD/CMakeLists.txt +0 -0
  2183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/60_gemm_multi_ABD/gemm_multi_ABD_xdl_bias_fastgelu_bf16_i8.cpp +0 -0
  2184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/60_gemm_multi_ABD/gemm_multi_ABD_xdl_fastgelu_bf16_i8.cpp +0 -0
  2185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/60_gemm_multi_ABD/gemm_multi_ABD_xdl_fp16.cpp +0 -0
  2186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/60_gemm_multi_ABD/gemm_multi_ABD_xdl_multiply_bias_fastgelu_bf16_i8.cpp +0 -0
  2187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/61_contraction_multi_ABD/CMakeLists.txt +0 -0
  2188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/61_contraction_multi_ABD/contraction_multi_ABD_xdl_fp16.cpp +0 -0
  2189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/61_contraction_multi_ABD/contraction_multi_ABD_xdl_fp8.cpp +0 -0
  2190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/CMakeLists.txt +0 -0
  2191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/binary/CMakeLists.txt +0 -0
  2192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/binary/convnd_bwd_data_xdl_bilinear_residual_fp16.cpp +0 -0
  2193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/binary/convnd_bwd_weight_xdl_bilinear_residual_fp16.cpp +0 -0
  2194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/binary/convnd_fwd_xdl_bilinear_residual_fp16.cpp +0 -0
  2195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convinvscale/CMakeLists.txt +0 -0
  2196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convinvscale/convnd_fwd_convinvscale_common.hpp +0 -0
  2197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convinvscale/convnd_fwd_xdl_convinvscale_fp8.cpp +0 -0
  2198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convinvscale/run_convnd_fwd_convinvscale_example.inc +0 -0
  2199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convnd_fwd_xdl_scaleadd_scaleadd_relu_bcasted_bias_fp16.cpp +0 -0
  2200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convnd_fwd_xdl_scaleadd_scaleadd_relu_fp16.cpp +0 -0
  2201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/CMakeLists.txt +0 -0
  2202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/convnd_fwd_convscale_common.hpp +0 -0
  2203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/convnd_fwd_xdl_convscale_bf8.cpp +0 -0
  2204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/convnd_fwd_xdl_convscale_bf8_fp8.cpp +0 -0
  2205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/convnd_fwd_xdl_convscale_fp8.cpp +0 -0
  2206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/convnd_fwd_xdl_convscale_fp8_bf8.cpp +0 -0
  2207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale/run_convnd_fwd_convscale_example.inc +0 -0
  2208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_add/CMakeLists.txt +0 -0
  2209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_add/convnd_fwd_convscale_add_common.hpp +0 -0
  2210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_add/convnd_fwd_xdl_convscale_add_fp8.cpp +0 -0
  2211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_add/run_convnd_fwd_convscale_add_example.inc +0 -0
  2212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_reduce/CMakeLists.txt +0 -0
  2213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_reduce/convnd_fwd_convscale_reduce_common.hpp +0 -0
  2214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_reduce/convnd_fwd_xdl_convscale_amax_fp8.cpp +0 -0
  2215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_reduce/convnd_fwd_xdl_convscale_relu_amax_fp8.cpp +0 -0
  2216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_reduce/run_convnd_fwd_example.inc +0 -0
  2217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_relu/CMakeLists.txt +0 -0
  2218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_relu/convnd_fwd_convscale_relu_common.hpp +0 -0
  2219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_relu/convnd_fwd_xdl_convscale_relu_fp8.cpp +0 -0
  2220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/convscale_relu/run_convnd_fwd_convscale_relu_example.inc +0 -0
  2221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/CMakeLists.txt +0 -0
  2222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_activ_dynamic_unary_common.hpp +0 -0
  2223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_abs_fp16.cpp +0 -0
  2224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_clippedrelu_fp16.cpp +0 -0
  2225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_elu_fp16.cpp +0 -0
  2226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_leakyrelu_fp16.cpp +0 -0
  2227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_logistic_fp16.cpp +0 -0
  2228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_passthrough_fp16.cpp +0 -0
  2229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_pow_fp16.cpp +0 -0
  2230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_relu_fp16.cpp +0 -0
  2231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_sigmoid_fp16.cpp +0 -0
  2232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_softrelu_fp16.cpp +0 -0
  2233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_swish_fp16.cpp +0 -0
  2234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/dynamic_unary/convnd_fwd_xdl_dynamic_tanh_fp16.cpp +0 -0
  2235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/CMakeLists.txt +0 -0
  2236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/conv_fwd_xdl_scaleadd_ab_bf16.cpp +0 -0
  2237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/conv_fwd_xdl_scaleadd_ab_fp16.cpp +0 -0
  2238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/conv_fwd_xdl_scaleadd_ab_fp32.cpp +0 -0
  2239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/conv_fwd_xdl_scaleadd_ab_int8.cpp +0 -0
  2240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/multi_AB/convnd_fwd_activ_multi_ab_common.hpp +0 -0
  2241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/run_convnd_activ_dynamic_example.inc +0 -0
  2242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/run_convnd_activ_example.inc +0 -0
  2243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/CMakeLists.txt +0 -0
  2244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_activ_unary_common.hpp +0 -0
  2245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_abs_fp16.cpp +0 -0
  2246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_clippedrelu_fp16.cpp +0 -0
  2247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_elu_fp16.cpp +0 -0
  2248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_leakyrelu_fp16.cpp +0 -0
  2249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_logistic_fp16.cpp +0 -0
  2250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_passthrough_fp16.cpp +0 -0
  2251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_pow_fp16.cpp +0 -0
  2252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_relu_fp16.cpp +0 -0
  2253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_sigmoid_fp16.cpp +0 -0
  2254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_softrelu_fp16.cpp +0 -0
  2255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_swish_fp16.cpp +0 -0
  2256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/62_convnd_activ/unary/convnd_fwd_xdl_tanh_fp16.cpp +0 -0
  2257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/63_layernorm4d_fwd/CMakeLists.txt +0 -0
  2258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/63_layernorm4d_fwd/common.hpp +0 -0
  2259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/63_layernorm4d_fwd/layernorm4d_fwd_fp16.cpp +0 -0
  2260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/63_layernorm4d_fwd/layernorm4d_fwd_splitk_fp16.cpp +0 -0
  2261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/63_layernorm4d_fwd/run_layernorm4d_fwd_example.inc +0 -0
  2262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/64_fpAintB_gemm/CMakeLists.txt +0 -0
  2263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/64_fpAintB_gemm/common.hpp +0 -0
  2264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/64_fpAintB_gemm/fp16int8_gemm_wmma.cpp +0 -0
  2265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/64_fpAintB_gemm/run_gemm_example.inc +0 -0
  2266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/CMakeLists.txt +0 -0
  2267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_add_add_xdl_fp16.cpp +0 -0
  2268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_fp16_bpreshuffle.cpp +0 -0
  2269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_fp8.cpp +0 -0
  2270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_fp8_ab_scale.cpp +0 -0
  2271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_fp8_blockscale_bpreshuffle.cpp +0 -0
  2272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_fp8_bpreshuffle.cpp +0 -0
  2273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/gemm_multiply_multiply_xdl_int8.cpp +0 -0
  2274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm1_xdl_fp8.cpp +0 -0
  2275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm1_xdl_fp8_blockscale.cpp +0 -0
  2276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm1_xdl_pk_i4.cpp +0 -0
  2277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm2_xdl_fp8.cpp +0 -0
  2278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm2_xdl_fp8_blockscale.cpp +0 -0
  2279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/65_gemm_multiply_multiply/moe_gemm2_xdl_pk_i4.cpp +0 -0
  2280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/CMakeLists.txt +0 -0
  2281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/README.md +0 -0
  2282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/common_instances.hpp +0 -0
  2283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/complex_contraction_bilinear_xdl_fp32.cpp +0 -0
  2284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/complex_contraction_bilinear_xdl_fp64.cpp +0 -0
  2285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/66_complex_contraction_bilinear/run_complex_contraction_bilinear_example.inc +0 -0
  2286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/CMakeLists.txt +0 -0
  2287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/README.md +0 -0
  2288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_bf6.cpp +0 -0
  2289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_bf8.cpp +0 -0
  2290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_common.hpp +0 -0
  2291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_fp4.cpp +0 -0
  2292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_fp4_bpreshuffle.cpp +0 -0
  2293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_fp6.cpp +0 -0
  2294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_fp8.cpp +0 -0
  2295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/gemm_mx_fp8_bf8.cpp +0 -0
  2296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm1_xdl_mx_fp4.cpp +0 -0
  2297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm1_xdl_mx_fp4_bns.cpp +0 -0
  2298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm1_xdl_mx_fp4_bpreshuffle.cpp +0 -0
  2299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm2_xdl_mx_fp4.cpp +0 -0
  2300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm2_xdl_mx_fp4_bns.cpp +0 -0
  2301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/67_gemm_microscaling/moe_gemm2_xdl_mx_fp4_bpreshuffle.cpp +0 -0
  2302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/CMakeLists.txt +0 -0
  2303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/README.md +0 -0
  2304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/CMakeLists.txt +0 -0
  2305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/README.md +0 -0
  2306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/bias.hpp +0 -0
  2307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/__init__.py +0 -0
  2308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/cmake_config.py +0 -0
  2309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/cpp_symbol_map.py +0 -0
  2310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/__init__.py +0 -0
  2311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_batch_prefill.py +0 -0
  2312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py +0 -0
  2313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_fwd.py +0 -0
  2314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_fwd_appendkv.py +0 -0
  2315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_fwd_splitkv.py +0 -0
  2316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/codegen/ops/fmha_pagedkv_prefill.py +0 -0
  2317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/fmha_bwd.cpp +0 -0
  2318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/fmha_bwd.hpp +0 -0
  2319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/fmha_fwd.cpp +0 -0
  2320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/fmha_fwd.hpp +0 -0
  2321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/generate.py +0 -0
  2322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/mask.hpp +0 -0
  2323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/misc/gamc.png +0 -0
  2324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/rotary.hpp +0 -0
  2325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/script/benchmark_bwd.sh +0 -0
  2326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/script/benchmark_fwd.sh +0 -0
  2327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/script/run_full_test.sh +0 -0
  2328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/script/smoke_test_bwd.sh +0 -0
  2329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/script/smoke_test_fwd.sh +0 -0
  2330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/01_fmha/utils.hpp +0 -0
  2331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/CMakeLists.txt +0 -0
  2332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/README.md +0 -0
  2333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/generate.py +0 -0
  2334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/layernorm2d_fwd.cpp +0 -0
  2335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp +0 -0
  2336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/misc/dquant.png +0 -0
  2337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/misc/pnorm.png +0 -0
  2338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/script/perf_test.sh +0 -0
  2339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/02_layernorm2d/script/smoke_test.sh +0 -0
  2340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/CMakeLists.txt +0 -0
  2341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/README.md +0 -0
  2342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/gemm_basic.cpp +0 -0
  2343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/gemm_utils.hpp +0 -0
  2344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/gemm_weight_preshuffle.cpp +0 -0
  2345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/run_gemm_example.inc +0 -0
  2346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_basic_bf16.sh +0 -0
  2347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_basic_bf8.sh +0 -0
  2348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_basic_fp16.sh +0 -0
  2349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_basic_fp8.sh +0 -0
  2350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf16.sh +0 -0
  2351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_mem_pipeline_bf8.sh +0 -0
  2352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_mem_pipeline_fp16.sh +0 -0
  2353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/benchmark_mem_pipeline_fp8.sh +0 -0
  2354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/run_full_test.sh +0 -0
  2355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/smoke_test_basic.sh +0 -0
  2356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/script/smoke_test_mem_pipeline.sh +0 -0
  2357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/03_gemm/universal_gemm.cpp +0 -0
  2358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/04_img2col/CMakeLists.txt +0 -0
  2359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/04_img2col/README.md +0 -0
  2360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/04_img2col/image_to_column.cpp +0 -0
  2361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/04_img2col/image_to_column.hpp +0 -0
  2362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/05_reduce/CMakeLists.txt +0 -0
  2363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/05_reduce/reduce.cpp +0 -0
  2364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/05_reduce/reduce.hpp +0 -0
  2365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/CMakeLists.txt +0 -0
  2366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/README.md +0 -0
  2367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/alternative_impl/matrix_core_swizzle.cpp +0 -0
  2368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/alternative_impl/matrix_core_swizzle.hpp +0 -0
  2369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/alternative_impl/matrix_core_swizzle_kernel.hpp +0 -0
  2370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/permute.cpp +0 -0
  2371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/permute.hpp +0 -0
  2372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/06_permute/script/smoke_test.sh +0 -0
  2373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/CMakeLists.txt +0 -0
  2374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/README.md +0 -0
  2375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/script/smoke_test.sh +0 -0
  2376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/topk_softmax.cpp +0 -0
  2377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/topk_softmax_api.cpp +0 -0
  2378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/09_topk_softmax/topk_softmax_api.hpp +0 -0
  2379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/CMakeLists.txt +0 -0
  2380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/README.md +0 -0
  2381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/example_rmsnorm2d_fwd.cpp +0 -0
  2382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/generate.py +0 -0
  2383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/rmsnorm2d_fwd.cpp +0 -0
  2384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/rmsnorm2d_fwd.hpp +0 -0
  2385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/script/perf_test.sh +0 -0
  2386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/10_rmsnorm2d/script/smoke_test.sh +0 -0
  2387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/CMakeLists.txt +0 -0
  2388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/README.md +0 -0
  2389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd.cpp +0 -0
  2390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd.hpp +0 -0
  2391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/example_add_rmsnorm2d_rdquant_fwd.cpp +0 -0
  2392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_api.cpp +0 -0
  2393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n1024_instance.cpp +0 -0
  2394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n1536_instance.cpp +0 -0
  2395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n2048_instance.cpp +0 -0
  2396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n256_instance.cpp +0 -0
  2397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n3072_instance.cpp +0 -0
  2398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n4096_instance.cpp +0 -0
  2399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n512_instance.cpp +0 -0
  2400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n64_n128_instance.cpp +0 -0
  2401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n768_instance.cpp +0 -0
  2402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n8192_instance.cpp +0 -0
  2403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n8192_tp_instance.cpp +0 -0
  2404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n1024_instance.cpp +0 -0
  2405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n1536_instance.cpp +0 -0
  2406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n2048_instance.cpp +0 -0
  2407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n256_instance.cpp +0 -0
  2408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n3072_instance.cpp +0 -0
  2409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n4096_instance.cpp +0 -0
  2410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n512_instance.cpp +0 -0
  2411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n64_n128_instance.cpp +0 -0
  2412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n768_instance.cpp +0 -0
  2413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n8192_instance.cpp +0 -0
  2414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n8192_tp_instance.cpp +0 -0
  2415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_instance_common.hpp +0 -0
  2416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/script/perf_test.sh +0 -0
  2417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/11_add_rmsnorm2d_rdquant/script/smoke_test.sh +0 -0
  2418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/CMakeLists.txt +0 -0
  2419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/README.md +0 -0
  2420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/example_smoothquant.cpp +0 -0
  2421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n1024_instance.cpp +0 -0
  2422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n1536_instance.cpp +0 -0
  2423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n2048_instance.cpp +0 -0
  2424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n256_instance.cpp +0 -0
  2425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n3072_instance.cpp +0 -0
  2426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n4096_instance.cpp +0 -0
  2427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n4096_tp_instance.cpp +0 -0
  2428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n512_instance.cpp +0 -0
  2429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n64_n128_instance.cpp +0 -0
  2430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_bf16_n768_instance.cpp +0 -0
  2431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n1024_instance.cpp +0 -0
  2432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n1536_instance.cpp +0 -0
  2433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n2048_instance.cpp +0 -0
  2434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n256_instance.cpp +0 -0
  2435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n3072_instance.cpp +0 -0
  2436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n4096_instance.cpp +0 -0
  2437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n4096_tp_instance.cpp +0 -0
  2438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n512_instance.cpp +0 -0
  2439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n64_n128_instance.cpp +0 -0
  2440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fp16_n768_instance.cpp +0 -0
  2441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_fwd_api.cpp +0 -0
  2442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/instances/smoothquant_instance_common.hpp +0 -0
  2443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/script/perf_test.sh +0 -0
  2444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/script/smoke_test.sh +0 -0
  2445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/smoothquant.cpp +0 -0
  2446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/12_smoothquant/smoothquant.hpp +0 -0
  2447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/CMakeLists.txt +0 -0
  2448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/README.md +0 -0
  2449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/moe_sorting.cpp +0 -0
  2450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/moe_sorting_api.cpp +0 -0
  2451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/moe_sorting_api.hpp +0 -0
  2452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/13_moe_sorting/script/smoke_test.sh +0 -0
  2453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/CMakeLists.txt +0 -0
  2454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/README.md +0 -0
  2455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n1024_instance.cpp +0 -0
  2456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n1536_instance.cpp +0 -0
  2457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n2048_instance.cpp +0 -0
  2458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n256_instance.cpp +0 -0
  2459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n3072_instance.cpp +0 -0
  2460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n4096_instance.cpp +0 -0
  2461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n4096_tp_instance.cpp +0 -0
  2462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n512_instance.cpp +0 -0
  2463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n64_n128_instance.cpp +0 -0
  2464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_bf16_n768_instance.cpp +0 -0
  2465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n1024_instance.cpp +0 -0
  2466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n1536_instance.cpp +0 -0
  2467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n2048_instance.cpp +0 -0
  2468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n256_instance.cpp +0 -0
  2469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n3072_instance.cpp +0 -0
  2470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n4096_instance.cpp +0 -0
  2471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n4096_tp_instance.cpp +0 -0
  2472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n512_instance.cpp +0 -0
  2473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n64_n128_instance.cpp +0 -0
  2474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fp16_n768_instance.cpp +0 -0
  2475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_fwd_api.cpp +0 -0
  2476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/instances/moe_smoothquant_instance_common.hpp +0 -0
  2477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/misc/moe-sm.png +0 -0
  2478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/moe_smoothquant.cpp +0 -0
  2479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/moe_smoothquant.hpp +0 -0
  2480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/script/perf_test.sh +0 -0
  2481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/14_moe_smoothquant/script/smoke_test.sh +0 -0
  2482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/CMakeLists.txt +0 -0
  2483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/README.md +0 -0
  2484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/fused_moe.hpp +0 -0
  2485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/fused_moegemm.hpp +0 -0
  2486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/fused_moesorting.hpp +0 -0
  2487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moe_api.cpp +0 -0
  2488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moegemm_api.cpp +0 -0
  2489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moegemm_api_internal.hpp +0 -0
  2490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moegemm_api_traits.hpp +0 -0
  2491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moegemm_bf16_m32.cpp +0 -0
  2492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moegemm_fp16_m32.cpp +0 -0
  2493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/instances/fused_moesorting_api.cpp +0 -0
  2494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/main.cpp +0 -0
  2495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/misc/moe-0.png +0 -0
  2496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/misc/moe-1.png +0 -0
  2497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/misc/moe-2.png +0 -0
  2498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/15_fused_moe/misc/moe-3.png +0 -0
  2499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/16_batched_gemm/CMakeLists.txt +0 -0
  2500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/16_batched_gemm/README.md +0 -0
  2501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/16_batched_gemm/batched_gemm.cpp +0 -0
  2502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/16_batched_gemm/batched_gemm.hpp +0 -0
  2503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/16_batched_gemm/run_batched_gemm_example.inc +0 -0
  2504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/CMakeLists.txt +0 -0
  2505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/README.md +0 -0
  2506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/grouped_gemm.cpp +0 -0
  2507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/grouped_gemm.hpp +0 -0
  2508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/grouped_gemm_tileloop.cpp +0 -0
  2509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/17_grouped_gemm/run_grouped_gemm_example.inc +0 -0
  2510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/CMakeLists.txt +0 -0
  2511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/README.md +0 -0
  2512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/flatmm_basic.cpp +0 -0
  2513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/flatmm_basic.hpp +0 -0
  2514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/run_flatmm_example.inc +0 -0
  2515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/18_flatmm/script/smoke_test_basic.sh +0 -0
  2516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/CMakeLists.txt +0 -0
  2517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/README.md +0 -0
  2518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/gemm_multi_d_fp16.cpp +0 -0
  2519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/gemm_multi_d_fp16.hpp +0 -0
  2520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/run_gemm_multi_d_fp16_example.inc +0 -0
  2521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/19_gemm_multi_d/utils.hpp +0 -0
  2522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/CMakeLists.txt +0 -0
  2523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/grouped_convolution_backward_weight.cpp +0 -0
  2524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/grouped_convolution_forward.cpp +0 -0
  2525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/grouped_convolution_utils.hpp +0 -0
  2526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/run_grouped_convolution_bwd_weight_example.inc +0 -0
  2527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/20_grouped_convolution/run_grouped_convolution_fwd_example.inc +0 -0
  2528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/21_elementwise/CMakeLists.txt +0 -0
  2529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/21_elementwise/elementwise_example.cpp +0 -0
  2530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/21_elementwise/elementwise_example_add_4d.cpp +0 -0
  2531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/21_elementwise/elementwise_example_transpose.cpp +0 -0
  2532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/21_elementwise/elementwise_example_unary.cpp +0 -0
  2533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/CMakeLists.txt +0 -0
  2534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/README.md +0 -0
  2535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/batched_transpose_api.cpp +0 -0
  2536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/batched_transpose_example.cpp +0 -0
  2537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/batched_transpose_example.hpp +0 -0
  2538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/script/perf_test.sh +0 -0
  2539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/script/run_full_test.sh +0 -0
  2540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/35_batched_transpose/script/smoke_test.sh +0 -0
  2541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/38_block_scale_gemm/CMakeLists.txt +0 -0
  2542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/38_block_scale_gemm/README.md +0 -0
  2543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/38_block_scale_gemm/gemm_aquant_basic.cpp +0 -0
  2544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/38_block_scale_gemm/gemm_utils.hpp +0 -0
  2545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/38_block_scale_gemm/run_gemm_aquant_example.inc +0 -0
  2546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/CMakeLists.txt +0 -0
  2547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/example/ck_tile/remod.py +0 -0
  2548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/README.md +0 -0
  2549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/ck.hpp +0 -0
  2550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/config.h.in +0 -0
  2551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/filesystem.hpp +0 -0
  2552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/device_prop.hpp +0 -0
  2553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/flush_cache.hpp +0 -0
  2554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/hip_check_error.hpp +0 -0
  2555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/io.hpp +0 -0
  2556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/kernel_launch.hpp +0 -0
  2557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/host_utility/stream_utility.hpp +0 -0
  2558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/algorithm.hpp +0 -0
  2559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/check_err.hpp +0 -0
  2560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/conv_common.hpp +0 -0
  2561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/convolution_host_tensor_descriptor_helper.hpp +0 -0
  2562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/convolution_parameter.hpp +0 -0
  2563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/device_memory.hpp +0 -0
  2564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/fill.hpp +0 -0
  2565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/host_common_util.hpp +0 -0
  2566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/host_gemm.hpp +0 -0
  2567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/host_tensor.hpp +0 -0
  2568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/host_tensor_generator.hpp +0 -0
  2569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/iterator.hpp +0 -0
  2570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/literals.hpp +0 -0
  2571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/numeric.hpp +0 -0
  2572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/ranges.hpp +0 -0
  2573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/library/utility/thread.hpp +0 -0
  2574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/problem_transform/transform_forward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk.hpp +0 -0
  2575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/stream_config.hpp +0 -0
  2576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor/static_tensor.hpp +0 -0
  2577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/cluster_descriptor.hpp +0 -0
  2578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/multi_index_transform.hpp +0 -0
  2579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/multi_index_transform_helper.hpp +0 -0
  2580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/tensor_adaptor.hpp +0 -0
  2581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/tensor_descriptor.hpp +0 -0
  2582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/tensor_descriptor_helper.hpp +0 -0
  2583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_description/tensor_space_filling_curve.hpp +0 -0
  2584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_dl_v2r3.hpp +0 -0
  2585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_dlops_v2r2.hpp +0 -0
  2586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_dlops_v3.hpp +0 -0
  2587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_dpp.hpp +0 -0
  2588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_mx_pipeline_xdlops_base.hpp +0 -0
  2589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmma_selector.hpp +0 -0
  2590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops.hpp +0 -0
  2591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_base.hpp +0 -0
  2592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v1.hpp +0 -0
  2593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_wmmaops_v3.hpp +0 -0
  2594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops.hpp +0 -0
  2595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_ab_scale_selector.hpp +0 -0
  2596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_dequant_v1.hpp +0 -0
  2597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_dequant_v3.hpp +0 -0
  2598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_dequant_v1.hpp +0 -0
  2599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v1.hpp +0 -0
  2600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_gufusion_v3.hpp +0 -0
  2601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_mx_moe_gufusion_v3.hpp +0 -0
  2602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_mx_moe_selector.hpp +0 -0
  2603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_mx_moe_v3.hpp +0 -0
  2604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_selector.hpp +0 -0
  2605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_v1.hpp +0 -0
  2606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_v2.hpp +0 -0
  2607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_preshuffle_v3.hpp +0 -0
  2608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_b_scale_selector.hpp +0 -0
  2609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_base.hpp +0 -0
  2610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_blockscale_b_preshuffle_selector.hpp +0 -0
  2611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_blockscale_b_preshuffle_v1.hpp +0 -0
  2612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_blockscale_b_preshuffle_v3.hpp +0 -0
  2613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_moe_blockscale_b_preshuffle_gufusion_v1.hpp +0 -0
  2614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_moe_blockscale_b_preshuffle_gufusion_v3.hpp +0 -0
  2615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_moe_blockscale_b_preshuffle_selector.hpp +0 -0
  2616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_moe_blockscale_b_preshuffle_v1.hpp +0 -0
  2617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_moe_blockscale_b_preshuffle_v3.hpp +0 -0
  2618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_bpreshuffle_selector.hpp +0 -0
  2619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_gufusion_v3.hpp +0 -0
  2620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_nbs_gufusion_v3.hpp +0 -0
  2621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_nbs_selector.hpp +0 -0
  2622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_nbs_v1.hpp +0 -0
  2623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_nbs_v3.hpp +0 -0
  2624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_selector.hpp +0 -0
  2625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_moe_v3.hpp +0 -0
  2626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_mx_selector.hpp +0 -0
  2627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_selector.hpp +0 -0
  2628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v1.hpp +0 -0
  2629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v1_ab_scale.hpp +0 -0
  2630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v1_b_scale.hpp +0 -0
  2631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v1_mx.hpp +0 -0
  2632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v2.hpp +0 -0
  2633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v2_ab_scale.hpp +0 -0
  2634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v2_b_scale.hpp +0 -0
  2635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3.hpp +0 -0
  2636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_ab_scale.hpp +0 -0
  2637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_b_scale.hpp +0 -0
  2638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx.hpp +0 -0
  2639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v3_mx_bpreshuffle.hpp +0 -0
  2640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v4.hpp +0 -0
  2641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v4_b_scale.hpp +0 -0
  2642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_pipeline_xdlops_v5.hpp +0 -0
  2643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_smfmac_xdlops.hpp +0 -0
  2644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_wmma.hpp +0 -0
  2645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp +0 -0
  2646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops_skip_b_lds.hpp +0 -0
  2647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp +0 -0
  2648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_tensor_slice_transfer_v5r1.hpp +0 -0
  2649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/blockwise_welford.hpp +0 -0
  2650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/reduction_functions_blockwise.hpp +0 -0
  2651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_direct_load.hpp +0 -0
  2652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_gather_direct_load.hpp +0 -0
  2653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v4r1.hpp +0 -0
  2654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v4r1_dequant.hpp +0 -0
  2655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v4r1_gather.hpp +0 -0
  2656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v4r2.hpp +0 -0
  2657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r1.hpp +0 -0
  2658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r1r2.hpp +0 -0
  2659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r2.hpp +0 -0
  2660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r3.hpp +0 -0
  2661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v7.hpp +0 -0
  2662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v7r2.hpp +0 -0
  2663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v7r3.hpp +0 -0
  2664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v7r3_scatter.hpp +0 -0
  2665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/conv_tensor_rearrange_op.hpp +0 -0
  2666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/convolution_backward_data_specialization.hpp +0 -0
  2667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/convolution_backward_weight_specialization.hpp +0 -0
  2668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/convolution_forward_specialization.hpp +0 -0
  2669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_avgpool_bwd.hpp +0 -0
  2670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_base.hpp +0 -0
  2671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_contraction_multiple_d.hpp +0 -0
  2672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm.hpp +0 -0
  2673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_e_permute.hpp +0 -0
  2674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_gemm.hpp +0 -0
  2675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_multi_d.hpp +0 -0
  2676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_multiple_d_gemm_multiple_d.hpp +0 -0
  2677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_softmax_gemm.hpp +0 -0
  2678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batched_gemm_softmax_gemm_permute.hpp +0 -0
  2679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batchnorm_backward.hpp +0 -0
  2680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batchnorm_forward.hpp +0 -0
  2681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_batchnorm_infer.hpp +0 -0
  2682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_cgemm.hpp +0 -0
  2683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_contraction_multiple_abd.hpp +0 -0
  2684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_contraction_multiple_d.hpp +0 -0
  2685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_conv_bwd_data.hpp +0 -0
  2686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_conv_fwd.hpp +0 -0
  2687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_conv_fwd_bias_activation.hpp +0 -0
  2688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_conv_fwd_bias_activation_add.hpp +0 -0
  2689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_conv_tensor_rearrange.hpp +0 -0
  2690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_elementwise.hpp +0 -0
  2691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_elementwise_normalization.hpp +0 -0
  2692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_elementwise_scale.hpp +0 -0
  2693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm.hpp +0 -0
  2694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_bias_e_permute.hpp +0 -0
  2695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_dequantB.hpp +0 -0
  2696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_multiple_abd.hpp +0 -0
  2697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_multiple_d.hpp +0 -0
  2698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_multiple_d_ab_scale.hpp +0 -0
  2699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_multiple_d_layernorm.hpp +0 -0
  2700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_multiple_d_multiple_r.hpp +0 -0
  2701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_mx.hpp +0 -0
  2702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_reduce.hpp +0 -0
  2703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_splitk.hpp +0 -0
  2704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_streamk.hpp +0 -0
  2705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_streamk_v2.hpp +0 -0
  2706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_gemm_v2.hpp +0 -0
  2707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_contraction_multiple_d.hpp +0 -0
  2708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_bwd_data_multiple_d.hpp +0 -0
  2709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_bwd_weight.hpp +0 -0
  2710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_bwd_weight_multiple_d.hpp +0 -0
  2711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_fwd.hpp +0 -0
  2712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_fwd_multiple_abd.hpp +0 -0
  2713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_conv_fwd_multiple_d.hpp +0 -0
  2714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm.hpp +0 -0
  2715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_fixed_nk.hpp +0 -0
  2716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_multi_abd.hpp +0 -0
  2717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_multi_abd_fixed_nk.hpp +0 -0
  2718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_softmax_gemm_permute.hpp +0 -0
  2719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_splitk.hpp +0 -0
  2720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_grouped_gemm_tile_loop.hpp +0 -0
  2721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_max_pool_bwd.hpp +0 -0
  2722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_multiple_reduce.hpp +0 -0
  2723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_normalization_bwd_data.hpp +0 -0
  2724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_normalization_bwd_gamma_beta.hpp +0 -0
  2725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_normalization_fwd.hpp +0 -0
  2726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_permute.hpp +0 -0
  2727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_pool_fwd.hpp +0 -0
  2728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_put_element.hpp +0 -0
  2729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_reduce.hpp +0 -0
  2730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_reduce_multi_d.hpp +0 -0
  2731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_softmax.hpp +0 -0
  2732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/device_splitk_contraction_multiple_d.hpp +0 -0
  2733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/gemm_specialization.hpp +0 -0
  2734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/helper.hpp +0 -0
  2735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/codegen_device_grouped_conv_fwd_multiple_abd_xdl_cshuffle.hpp +0 -0
  2736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_avgpool2d_bwd_nhwc_nhwc.hpp +0 -0
  2737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_avgpool3d_bwd_ndhwc_ndhwc.hpp +0 -0
  2738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_contraction_multiple_d_wmma_cshuffle.hpp +0 -0
  2739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_contraction_multiple_d_xdl_cshuffle.hpp +0 -0
  2740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_e_permute_xdl.hpp +0 -0
  2741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_gemm_xdl_cshuffle.hpp +0 -0
  2742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_multi_d_xdl.hpp +0 -0
  2743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_multiple_d_dl.hpp +0 -0
  2744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_multiple_d_gemm_multiple_d_xdl_cshuffle.hpp +0 -0
  2745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_multiple_d_xdl_cshuffle_v3.hpp +0 -0
  2746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_reduce_xdl_cshuffle.hpp +0 -0
  2747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_permute_wmma_cshuffle.hpp +0 -0
  2748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_permute_xdl_cshuffle.hpp +0 -0
  2749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp +0 -0
  2750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_wmma_cshuffle_v3.hpp +0 -0
  2751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_xdl.hpp +0 -0
  2752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_xdl_fpAintB_b_scale.hpp +0 -0
  2753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batchnorm_backward_impl.hpp +0 -0
  2754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batchnorm_forward_impl.hpp +0 -0
  2755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_batchnorm_forward_impl_obsolete.hpp +0 -0
  2756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_cgemm_4gemm_xdl_cshuffle.hpp +0 -0
  2757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_column_to_image_impl.hpp +0 -0
  2758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp +0 -0
  2759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_d_xdl_cshuffle.hpp +0 -0
  2760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_contraction_utils.hpp +0 -0
  2761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_backward_weight_xdl_c_shuffle_nhwc_kyxc_nhwk.hpp +0 -0
  2762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_bwd_data_xdl_nhwc_kyxc_nhwk.hpp +0 -0
  2763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_fwd_xdl_c_shuffle_bias_activation_add_nhwc_kyxc_nhwk.hpp +0 -0
  2764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_fwd_xdl_c_shuffle_bias_activation_nhwc_kyxc_nhwk.hpp +0 -0
  2765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_fwd_xdl_c_shuffle_nhwc_kyxc_nhwk.hpp +0 -0
  2766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv2d_fwd_xdl_nhwc_kyxc_nhwk.hpp +0 -0
  2767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv3d_fwd_naive_ndhwc_kzyxc_ndhwk.hpp +0 -0
  2768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_conv3d_fwd_xdl_ndhwc_kzyxc_ndhwk.hpp +0 -0
  2769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_convnd_bwd_data_nwc_kxc_nwk_dl.hpp +0 -0
  2770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_convnd_bwd_data_nwc_kxc_nwk_xdl.hpp +0 -0
  2771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_elementwise_dynamic_vector_dims_impl.hpp +0 -0
  2772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_elementwise_normalization_impl.hpp +0 -0
  2773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_elementwise_scale_impl.hpp +0 -0
  2774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_fpAintB_gemm_wmma.hpp +0 -0
  2775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_bias_add_reduce_xdl_cshuffle.hpp +0 -0
  2776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_dl.hpp +0 -0
  2777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_dpp.hpp +0 -0
  2778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_abd_xdl_cshuffle.hpp +0 -0
  2779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_dl.hpp +0 -0
  2780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_layernorm_xdl_cshuffle.hpp +0 -0
  2781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_multiple_r_xdl_cshuffle.hpp +0 -0
  2782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_wmma_cshuffle.hpp +0 -0
  2783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle.hpp +0 -0
  2784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_lds_direct_load.hpp +0 -0
  2785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3.hpp +0 -0
  2786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_ab_scale.hpp +0 -0
  2787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_b_preshuffle.hpp +0 -0
  2788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_multiple_d_xdl_cshuffle_v3_blockscale_bpreshuffle.hpp +0 -0
  2789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_reduce_xdl_cshuffle.hpp +0 -0
  2790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_wmma.hpp +0 -0
  2791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_wmma_cshuffle_v3.hpp +0 -0
  2792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_wmma_cshuffle_v3_b_scale.hpp +0 -0
  2793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_wmma_cshuffle_v3_common.hpp +0 -0
  2794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl.hpp +0 -0
  2795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle.hpp +0 -0
  2796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_lds_direct_load.hpp +0 -0
  2797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_streamk_v3.hpp +0 -0
  2798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v2.hpp +0 -0
  2799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3.hpp +0 -0
  2800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_b_preshuffle.hpp +0 -0
  2801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_b_scale.hpp +0 -0
  2802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3_mx.hpp +0 -0
  2803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_cshuffle_v3r1.hpp +0 -0
  2804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_layernorm_cshuffle.hpp +0 -0
  2805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_skip_b_lds.hpp +0 -0
  2806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_splitk_c_shuffle.hpp +0 -0
  2807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_splitk_c_shuffle_lds_direct_load.hpp +0 -0
  2808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_streamk.hpp +0 -0
  2809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_gemm_xdl_waveletmodel_cshuffle.hpp +0 -0
  2810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_contraction_multiple_d_xdl_cshuffle.hpp +0 -0
  2811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_data_multiple_d_wmma_cshuffle.hpp +0 -0
  2812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_data_multiple_d_xdl_cshuffle_v1.hpp +0 -0
  2813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_dl.hpp +0 -0
  2814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_explicit_xdl.hpp +0 -0
  2815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_multiple_d_xdl_cshuffle.hpp +0 -0
  2816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_two_stage_xdl_cshuffle.hpp +0 -0
  2817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_wmma_cshuffle.hpp +0 -0
  2818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_xdl_cshuffle.hpp +0 -0
  2819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_bwd_weight_xdl_cshuffle_v3.hpp +0 -0
  2820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_dl_multiple_d_nhwc_kyxc_nhwk.hpp +0 -0
  2821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_dl_nhwc_kyxc_nhwk.hpp +0 -0
  2822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_abd_xdl_cshuffle.hpp +0 -0
  2823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_abd_xdl_cshuffle_v3.hpp +0 -0
  2824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_multiple_r.hpp +0 -0
  2825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_multiple_r_xdl_cshuffle.hpp +0 -0
  2826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_wmma_cshuffle.hpp +0 -0
  2827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_xdl_cshuffle.hpp +0 -0
  2828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_xdl_large_tensor_cshuffle.hpp +0 -0
  2829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_utils.hpp +0 -0
  2830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multi_abd_xdl_fixed_nk.hpp +0 -0
  2831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multiple_d_dl.hpp +0 -0
  2832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multiple_d_splitk_xdl_cshuffle_two_stage.hpp +0 -0
  2833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multiple_d_xdl_cshuffle_tile_loop.hpp +0 -0
  2834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_softmax_gemm_permute_xdl_cshuffle.hpp +0 -0
  2835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl.hpp +0 -0
  2836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_fixed_nk.hpp +0 -0
  2837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_splitk_cshuffle.hpp +0 -0
  2838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_grouped_query_attention_forward_wmma.hpp +0 -0
  2839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_image_to_column_impl.hpp +0 -0
  2840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_max_pool_bwd_impl.hpp +0 -0
  2841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_moe_gemm.hpp +0 -0
  2842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_moe_gemm_blockscale.hpp +0 -0
  2843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_moe_mx_gemm.hpp +0 -0
  2844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_moe_mx_gemm_bns.hpp +0 -0
  2845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_moe_mx_gemm_bpreshuffle.hpp +0 -0
  2846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_multi_query_attention_forward_wmma.hpp +0 -0
  2847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_multiple_reduce_multiblock.hpp +0 -0
  2848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_multiple_reduce_threadwise.hpp +0 -0
  2849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_normalization_bwd_data_impl.hpp +0 -0
  2850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_normalization_bwd_gamma_beta_impl.hpp +0 -0
  2851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_normalization_fwd_impl.hpp +0 -0
  2852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_normalization_fwd_splitk_impl.hpp +0 -0
  2853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_permute_impl.hpp +0 -0
  2854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_pool2d_fwd_nhwc_nhwc.hpp +0 -0
  2855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_pool3d_fwd_ndhwc_ndhwc.hpp +0 -0
  2856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_put_element_impl.hpp +0 -0
  2857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_reduce_common.hpp +0 -0
  2858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_reduce_multiblock.hpp +0 -0
  2859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_reduce_threadwise.hpp +0 -0
  2860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_reduce_threadwise_multi_d.hpp +0 -0
  2861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_softmax_impl.hpp +0 -0
  2862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_sparse_embeddings_forward_layernorm.hpp +0 -0
  2863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/impl/device_splitk_contraction_multiple_d_xdl_cshuffle.hpp +0 -0
  2864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/masking_specialization.hpp +0 -0
  2865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/matrix_padder.hpp +0 -0
  2866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/reduction_operator_mapping.hpp +0 -0
  2867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/tensor_layout.hpp +0 -0
  2868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/tensor_specialization.hpp +0 -0
  2869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/device/welford_helper.hpp +0 -0
  2870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/element/binary_element_wise_operation.hpp +0 -0
  2871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/element/combined_element_wise_operation.hpp +0 -0
  2872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/element/element_wise_operation.hpp +0 -0
  2873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/element/quantization_operation.hpp +0 -0
  2874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp +0 -0
  2875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/batchnorm_multiblock/gridwise_multiblock_batchnorm_forward.hpp +0 -0
  2876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/batchnorm_multiblock/gridwise_multiblock_reduce_second_half_batchnorm_backward_final.hpp +0 -0
  2877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/batchnorm_multiblock/gridwise_multiblock_welford_first_half.hpp +0 -0
  2878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/batchnorm_multiblock/gridwise_multiblock_welford_second_half_batchnorm_forward_final_obsolete.hpp +0 -0
  2879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/batchnorm_multiblock/gridwise_multiblock_welford_second_half_multiblock_reduce_first_half.hpp +0 -0
  2880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/block_to_ctile_map.hpp +0 -0
  2881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gemm_layernorm/gridwise_gemm_multiple_d_welford_first_half_xdl_cshuffle.hpp +0 -0
  2882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gemm_layernorm/gridwise_welford_second_half_layernorm2d.hpp +0 -0
  2883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_2d_multiple_reduction_multiblock.hpp +0 -0
  2884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_2d_multiple_reduction_threadwise.hpp +0 -0
  2885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_2d_reduction_multiblock.hpp +0 -0
  2886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_2d_reduction_threadwise.hpp +0 -0
  2887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_2d_reduction_threadwise_multi_d.hpp +0 -0
  2888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_gemm_xdl_cshuffle_v1.hpp +0 -0
  2889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_multiple_d_gemm_multiple_d_xdl_cshuffle_v1.hpp +0 -0
  2890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_multiple_d_softmax_gemm_xdl_cshuffle_v1.hpp +0 -0
  2891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_softmax_gemm_wmma_cshuffle.hpp +0 -0
  2892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batched_gemm_softmax_gemm_xdl_cshuffle_v1.hpp +0 -0
  2893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batchnorm_backward_blockwise_welford.hpp +0 -0
  2894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_batchnorm_forward_blockwise_welford.hpp +0 -0
  2895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_elementwise_1d_scale.hpp +0 -0
  2896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_elementwise_2d.hpp +0 -0
  2897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_elementwise_layernorm_welford_variance.hpp +0 -0
  2898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_fpAintB_gemm_wmma.hpp +0 -0
  2899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_bias_add_reduce_xdl_cshuffle_v1.hpp +0 -0
  2900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_dl_multiple_d.hpp +0 -0
  2901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_dl_v1r3.hpp +0 -0
  2902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_dpp.hpp +0 -0
  2903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp +0 -0
  2904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_multiple_r_xdl_cshuffle.hpp +0 -0
  2905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_wmma_cshuffle.hpp +0 -0
  2906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_xdl_cshuffle.hpp +0 -0
  2907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_xdl_cshuffle_lds_direct_load.hpp +0 -0
  2908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_xdl_splitk_cshuffle.hpp +0 -0
  2909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_selector.hpp +0 -0
  2910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v1.hpp +0 -0
  2911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v2.hpp +0 -0
  2912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v3.hpp +0 -0
  2913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_pipeline_v4_direct_load.hpp +0 -0
  2914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_reduce_xdl_cshuffle_v1.hpp +0 -0
  2915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_split_k_multiple_d_xdl_cshuffle.hpp +0 -0
  2916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_split_k_multiple_d_xdl_cshuffle_v2.hpp +0 -0
  2917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_waveletmodel.hpp +0 -0
  2918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma.hpp +0 -0
  2919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3.hpp +0 -0
  2920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3_b_scale.hpp +0 -0
  2921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3_common.hpp +0 -0
  2922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_conv_v3.hpp +0 -0
  2923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_streamk_v3.hpp +0 -0
  2924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp +0 -0
  2925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v2.hpp +0 -0
  2926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3.hpp +0 -0
  2927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_b_preshuffle.hpp +0 -0
  2928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_b_scale.hpp +0 -0
  2929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_abd.hpp +0 -0
  2930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_d.hpp +0 -0
  2931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_d_ab_scale.hpp +0 -0
  2932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_d_b_preshuffle.hpp +0 -0
  2933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_multi_d_blockscale_b_preshuffle.hpp +0 -0
  2934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_mx.hpp +0 -0
  2935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v3_mx_bpreshuffle.hpp +0 -0
  2936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_layernorm_cshuffle_v1.hpp +0 -0
  2937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_waveletmodel_cshuffle.hpp +0 -0
  2938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_bwd_weight.hpp +0 -0
  2939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_skip_b_lds_v1.hpp +0 -0
  2940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_splitk_lds_direct_load.hpp +0 -0
  2941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_streamk.hpp +0 -0
  2942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v2r3.hpp +0 -0
  2943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v2r4.hpp +0 -0
  2944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v2r4r2.hpp +0 -0
  2945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v3r1.hpp +0 -0
  2946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v3r2.hpp +0 -0
  2947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_v3r3.hpp +0 -0
  2948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_moe_gemm.hpp +0 -0
  2949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_moe_gemm_blockscale.hpp +0 -0
  2950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_moe_mx_gemm.hpp +0 -0
  2951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_moe_mx_gemm_bns.hpp +0 -0
  2952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_moe_mx_gemm_bpreshuffle.hpp +0 -0
  2953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp +0 -0
  2954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_put_element_1d.hpp +0 -0
  2955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_set_buffer_value.hpp +0 -0
  2956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_set_multiple_buffer_value.hpp +0 -0
  2957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_softmax.hpp +0 -0
  2958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_sparse_embeddings_forward_layernorm.hpp +0 -0
  2959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_sparse_embeddings_forward_layernorm_builtins.hpp +0 -0
  2960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/gridwise_tensor_rearrange.hpp +0 -0
  2961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_bwd_data.hpp +0 -0
  2962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_bwd_gamma_beta.hpp +0 -0
  2963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_naive_variance.hpp +0 -0
  2964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_selector.hpp +0 -0
  2965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_splitk_1st.hpp +0 -0
  2966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_splitk_2nd.hpp +0 -0
  2967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/grid/normalization/gridwise_normalization_welford_variance.hpp +0 -0
  2968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/reduction_functions_threadwise.hpp +0 -0
  2969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_contraction_dl.hpp +0 -0
  2970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_gemm_dlops_v3.hpp +0 -0
  2971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_set.hpp +0 -0
  2972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer.hpp +0 -0
  2973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_util.hpp +0 -0
  2974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r1.hpp +0 -0
  2975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r1_dequant.hpp +0 -0
  2976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r1_gather.hpp +0 -0
  2977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r2.hpp +0 -0
  2978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v4r1.hpp +0 -0
  2979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v5r1.hpp +0 -0
  2980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v6r1.hpp +0 -0
  2981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v6r1r2.hpp +0 -0
  2982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v6r2.hpp +0 -0
  2983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v6r3.hpp +0 -0
  2984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v7.hpp +0 -0
  2985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v7r2.hpp +0 -0
  2986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v7r3.hpp +0 -0
  2987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v7r3_scatter.hpp +0 -0
  2988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/thread/threadwise_welford.hpp +0 -0
  2989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/warp/dpp_gemm.hpp +0 -0
  2990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/warp/smfmac_xdlops_gemm.hpp +0 -0
  2991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/warp/wmma_gemm.hpp +0 -0
  2992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/gpu/warp/xdlops_gemm.hpp +0 -0
  2993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_contraction_to_gemm.hpp +0 -0
  2994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_contraction_to_gemm_arraybase.hpp +0 -0
  2995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_conv_bwd_data_to_gemm_v1.hpp +0 -0
  2996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_conv_bwd_weight_to_gemm.hpp +0 -0
  2997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_conv_bwd_weight_to_gemm_v2.hpp +0 -0
  2998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_conv_fwd_to_gemm.hpp +0 -0
  2999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/tensor_operation/operator_transform/transform_conv_ngchw_to_nhwgc.hpp +0 -0
  3000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_address_space.hpp +0 -0
  3001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_buffer_addressing.hpp +0 -0
  3002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_buffer_addressing_builtins.hpp +0 -0
  3003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_ck_fp8.hpp +0 -0
  3004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_gemm_dpp.hpp +0 -0
  3005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_inline_asm.hpp +0 -0
  3006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_lds.hpp +0 -0
  3007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_smfmac.hpp +0 -0
  3008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_wave_read_first_lane.hpp +0 -0
  3009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_wmma.hpp +0 -0
  3010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/amd_xdlops.hpp +0 -0
  3011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/array.hpp +0 -0
  3012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/array_multi_index.hpp +0 -0
  3013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/blkgemmpipe_scheduler.hpp +0 -0
  3014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/c_style_pointer_cast.hpp +0 -0
  3015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/common_header.hpp +0 -0
  3016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/container_element_picker.hpp +0 -0
  3017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/container_helper.hpp +0 -0
  3018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/data_type.hpp +0 -0
  3019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/debug.hpp +0 -0
  3020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/dtype_fp64.hpp +0 -0
  3021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/dtype_vector.hpp +0 -0
  3022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/dynamic_buffer.hpp +0 -0
  3023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/e8m0.hpp +0 -0
  3024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/enable_if.hpp +0 -0
  3025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/env.hpp +0 -0
  3026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/f8_utils.hpp +0 -0
  3027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/filter_tuple.hpp +0 -0
  3028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/flush_icache.hpp +0 -0
  3029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/functional.hpp +0 -0
  3030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/functional2.hpp +0 -0
  3031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/functional3.hpp +0 -0
  3032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/functional4.hpp +0 -0
  3033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/generic_memory_space_atomic.hpp +0 -0
  3034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/get_id.hpp +0 -0
  3035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/get_shift.hpp +0 -0
  3036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/ignore.hpp +0 -0
  3037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/inner_product.hpp +0 -0
  3038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/inner_product_dpp8.hpp +0 -0
  3039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/integral_constant.hpp +0 -0
  3040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/is_detected.hpp +0 -0
  3041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/is_known_at_compile_time.hpp +0 -0
  3042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/loop_scheduler.hpp +0 -0
  3043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/magic_division.hpp +0 -0
  3044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/math.hpp +0 -0
  3045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/math_v2.hpp +0 -0
  3046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/multi_index.hpp +0 -0
  3047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/mxf4_utils.hpp +0 -0
  3048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/mxf6_utils.hpp +0 -0
  3049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/mxf8_utils.hpp +0 -0
  3050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/mxfp_utils.hpp +0 -0
  3051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/number.hpp +0 -0
  3052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/numeric_limits.hpp +0 -0
  3053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/numeric_utils.hpp +0 -0
  3054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/random_gen.hpp +0 -0
  3055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/reduction_common.hpp +0 -0
  3056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/reduction_enums.hpp +0 -0
  3057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/reduction_functions_accumulate.hpp +0 -0
  3058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/reduction_operator.hpp +0 -0
  3059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/scaled_type_convert.hpp +0 -0
  3060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/sequence.hpp +0 -0
  3061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/sequence_helper.hpp +0 -0
  3062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/span.hpp +0 -0
  3063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/static_buffer.hpp +0 -0
  3064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/statically_indexed_array.hpp +0 -0
  3065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/statically_indexed_array_multi_index.hpp +0 -0
  3066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/synchronization.hpp +0 -0
  3067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/thread_group.hpp +0 -0
  3068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/transpose_vectors.hpp +0 -0
  3069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/tuple.hpp +0 -0
  3070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/tuple_helper.hpp +0 -0
  3071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/type.hpp +0 -0
  3072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/type_convert.hpp +0 -0
  3073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/workgroup_barrier.hpp +0 -0
  3074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/utility/workgroup_synchronization.hpp +0 -0
  3075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/version.h.in +0 -0
  3076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/layout.hpp +0 -0
  3077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/operations/copy.hpp +0 -0
  3078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/operations/gemm.hpp +0 -0
  3079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/tensor.hpp +0 -0
  3080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/traits/blockwise_gemm_xdl_traits.hpp +0 -0
  3081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/utils/kernel_utils.hpp +0 -0
  3082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/utils/layout_utils.hpp +0 -0
  3083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/utils/tensor_partition.hpp +0 -0
  3084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck/wrapper/utils/tensor_utils.hpp +0 -0
  3085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/README.md +0 -0
  3086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/README.md +0 -0
  3087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/algorithm/cluster_descriptor.hpp +0 -0
  3088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/algorithm/coordinate_transform.hpp +0 -0
  3089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/algorithm/indexing_adaptor.hpp +0 -0
  3090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/algorithm/space_filling_curve.hpp +0 -0
  3091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/algorithm/static_encoding_pattern.hpp +0 -0
  3092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/amd_buffer_addressing.hpp +0 -0
  3093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/amd_buffer_addressing_builtins.hpp +0 -0
  3094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/amd_transpose_load_encoding.hpp +0 -0
  3095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/arch.hpp +0 -0
  3096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/generic_memory_space_atomic.hpp +0 -0
  3097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/utility.hpp +0 -0
  3098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/arch/workgroup_barrier.hpp +0 -0
  3099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/config.hpp +0 -0
  3100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/array.hpp +0 -0
  3101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/container_helper.hpp +0 -0
  3102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/map.hpp +0 -0
  3103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/meta_data_buffer.hpp +0 -0
  3104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/multi_index.hpp +0 -0
  3105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/sequence.hpp +0 -0
  3106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/span.hpp +0 -0
  3107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/statically_indexed_array.hpp +0 -0
  3108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/thread_buffer.hpp +0 -0
  3109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/container/tuple.hpp +0 -0
  3110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/bfloat16.hpp +0 -0
  3111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/float8.hpp +0 -0
  3112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/half.hpp +0 -0
  3113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/int8.hpp +0 -0
  3114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/integer.hpp +0 -0
  3115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/integral_constant.hpp +0 -0
  3116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/math.hpp +0 -0
  3117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/mxfp_convert.hpp +0 -0
  3118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/null_type.hpp +0 -0
  3119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/numeric.hpp +0 -0
  3120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/pk_fp4.hpp +0 -0
  3121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/pk_int4.hpp +0 -0
  3122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/type_convert.hpp +0 -0
  3123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/numeric/vector_type.hpp +0 -0
  3124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/buffer_view.hpp +0 -0
  3125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/load_tile.hpp +0 -0
  3126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/load_tile_transpose.hpp +0 -0
  3127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/null_tensor.hpp +0 -0
  3128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/null_tile_window.hpp +0 -0
  3129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/shuffle_tile.hpp +0 -0
  3130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/slice_tile.hpp +0 -0
  3131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/static_distributed_tensor.hpp +0 -0
  3132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/store_tile.hpp +0 -0
  3133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/sweep_tile.hpp +0 -0
  3134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tensor_adaptor.hpp +0 -0
  3135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tensor_adaptor_coordinate.hpp +0 -0
  3136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tensor_coordinate.hpp +0 -0
  3137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tensor_descriptor.hpp +0 -0
  3138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tensor_view.hpp +0 -0
  3139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_distribution.hpp +0 -0
  3140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_distribution_encoding.hpp +0 -0
  3141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_elementwise.hpp +0 -0
  3142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_scatter_gather.hpp +0 -0
  3143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_window.hpp +0 -0
  3144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_window_base.hpp +0 -0
  3145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_window_linear.hpp +0 -0
  3146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/tile_window_utils.hpp +0 -0
  3147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/transpose_tile.hpp +0 -0
  3148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/tensor/update_tile.hpp +0 -0
  3149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/bit_cast.hpp +0 -0
  3150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/debug.hpp +0 -0
  3151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/env.hpp +0 -0
  3152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/functional.hpp +0 -0
  3153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/functional_with_tuple.hpp +0 -0
  3154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/ignore.hpp +0 -0
  3155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/literals.hpp +0 -0
  3156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/magic_div.hpp +0 -0
  3157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/philox_rand.hpp +0 -0
  3158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/random.hpp +0 -0
  3159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/reduce_operator.hpp +0 -0
  3160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/static_counter.hpp +0 -0
  3161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/to_sequence.hpp +0 -0
  3162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/transpose_vectors.hpp +0 -0
  3163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/type_traits.hpp +0 -0
  3164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core/utility/unary_element_function.hpp +0 -0
  3165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/core.hpp +0 -0
  3166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/arg_parser.hpp +0 -0
  3167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/check_err.hpp +0 -0
  3168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/concat.hpp +0 -0
  3169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/convolution_host_tensor_descriptor_helper.hpp +0 -0
  3170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/convolution_parameter.hpp +0 -0
  3171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/device_memory.hpp +0 -0
  3172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/device_prop.hpp +0 -0
  3173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/fill.hpp +0 -0
  3174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/flush_icache.hpp +0 -0
  3175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/hip_check_error.hpp +0 -0
  3176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/host_tensor.hpp +0 -0
  3177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/joinable_thread.hpp +0 -0
  3178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/kernel_launch.hpp +0 -0
  3179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/ranges.hpp +0 -0
  3180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_dropout.hpp +0 -0
  3181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_elementwise.hpp +0 -0
  3182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_gemm.hpp +0 -0
  3183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_masking.hpp +0 -0
  3184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_rotary_position_embedding.hpp +0 -0
  3185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_softmax.hpp +0 -0
  3186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_batched_transpose.hpp +0 -0
  3187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_elementwise.hpp +0 -0
  3188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_fused_moe.hpp +0 -0
  3189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_gemm.hpp +0 -0
  3190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_grouped_conv_bwd_weight.hpp +0 -0
  3191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_grouped_conv_fwd.hpp +0 -0
  3192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_im2col.hpp +0 -0
  3193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_layernorm2d_fwd.hpp +0 -0
  3194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_moe_sorting.hpp +0 -0
  3195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_permute.hpp +0 -0
  3196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_reduce.hpp +0 -0
  3197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_rmsnorm2d_fwd.hpp +0 -0
  3198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_rowwise_quantization2d.hpp +0 -0
  3199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_softmax.hpp +0 -0
  3200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_topk.hpp +0 -0
  3201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/reference/reference_transpose.hpp +0 -0
  3202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/rotating_buffers.hpp +0 -0
  3203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/stream_config.hpp +0 -0
  3204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/stream_utils.hpp +0 -0
  3205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host/timer.hpp +0 -0
  3206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/host.hpp +0 -0
  3207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant/kernel/add_rmsnorm2d_rdquant_fwd_kernel.hpp +0 -0
  3208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant/pipeline/add_rmsnorm2d_rdquant_fwd_pipeline_default_policy.hpp +0 -0
  3209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant/pipeline/add_rmsnorm2d_rdquant_fwd_pipeline_one_pass.hpp +0 -0
  3210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant/pipeline/add_rmsnorm2d_rdquant_fwd_pipeline_problem.hpp +0 -0
  3211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant/pipeline/add_rmsnorm2d_rdquant_fwd_pipeline_three_pass.hpp +0 -0
  3212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/add_rmsnorm2d_rdquant.hpp +0 -0
  3213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/kernel/batched_transpose_kernel.hpp +0 -0
  3214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_common_policy.hpp +0 -0
  3215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_lds_pipeline.hpp +0 -0
  3216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_lds_policy.hpp +0 -0
  3217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_lds_problem.hpp +0 -0
  3218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_pipeline.hpp +0 -0
  3219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_policy.hpp +0 -0
  3220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose/pipeline/batched_transpose_problem.hpp +0 -0
  3221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/batched_transpose.hpp +0 -0
  3222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/common/README.md +0 -0
  3223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/common/generic_2d_block_shape.hpp +0 -0
  3224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/common/tensor_layout.hpp +0 -0
  3225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/common/utils.hpp +0 -0
  3226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/common.hpp +0 -0
  3227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/binary_elementwise_operation.hpp +0 -0
  3228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/kernel/elementwise_kernel.hpp +0 -0
  3229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/pipeline/elementwise_pipeline_default_policy.hpp +0 -0
  3230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/pipeline/elementwise_pipeline_problem.hpp +0 -0
  3231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/pipeline/elementwise_shape.hpp +0 -0
  3232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise/unary_element_wise_operation.hpp +0 -0
  3233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/elementwise.hpp +0 -0
  3234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/epilogue/cshuffle_epilogue.hpp +0 -0
  3235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/epilogue/default_2d_and_dynamic_quant_epilogue.hpp +0 -0
  3236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/epilogue/default_2d_epilogue.hpp +0 -0
  3237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/epilogue/dynamic_quant_epilogue.hpp +0 -0
  3238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/epilogue.hpp +0 -0
  3239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/block_flatmm_asmem_bsmem_creg_v1.hpp +0 -0
  3240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/block_flatmm_asmem_bsmem_creg_v1_custom_policy.hpp +0 -0
  3241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/flatmm_32x512x128_1x4x1_16x16x32.hpp +0 -0
  3242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/flatmm_sn_32x128x512_1x4x1_16x16x32.hpp +0 -0
  3243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/flatmm_sn_32x128x512_1x4x1_16x16x32_itl.hpp +0 -0
  3244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/flatmm_uk_config.hpp +0 -0
  3245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/uk/README.md +0 -0
  3246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/uk/flatmm_sn_uk_gfx9_32x128x512_1x4x1_16x16x16.inc +0 -0
  3247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/uk/flatmm_sn_uk_gfx9_32x128x512_1x4x1_16x16x16_itl.inc +0 -0
  3248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/block/uk/flatmm_uk_gfx9_32x512x128_1x1x1_16x16x16.inc +0 -0
  3249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/kernel/flatmm_kernel.hpp +0 -0
  3250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp +0 -0
  3251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1_policy.hpp +0 -0
  3252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm/pipeline/tile_flatmm_shape.hpp +0 -0
  3253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/flatmm.hpp +0 -0
  3254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/block_attention_bias_enum.hpp +0 -0
  3255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/block_dropout.hpp +0 -0
  3256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/block_masking.hpp +0 -0
  3257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/block_position_encoding.hpp +0 -0
  3258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/block_rotary_embedding.hpp +0 -0
  3259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/page_block_navigator.hpp +0 -0
  3260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/block/variants.hpp +0 -0
  3261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_batch_prefill_kernel.hpp +0 -0
  3262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_bwd_kernel.hpp +0 -0
  3263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_appendkv_kernel.hpp +0 -0
  3264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_appendkv_tile_partitioner.hpp +0 -0
  3265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_kernel.hpp +0 -0
  3266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_pagedkv_kernel.hpp +0 -0
  3267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_splitkv_combine_kernel.hpp +0 -0
  3268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/kernel/fmha_fwd_splitkv_kernel.hpp +0 -0
  3269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_batch_prefill_pipeline_qr_ks_vs_async.hpp +0 -0
  3270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_batch_prefill_pipeline_qr_ks_vs_async_default_policy.hpp +0 -0
  3271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_convert_dq.hpp +0 -0
  3272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_dot_do_o.hpp +0 -0
  3273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_dq_dk_dv_pipeline_kr_ktr_vr.hpp +0 -0
  3274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_dq_dk_dv_pipeline_kr_ktr_vr_iglp.hpp +0 -0
  3275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_default_policy.hpp +0 -0
  3276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_enum.hpp +0 -0
  3277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_pipeline_problem.hpp +0 -0
  3278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_appendkv_pipeline.hpp +0 -0
  3279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_appendkv_pipeline_default_policy.hpp +0 -0
  3280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_pagedkv_pipeline_qr_ks_vs.hpp +0 -0
  3281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_pagedkv_pipeline_qr_ks_vs_default_policy.hpp +0 -0
  3282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline.hpp +0 -0
  3283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_combine_pipeline_default_policy.hpp +0 -0
  3284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_nwarp_sshuffle_qr_ks_vs.hpp +0 -0
  3285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_nwarp_sshuffle_qr_ks_vs_default_policy.hpp +0 -0
  3286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_qr_ks_vs.hpp +0 -0
  3287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_fwd_splitkv_pipeline_qr_ks_vs_default_policy.hpp +0 -0
  3288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_enum.hpp +0 -0
  3289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_problem.hpp +0 -0
  3290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs.hpp +0 -0
  3291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_async.hpp +0 -0
  3292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_async_default_policy.hpp +0 -0
  3293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_default_policy.hpp +0 -0
  3294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_fp8.hpp +0 -0
  3295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp +0 -0
  3296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch_default_policy.hpp +0 -0
  3297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp +0 -0
  3298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs_default_policy.hpp +0 -0
  3299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qx_ks_vs_custom_policy.hpp +0 -0
  3300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/tile_fmha_shape.hpp +0 -0
  3301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha/pipeline/tile_fmha_traits.hpp +0 -0
  3302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fmha.hpp +0 -0
  3303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/kernel/fused_moegemm_kernel.hpp +0 -0
  3304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/kernel/fused_moegemm_shape.hpp +0 -0
  3305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/kernel/fused_moegemm_tile_partitioner.hpp +0 -0
  3306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/kernel/moe_sorting_kernel.hpp +0 -0
  3307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/kernel/moe_sorting_problem.hpp +0 -0
  3308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_ex.hpp +0 -0
  3309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_policy.hpp +0 -0
  3310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp +0 -0
  3311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_problem.hpp +0 -0
  3312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_traits.hpp +0 -0
  3313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/moe_sorting_pipeline.hpp +0 -0
  3314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe/pipeline/moe_sorting_policy.hpp +0 -0
  3315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/fused_moe.hpp +0 -0
  3316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bgmem_creg_v1.hpp +0 -0
  3317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bgmem_creg_v1_default_policy.hpp +0 -0
  3318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_breg_creg_v1.hpp +0 -0
  3319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_breg_creg_v1_custom_policy.hpp +0 -0
  3320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_breg_creg_v1_default_policy.hpp +0 -0
  3321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_one_warp_v1.hpp +0 -0
  3322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v1.hpp +0 -0
  3323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v1_custom_policy.hpp +0 -0
  3324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v1_default_policy.hpp +0 -0
  3325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v2.hpp +0 -0
  3326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v2_custom_policy.hpp +0 -0
  3327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v2_default_policy.hpp +0 -0
  3328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_areg_bsmem_creg_v2r1.hpp +0 -0
  3329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_breg_creg_v1.hpp +0 -0
  3330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_breg_creg_v1_custom_policy.hpp +0 -0
  3331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_breg_creg_v1_default_policy.hpp +0 -0
  3332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_bsmem_creg_v1.hpp +0 -0
  3333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_bsmem_creg_v1_custom_policy.hpp +0 -0
  3334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_asmem_bsmem_creg_v1_default_policy.hpp +0 -0
  3335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_gemm_problem.hpp +0 -0
  3336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_universal_gemm_as_bs_cr.hpp +0 -0
  3337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_wp_asmem_bsmem_creg_v1.hpp +0 -0
  3338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/block/block_wp_asmem_bsmem_creg_v1_custom_policy.hpp +0 -0
  3339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/batched_gemm_kernel.hpp +0 -0
  3340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/gemm_kernel.hpp +0 -0
  3341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/gemm_multi_d_kernel.hpp +0 -0
  3342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/gemm_tile_partitioner.hpp +0 -0
  3343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/grouped_gemm_kernel.hpp +0 -0
  3344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/kernel/universal_gemm_kernel.hpp +0 -0
  3345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_base.hpp +0 -0
  3346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v3.hpp +0 -0
  3347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v4.hpp +0 -0
  3348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v4_default_policy.hpp +0 -0
  3349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v5.hpp +0 -0
  3350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v5_default_policy.hpp +0 -0
  3351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_mem.hpp +0 -0
  3352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_scheduler.hpp +0 -0
  3353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1.hpp +0 -0
  3354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1_default_policy.hpp +0 -0
  3355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v2.hpp +0 -0
  3356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v2_default_policy.hpp +0 -0
  3357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_problem.hpp +0 -0
  3358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_universal_pipeline_ag_bg_cr_policy.hpp +0 -0
  3359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/tile_gemm_shape.hpp +0 -0
  3360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/tile_gemm_traits.hpp +0 -0
  3361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/wp_pipeline_agmem_bgmem_creg_v1.hpp +0 -0
  3362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/pipeline/wp_pipeline_agmem_bgmem_creg_v1_policy.hpp +0 -0
  3363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm.hpp +0 -0
  3364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma.hpp +0 -0
  3365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp +0 -0
  3366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_smfmac.hpp +0 -0
  3367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_smfmac_impl.hpp +0 -0
  3368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_dispatcher.hpp +0 -0
  3369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp +0 -0
  3370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm/warp/warp_gemm_smfmac_impl.hpp +0 -0
  3371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm.hpp +0 -0
  3372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/block/block_universal_gemm_as_aquant_bs_cr.hpp +0 -0
  3373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/kernel/gemm_aquant_kernel.hpp +0 -0
  3374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_base.hpp +0 -0
  3375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp +0 -0
  3376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_v3.hpp +0 -0
  3377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/gemm_aquant_pipeline_problem.hpp +0 -0
  3378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/gemm_group_quant_utils.hpp +0 -0
  3379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant/pipeline/tile_gemm_aquant_traits.hpp +0 -0
  3380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/gemm_group_quant.hpp +0 -0
  3381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/kernel/grouped_convolution_backward_weight_kernel.hpp +0 -0
  3382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/kernel/grouped_convolution_forward_kernel.hpp +0 -0
  3383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/utils/convolution_specialization.hpp +0 -0
  3384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/utils/grouped_convolution_utils.hpp +0 -0
  3385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/utils/transform_conv_bwd_weight_to_gemm.hpp +0 -0
  3386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution/utils/transform_conv_fwd_to_gemm.hpp +0 -0
  3387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/grouped_convolution.hpp +0 -0
  3388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/image_to_column/kernel/image_to_column_kernel.hpp +0 -0
  3389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/image_to_column/pipeline/block_image_to_column_problem.hpp +0 -0
  3390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/image_to_column/pipeline/tile_image_to_column_shape.hpp +0 -0
  3391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/image_to_column.hpp +0 -0
  3392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/kernel/layernorm2d_fwd_kernel.hpp +0 -0
  3393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_default_policy.hpp +0 -0
  3394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_one_pass.hpp +0 -0
  3395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_problem.hpp +0 -0
  3396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_pipeline_two_pass.hpp +0 -0
  3397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d/pipeline/layernorm2d_fwd_traits.hpp +0 -0
  3398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/layernorm2d.hpp +0 -0
  3399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/norm_reduce/block/block_norm_reduce.hpp +0 -0
  3400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/norm_reduce/block/block_norm_reduce_problem.hpp +0 -0
  3401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/norm_reduce/thread/thread_welford.hpp +0 -0
  3402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/norm_reduce.hpp +0 -0
  3403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/permute/kernel/generic_permute_kernel.hpp +0 -0
  3404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/permute/pipeline/generic_petmute_problem.hpp +0 -0
  3405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/permute.hpp +0 -0
  3406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/reduce/block/block_reduce.hpp +0 -0
  3407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/reduce/block/block_reduce2d.hpp +0 -0
  3408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/reduce/block/block_reduce2d_default_policy.hpp +0 -0
  3409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/reduce/block/block_reduce2d_problem.hpp +0 -0
  3410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/reduce.hpp +0 -0
  3411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/kernel/rmsnorm2d_fwd_kernel.hpp +0 -0
  3412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_default_policy.hpp +0 -0
  3413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_model_sensitive_pass.hpp +0 -0
  3414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_one_pass.hpp +0 -0
  3415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_problem.hpp +0 -0
  3416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_pipeline_two_pass.hpp +0 -0
  3417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d/pipeline/rmsnorm2d_fwd_traits.hpp +0 -0
  3418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/rmsnorm2d.hpp +0 -0
  3419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/kernel/moe_smoothquant_kernel.hpp +0 -0
  3420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/kernel/smoothquant_kernel.hpp +0 -0
  3421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_default_policy.hpp +0 -0
  3422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_one_pass.hpp +0 -0
  3423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_problem.hpp +0 -0
  3424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant/pipeline/smoothquant_pipeline_two_pass.hpp +0 -0
  3425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/smoothquant.hpp +0 -0
  3426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/softmax/block/block_softmax_2d.hpp +0 -0
  3427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/softmax/block/block_softmax_2d_problem.hpp +0 -0
  3428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/softmax.hpp +0 -0
  3429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk/block/block_topk_stream_2d.hpp +0 -0
  3430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk/block/block_topk_stream_2d_problem.hpp +0 -0
  3431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk.hpp +0 -0
  3432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk_softmax/kernel/topk_softmax_kernel.hpp +0 -0
  3433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_pipeline.hpp +0 -0
  3434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_policy.hpp +0 -0
  3435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk_softmax/pipeline/topk_softmax_warp_per_row_problem.hpp +0 -0
  3436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ops/topk_softmax.hpp +0 -0
  3437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ref/README.md +0 -0
  3438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/ref/naive_attention.hpp +0 -0
  3439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/include/ck_tile/remod.py +0 -0
  3440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/CMakeLists.txt +0 -0
  3441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_avgpool_bwd.hpp +0 -0
  3442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_batched_gemm.hpp +0 -0
  3443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_batchnorm_backward.hpp +0 -0
  3444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_batchnorm_forward.hpp +0 -0
  3445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_batchnorm_infer.hpp +0 -0
  3446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_cgemm.hpp +0 -0
  3447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_column_to_image.hpp +0 -0
  3448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_contraction.hpp +0 -0
  3449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_conv_bwd_data.hpp +0 -0
  3450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_conv_bwd_weight.hpp +0 -0
  3451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_conv_fwd.hpp +0 -0
  3452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_conv_fwd_bias_activation.hpp +0 -0
  3453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_conv_fwd_bias_activation_add.hpp +0 -0
  3454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_elementwise.hpp +0 -0
  3455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_fpAintB_gemm.hpp +0 -0
  3456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_gemm.hpp +0 -0
  3457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_gemm_layernorm.hpp +0 -0
  3458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_gemm_multiple_d.hpp +0 -0
  3459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_groupnorm.hpp +0 -0
  3460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_groupnorm_bwd.hpp +0 -0
  3461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_image_to_column.hpp +0 -0
  3462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_layernorm.hpp +0 -0
  3463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_layernorm_bwd.hpp +0 -0
  3464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_maxpool_bwd.hpp +0 -0
  3465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_gemm.hpp +0 -0
  3466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_gemm1_blockscale.hpp +0 -0
  3467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_gemm2.hpp +0 -0
  3468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_gemm2_blockscale.hpp +0 -0
  3469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_mx_gemm1.hpp +0 -0
  3470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_moe_mx_gemm2.hpp +0 -0
  3471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_mx_gemm.hpp +0 -0
  3472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_pool_fwd.hpp +0 -0
  3473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_reduce.hpp +0 -0
  3474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_softmax.hpp +0 -0
  3475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/cpu/reference_sparse_embedding3_forward_layernorm.hpp +0 -0
  3476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/gpu/naive_conv_fwd.hpp +0 -0
  3477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/reference_tensor_operation/gpu/reference_gemm.hpp +0 -0
  3478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/add_device_operation_instance.hpp +0 -0
  3479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/add_grouped_conv_bwd_wei_exp_device_operation_instance.hpp +0 -0
  3480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/device_operation_instance_factory.hpp +0 -0
  3481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/avg_pool2d_bwd.hpp +0 -0
  3482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/avg_pool3d_bwd.hpp +0 -0
  3483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm.hpp +0 -0
  3484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_add_relu_gemm_add.hpp +0 -0
  3485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_b_scale.hpp +0 -0
  3486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_bias_permute.hpp +0 -0
  3487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_bias_softmax_gemm_permute.hpp +0 -0
  3488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_gemm.hpp +0 -0
  3489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_multi_d.hpp +0 -0
  3490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_softmax_gemm.hpp +0 -0
  3491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute.hpp +0 -0
  3492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batchnorm_backward.hpp +0 -0
  3493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batchnorm_forward.hpp +0 -0
  3494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/batchnorm_infer.hpp +0 -0
  3495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/contraction/device_contraction_instance.hpp +0 -0
  3496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/contraction_bilinear.hpp +0 -0
  3497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/contraction_scale.hpp +0 -0
  3498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/conv_tensor_rearrange/device_column_to_image_instance.hpp +0 -0
  3499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/conv_tensor_rearrange/device_image_to_column_instance.hpp +0 -0
  3500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/conv_tensor_rearrange.hpp +0 -0
  3501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/convolution_backward_data.hpp +0 -0
  3502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/convolution_forward.hpp +0 -0
  3503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/device_elementwise_instance.hpp +0 -0
  3504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/device_gemm_mean_squaremean_instance.hpp +0 -0
  3505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_instance.hpp +0 -0
  3506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_interwave_instance.hpp +0 -0
  3507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v2_instance.hpp +0 -0
  3508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/elementwise_normalization.hpp +0 -0
  3509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm.hpp +0 -0
  3510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_ab_scale.hpp +0 -0
  3511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add.hpp +0 -0
  3512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_add_fastgelu.hpp +0 -0
  3513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_fastgelu.hpp +0 -0
  3514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_multiply.hpp +0 -0
  3515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_relu.hpp +0 -0
  3516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm.hpp +0 -0
  3517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_add_silu.hpp +0 -0
  3518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_b_scale.hpp +0 -0
  3519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_bilinear.hpp +0 -0
  3520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_blockscale_wp.hpp +0 -0
  3521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_dl.inc +0 -0
  3522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_dpp.inc +0 -0
  3523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_fastgelu.hpp +0 -0
  3524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_multi_abd.hpp +0 -0
  3525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_multiply_add.hpp +0 -0
  3526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_multiply_multiply.hpp +0 -0
  3527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_multiply_multiply_wp.hpp +0 -0
  3528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_mx.hpp +0 -0
  3529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_splitk.hpp +0 -0
  3530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_streamk.hpp +0 -0
  3531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal.hpp +0 -0
  3532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_batched.hpp +0 -0
  3533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_preshuffle.hpp +0 -0
  3534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_preshuffle.inc +0 -0
  3535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_reduce.hpp +0 -0
  3536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_streamk.hpp +0 -0
  3537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_wmma.inc +0 -0
  3538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_universal_xdl.inc +0 -0
  3539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_wmma.inc +0 -0
  3540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/gemm_xdl.inc +0 -0
  3541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_transpose_xdl_instance.hpp +0 -0
  3542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_wmma_f16_instance.hpp +0 -0
  3543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_wmma_i8_instance.hpp +0 -0
  3544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_xdl_bilinear_instance.hpp +0 -0
  3545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_xdl_instance.hpp +0 -0
  3546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_data/device_grouped_conv_bwd_data_xdl_scale_instance.hpp +0 -0
  3547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_exp_gemm_xdl_universal_km_kn_mn_instance.hpp +0 -0
  3548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_dl_instance.hpp +0 -0
  3549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_two_stage_xdl_instance.hpp +0 -0
  3550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_v3_xdl_instance.hpp +0 -0
  3551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_wmma_instance.hpp +0 -0
  3552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_xdl_bilinear_instance.hpp +0 -0
  3553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_xdl_instance.hpp +0 -0
  3554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_xdl_scale_instance.hpp +0 -0
  3555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_dl_instance.hpp +0 -0
  3556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_wmma_instance.hpp +0 -0
  3557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_bilinear_instance.hpp +0 -0
  3558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_binary_outelementop_instance.hpp +0 -0
  3559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_comp_instance.hpp +0 -0
  3560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_dynamic_op_instance.hpp +0 -0
  3561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_instance.hpp +0 -0
  3562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_large_tensor_instance.hpp +0 -0
  3563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_mem_instance.hpp +0 -0
  3564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_merged_groups_instance.hpp +0 -0
  3565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_outelementop_instance.hpp +0 -0
  3566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_scale_instance.hpp +0 -0
  3567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_scaleadd_ab_instance.hpp +0 -0
  3568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_conv_fwd/device_grouped_conv_fwd_xdl_scaleadd_scaleadd_relu_instance.hpp +0 -0
  3569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_data.hpp +0 -0
  3570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_data_bilinear.hpp +0 -0
  3571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_data_scale.hpp +0 -0
  3572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_data_wmma.inc +0 -0
  3573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_data_xdl.inc +0 -0
  3574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight.hpp +0 -0
  3575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_bilinear.hpp +0 -0
  3576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_dl.inc +0 -0
  3577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_explicit_xdl.inc +0 -0
  3578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_scale.hpp +0 -0
  3579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_wmma.inc +0 -0
  3580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_backward_weight_xdl.inc +0 -0
  3581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward.hpp +0 -0
  3582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_bias_clamp.hpp +0 -0
  3583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_bias_clamp_xdl.inc +0 -0
  3584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_bilinear.hpp +0 -0
  3585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_clamp.hpp +0 -0
  3586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_clamp_xdl.inc +0 -0
  3587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_comp_xdl.inc +0 -0
  3588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_convinvscale.hpp +0 -0
  3589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_convscale.hpp +0 -0
  3590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_convscale_add.hpp +0 -0
  3591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_convscale_relu.hpp +0 -0
  3592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_dl.inc +0 -0
  3593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_dynamic_op.hpp +0 -0
  3594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_mem_inter_xdl.inc +0 -0
  3595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_mem_intra_xdl.inc +0 -0
  3596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_scale.hpp +0 -0
  3597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_scaleadd_ab.hpp +0 -0
  3598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_scaleadd_scaleadd_relu.hpp +0 -0
  3599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_wmma.inc +0 -0
  3600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_xdl.inc +0 -0
  3601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_xdl_large_tensor.inc +0 -0
  3602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward_xdl_merged_groups.inc +0 -0
  3603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_instance.hpp +0 -0
  3604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm.hpp +0 -0
  3605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_bias.hpp +0 -0
  3606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_fastgelu.hpp +0 -0
  3607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_fixed_nk.hpp +0 -0
  3608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_multi_abd_fixed_nk.hpp +0 -0
  3609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_tile_loop.hpp +0 -0
  3610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/grouped_gemm_tile_loop_multiply.hpp +0 -0
  3611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/groupnorm_bwd_data.hpp +0 -0
  3612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/groupnorm_bwd_gamma_beta.hpp +0 -0
  3613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/layernorm_bwd_data.hpp +0 -0
  3614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/layernorm_bwd_gamma_beta.hpp +0 -0
  3615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/max_pool_bwd.hpp +0 -0
  3616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/normalization_fwd.hpp +0 -0
  3617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/normalization_fwd_swish.hpp +0 -0
  3618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/permute_scale/device_permute_scale_instances.hpp +0 -0
  3619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/permute_scale.hpp +0 -0
  3620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/pool2d_fwd.hpp +0 -0
  3621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/pool3d_fwd.hpp +0 -0
  3622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/quantization/gemm_quantization.hpp +0 -0
  3623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/quantization/grouped_convolution_bias_forward_perchannel_quantization.hpp +0 -0
  3624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/quantization/grouped_convolution_bias_forward_perlayer_quantization.hpp +0 -0
  3625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/quantization/grouped_convolution_forward_perchannel_quantization.hpp +0 -0
  3626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/quantization/grouped_convolution_forward_perlayer_quantization.hpp +0 -0
  3627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance.hpp +0 -0
  3628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise.hpp +0 -0
  3629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_add.hpp +0 -0
  3630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_amax.hpp +0 -0
  3631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_avg.hpp +0 -0
  3632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_max.hpp +0 -0
  3633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_min.hpp +0 -0
  3634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_norm2.hpp +0 -0
  3635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_amax.hpp +0 -0
  3636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_max.hpp +0 -0
  3637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_min.hpp +0 -0
  3638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_add.hpp +0 -0
  3639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_avg.hpp +0 -0
  3640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_norm2.hpp +0 -0
  3641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_add.hpp +0 -0
  3642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_amax.hpp +0 -0
  3643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_avg.hpp +0 -0
  3644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_max.hpp +0 -0
  3645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_min.hpp +0 -0
  3646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_norm2.hpp +0 -0
  3647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_add.hpp +0 -0
  3648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_avg.hpp +0 -0
  3649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_norm2.hpp +0 -0
  3650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_add.hpp +0 -0
  3651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_amax.hpp +0 -0
  3652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_avg.hpp +0 -0
  3653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_max.hpp +0 -0
  3654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_min.hpp +0 -0
  3655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_norm2.hpp +0 -0
  3656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i32_i8_add.hpp +0 -0
  3657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i32_i8_avg.hpp +0 -0
  3658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_amax.hpp +0 -0
  3659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_max.hpp +0 -0
  3660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_min.hpp +0 -0
  3661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_impl_common.hpp +0 -0
  3662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add.hpp +0 -0
  3663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_b16_f32_f32_add.hpp +0 -0
  3664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_b16_f32_f32_avg.hpp +0 -0
  3665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f16_f32_f32_add.hpp +0 -0
  3666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f16_f32_f32_avg.hpp +0 -0
  3667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f32_f32_add.hpp +0 -0
  3668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f32_f32_avg.hpp +0 -0
  3669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f64_f32_add.hpp +0 -0
  3670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f64_f32_avg.hpp +0 -0
  3671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f64_f64_f64_add.hpp +0 -0
  3672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f64_f64_f64_avg.hpp +0 -0
  3673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise.hpp +0 -0
  3674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_add.hpp +0 -0
  3675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_amax.hpp +0 -0
  3676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_avg.hpp +0 -0
  3677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_max.hpp +0 -0
  3678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_min.hpp +0 -0
  3679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_norm2.hpp +0 -0
  3680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_amax.hpp +0 -0
  3681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_max.hpp +0 -0
  3682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_min.hpp +0 -0
  3683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_add.hpp +0 -0
  3684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_avg.hpp +0 -0
  3685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_norm2.hpp +0 -0
  3686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_add.hpp +0 -0
  3687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_amax.hpp +0 -0
  3688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_avg.hpp +0 -0
  3689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_max.hpp +0 -0
  3690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_min.hpp +0 -0
  3691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_norm2.hpp +0 -0
  3692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_add.hpp +0 -0
  3693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_avg.hpp +0 -0
  3694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_norm2.hpp +0 -0
  3695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_add.hpp +0 -0
  3696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_amax.hpp +0 -0
  3697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_avg.hpp +0 -0
  3698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_max.hpp +0 -0
  3699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_min.hpp +0 -0
  3700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_norm2.hpp +0 -0
  3701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i32_i8_add.hpp +0 -0
  3702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i32_i8_avg.hpp +0 -0
  3703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_amax.hpp +0 -0
  3704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_max.hpp +0 -0
  3705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_min.hpp +0 -0
  3706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/reduce/reduce.hpp +0 -0
  3707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce1.hpp +0 -0
  3708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce2.hpp +0 -0
  3709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce3.hpp +0 -0
  3710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce1.hpp +0 -0
  3711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce2.hpp +0 -0
  3712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce3.hpp +0 -0
  3713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce4.hpp +0 -0
  3714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_type.hpp +0 -0
  3715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce1.hpp +0 -0
  3716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce2.hpp +0 -0
  3717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce3.hpp +0 -0
  3718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce1.hpp +0 -0
  3719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce2.hpp +0 -0
  3720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce3.hpp +0 -0
  3721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce4.hpp +0 -0
  3722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_type.hpp +0 -0
  3723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax/device_softmax_instance.hpp +0 -0
  3724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/softmax.hpp +0 -0
  3725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/transpose/device_transpose_instance.hpp +0 -0
  3726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/include/ck/library/tensor_operation_instance/gpu/transpose_3d.hpp +0 -0
  3727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/CMakeLists.txt +0 -0
  3728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/CMakeLists.txt +0 -0
  3729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_bf16_instance.cpp +0 -0
  3730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_f16_instance.cpp +0 -0
  3731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_f32_instance.cpp +0 -0
  3732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_f8_instance.cpp +0 -0
  3733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_instance_common.hpp +0 -0
  3734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool2d_bwd/device_avg_pool2d_bwd_nhwc_int8_instance.cpp +0 -0
  3735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool3d_bwd/CMakeLists.txt +0 -0
  3736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool3d_bwd/avg_pool3d_bwd_ndhwc_instance_common.hpp +0 -0
  3737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool3d_bwd/device_avg_pool3d_bwd_ndhwc_bf16_instance.cpp +0 -0
  3738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool3d_bwd/device_avg_pool3d_bwd_ndhwc_f16_instance.cpp +0 -0
  3739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/avg_pool3d_bwd/device_avg_pool3d_bwd_ndhwc_f32_instance.cpp +0 -0
  3740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/CMakeLists.txt +0 -0
  3741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_bf16_bf16_bf16_gkm_gkn_gmn_instance.cpp +0 -0
  3742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_bf16_bf16_bf16_gkm_gnk_gmn_instance.cpp +0 -0
  3743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_bf16_bf16_bf16_gmk_gkn_gmn_instance.cpp +0 -0
  3744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_bf16_bf16_bf16_gmk_gnk_gmn_instance.cpp +0 -0
  3745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_f16_f16_f16_gkm_gkn_gmn_instance.cpp +0 -0
  3746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_f16_f16_f16_gkm_gnk_gmn_instance.cpp +0 -0
  3747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_f16_f16_f16_gmk_gkn_gmn_instance.cpp +0 -0
  3748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_wmma_universal_f16_f16_f16_gmk_gnk_gmn_instance.cpp +0 -0
  3749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_bf16_bf16_bf16_gkm_gkn_gmn_instance.cpp +0 -0
  3750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_bf16_bf16_bf16_gkm_gnk_gmn_instance.cpp +0 -0
  3751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_bf16_bf16_bf16_gmk_gkn_gmn_instance.cpp +0 -0
  3752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_bf16_bf16_bf16_gmk_gnk_gmn_instance.cpp +0 -0
  3753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f16_f16_f16_gkm_gkn_gmn_instance.cpp +0 -0
  3754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f16_f16_f16_gkm_gnk_gmn_instance.cpp +0 -0
  3755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f16_f16_f16_gmk_gkn_gmn_instance.cpp +0 -0
  3756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f16_f16_f16_gmk_gnk_gmn_instance.cpp +0 -0
  3757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f32_f32_f32_gkm_gkn_gmn_instance.cpp +0 -0
  3758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f32_f32_f32_gkm_gnk_gmn_instance.cpp +0 -0
  3759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f32_f32_f32_gmk_gkn_gmn_instance.cpp +0 -0
  3760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_f32_f32_f32_gmk_gnk_gmn_instance.cpp +0 -0
  3761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_int8_int8_int8_gkm_gkn_gmn_instance.cpp +0 -0
  3762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_int8_int8_int8_gkm_gnk_gmn_instance.cpp +0 -0
  3763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_int8_int8_int8_gmk_gkn_gmn_instance.cpp +0 -0
  3764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm/device_batched_gemm_xdl_int8_int8_int8_gmk_gnk_gmn_instance.cpp +0 -0
  3765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_add_relu_gemm_add/CMakeLists.txt +0 -0
  3766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_add_relu_gemm_add/device_batched_gemm_add_relu_gemm_add_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_add_relu_gemm_add/device_batched_gemm_add_relu_gemm_add_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gon_gmo_instance.cpp +0 -0
  3768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_b_scale/CMakeLists.txt +0 -0
  3769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_b_scale/device_batched_gemm_b_scale_xdl_f16_i4_f16/device_batched_gemm_b_scale_xdl_f16_i4_f16_mk_nk_mn.hpp +0 -0
  3770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_b_scale/device_batched_gemm_b_scale_xdl_f16_i4_f16/device_batched_gemm_b_scale_xdl_f16_i4_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  3771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_bias_permute/CMakeLists.txt +0 -0
  3772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_bias_permute/device_batched_gemm_bias_permute_m2_n3_k1_xdl_c_shuffle_f16_f16_f16_f16_instance.cpp +0 -0
  3773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_gemm/CMakeLists.txt +0 -0
  3774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_gemm/device_batched_gemm_gemm_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_gemm/device_batched_gemm_gemm_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gon_gmo_instance.cpp +0 -0
  3776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/CMakeLists.txt +0 -0
  3777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gkm_gkn_gmn_instance.cpp +0 -0
  3778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gkm_gkn_gmn_irregular_instance.cpp +0 -0
  3779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gkm_gnk_gmn_instance.cpp +0 -0
  3780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gkm_gnk_gmn_irregular_instance.cpp +0 -0
  3781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gmk_gkn_gmn_instance.cpp +0 -0
  3782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gmk_gkn_gmn_irregular_instance.cpp +0 -0
  3783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gmk_gnk_gmn_instance.cpp +0 -0
  3784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_f16_f16_f16_gmk_gnk_gmn_irregular_instance.cpp +0 -0
  3785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gkm_gkn_gmn_instance.cpp +0 -0
  3786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gkm_gkn_gmn_irregular_instance.cpp +0 -0
  3787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gkm_gnk_gmn_instance.cpp +0 -0
  3788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gkm_gnk_gmn_irregular_instance.cpp +0 -0
  3789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gmk_gkn_gmn_instance.cpp +0 -0
  3790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gmk_gkn_gmn_irregular_instance.cpp +0 -0
  3791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gmk_gnk_gmn_instance.cpp +0 -0
  3792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_multi_d/device_batched_gemm_multi_d_dl_i8_i8_i8_gmk_gnk_gmn_irregular_instance.cpp +0 -0
  3793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_reduce/CMakeLists.txt +0 -0
  3794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_reduce/device_batched_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_gkm_gkn_gmn_instance.cpp +0 -0
  3795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_reduce/device_batched_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_gkm_gnk_gmn_instance.cpp +0 -0
  3796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_reduce/device_batched_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_gmk_gkn_gmn_instance.cpp +0 -0
  3797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_reduce/device_batched_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_gmk_gnk_gmn_instance.cpp +0 -0
  3798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm/CMakeLists.txt +0 -0
  3799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm/device_batched_gemm_softmax_gemm_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute/CMakeLists.txt +0 -0
  3801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute/device_batched_gemm_bias_softmax_gemm_permute_xdl_cshuffle_bf16_bf16_bf16_bf16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute/device_batched_gemm_bias_softmax_gemm_permute_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute/device_batched_gemm_softmax_gemm_permute_xdl_cshuffle_bf16_bf16_bf16_bf16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batched_gemm_softmax_gemm_permute/device_batched_gemm_softmax_gemm_permute_xdl_cshuffle_f16_f16_f16_f16_gmk_gnk_gno_gmo_instance.cpp +0 -0
  3805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/CMakeLists.txt +0 -0
  3806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_backward_bf16_instance.cpp +0 -0
  3807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_backward_f16_instance.cpp +0 -0
  3808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_backward_f32_instance.cpp +0 -0
  3809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_backward_f64_instance.cpp +0 -0
  3810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_forward_bf16_instance.cpp +0 -0
  3811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_forward_f16_instance.cpp +0 -0
  3812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_forward_f32_instance.cpp +0 -0
  3813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_forward_f64_instance.cpp +0 -0
  3814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_infer_bf16_instance.cpp +0 -0
  3815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_infer_f16_instance.cpp +0 -0
  3816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_infer_f32_instance.cpp +0 -0
  3817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/batchnorm/device_batchnorm_infer_f64_instance.cpp +0 -0
  3818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/CMakeLists.txt +0 -0
  3819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_gndhwc_3d_instance.cpp +0 -0
  3820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_gnhwc_2d_instance.cpp +0 -0
  3821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_gnwc_1d_instance.cpp +0 -0
  3822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_ndhwgc_3d_instance.cpp +0 -0
  3823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_nhwgc_2d_instance.cpp +0 -0
  3824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/column_to_image/device_column_to_image_nwgc_1d_instance.cpp +0 -0
  3825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_kknn_instance.cpp +0 -0
  3826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_knnn_instance.cpp +0 -0
  3827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_mknn_instance.cpp +0 -0
  3828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_mnnn_instance.cpp +0 -0
  3829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_kknn_instance.cpp +0 -0
  3830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_knnn_instance.cpp +0 -0
  3831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_mknn_instance.cpp +0 -0
  3832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_mnnn_instance.cpp +0 -0
  3833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_kknn_instance.cpp +0 -0
  3834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_knnn_instance.cpp +0 -0
  3835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_mknn_instance.cpp +0 -0
  3836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_mnnn_instance.cpp +0 -0
  3837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_kknn_instance.cpp +0 -0
  3838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_knnn_instance.cpp +0 -0
  3839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_mknn_instance.cpp +0 -0
  3840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_mnnn_instance.cpp +0 -0
  3841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_kknn_instance.cpp +0 -0
  3842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_knnn_instance.cpp +0 -0
  3843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_mknn_instance.cpp +0 -0
  3844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_f32_mnnn_instance.cpp +0 -0
  3845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_kknn_instance.cpp +0 -0
  3846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_knnn_instance.cpp +0 -0
  3847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_mknn_instance.cpp +0 -0
  3848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_mnnn_instance.cpp +0 -0
  3849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_kknn_instance.cpp +0 -0
  3850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_knnn_instance.cpp +0 -0
  3851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_mknn_instance.cpp +0 -0
  3852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/2D/device_contraction_bilinear_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_f64_mnnn_instance.cpp +0 -0
  3853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_kknn_instance.cpp +0 -0
  3854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_knnn_instance.cpp +0 -0
  3855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_mknn_instance.cpp +0 -0
  3856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_bf16_compute_f32_mnnn_instance.cpp +0 -0
  3857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_kknn_instance.cpp +0 -0
  3858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_knnn_instance.cpp +0 -0
  3859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_mknn_instance.cpp +0 -0
  3860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_f16_compute_f32_mnnn_instance.cpp +0 -0
  3861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_kknn_instance.cpp +0 -0
  3862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_knnn_instance.cpp +0 -0
  3863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_mknn_instance.cpp +0 -0
  3864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_bf16_mnnn_instance.cpp +0 -0
  3865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_kknn_instance.cpp +0 -0
  3866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_knnn_instance.cpp +0 -0
  3867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_mknn_instance.cpp +0 -0
  3868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_compute_f16_mnnn_instance.cpp +0 -0
  3869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_kknn_instance.cpp +0 -0
  3870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_knnn_instance.cpp +0 -0
  3871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_mknn_instance.cpp +0 -0
  3872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_f32_mnnn_instance.cpp +0 -0
  3873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_kknn_instance.cpp +0 -0
  3874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_knnn_instance.cpp +0 -0
  3875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_mknn_instance.cpp +0 -0
  3876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_compute_f32_mnnn_instance.cpp +0 -0
  3877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_kknn_instance.cpp +0 -0
  3878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_knnn_instance.cpp +0 -0
  3879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_mknn_instance.cpp +0 -0
  3880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/6D/device_contraction_bilinear_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_f64_mnnn_instance.cpp +0 -0
  3881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_bilinear/CMakeLists.txt +0 -0
  3882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_kkn_instance.cpp +0 -0
  3883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_knn_instance.cpp +0 -0
  3884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_mkn_instance.cpp +0 -0
  3885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_mnn_instance.cpp +0 -0
  3886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_compute_f32_kkn_instance.cpp +0 -0
  3887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_compute_f32_knn_instance.cpp +0 -0
  3888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_compute_f32_mkn_instance.cpp +0 -0
  3889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f16_f16_f16_compute_f32_mnn_instance.cpp +0 -0
  3890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_bf16_kkn_instance.cpp +0 -0
  3891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_bf16_knn_instance.cpp +0 -0
  3892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_bf16_mkn_instance.cpp +0 -0
  3893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_bf16_mnn_instance.cpp +0 -0
  3894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_f16_kkn_instance.cpp +0 -0
  3895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_f16_knn_instance.cpp +0 -0
  3896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_f16_mkn_instance.cpp +0 -0
  3897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_compute_f16_mnn_instance.cpp +0 -0
  3898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_kkn_instance.cpp +0 -0
  3899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_knn_instance.cpp +0 -0
  3900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_mkn_instance.cpp +0 -0
  3901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f32_f32_f32_mnn_instance.cpp +0 -0
  3902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_compute_f32_kkn_instance.cpp +0 -0
  3903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_compute_f32_knn_instance.cpp +0 -0
  3904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_compute_f32_mkn_instance.cpp +0 -0
  3905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_compute_f32_mnn_instance.cpp +0 -0
  3906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_kkn_instance.cpp +0 -0
  3907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_knn_instance.cpp +0 -0
  3908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_mkn_instance.cpp +0 -0
  3909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/2D/device_contraction_scale_m2_n2_k2_xdl_c_shuffle_f64_f64_f64_mnn_instance.cpp +0 -0
  3910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_kkn_instance.cpp +0 -0
  3911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_knn_instance.cpp +0 -0
  3912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_mkn_instance.cpp +0 -0
  3913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_bf16_bf16_bf16_compute_f32_mnn_instance.cpp +0 -0
  3914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_compute_f32_kkn_instance.cpp +0 -0
  3915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_compute_f32_knn_instance.cpp +0 -0
  3916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_compute_f32_mkn_instance.cpp +0 -0
  3917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f16_f16_f16_compute_f32_mnn_instance.cpp +0 -0
  3918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_bf16_kkn_instance.cpp +0 -0
  3919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_bf16_knn_instance.cpp +0 -0
  3920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_bf16_mkn_instance.cpp +0 -0
  3921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_bf16_mnn_instance.cpp +0 -0
  3922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_f16_kkn_instance.cpp +0 -0
  3923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_f16_knn_instance.cpp +0 -0
  3924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_f16_mkn_instance.cpp +0 -0
  3925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_compute_f16_mnn_instance.cpp +0 -0
  3926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_kkn_instance.cpp +0 -0
  3927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_knn_instance.cpp +0 -0
  3928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_mkn_instance.cpp +0 -0
  3929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f32_f32_f32_mnn_instance.cpp +0 -0
  3930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_compute_f32_kkn_instance.cpp +0 -0
  3931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_compute_f32_knn_instance.cpp +0 -0
  3932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_compute_f32_mkn_instance.cpp +0 -0
  3933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_compute_f32_mnn_instance.cpp +0 -0
  3934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_kkn_instance.cpp +0 -0
  3935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_knn_instance.cpp +0 -0
  3936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_mkn_instance.cpp +0 -0
  3937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/6D/device_contraction_scale_m6_n6_k6_xdl_c_shuffle_f64_f64_f64_mnn_instance.cpp +0 -0
  3938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/contraction_scale/CMakeLists.txt +0 -0
  3939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv1d_bwd_data/CMakeLists.txt +0 -0
  3940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv1d_bwd_data/device_conv1d_bwd_data_xdl_nwc_kxc_nwk_bf16_instance.cpp +0 -0
  3941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv1d_bwd_data/device_conv1d_bwd_data_xdl_nwc_kxc_nwk_f16_instance.cpp +0 -0
  3942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv1d_bwd_data/device_conv1d_bwd_data_xdl_nwc_kxc_nwk_f32_instance.cpp +0 -0
  3943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv1d_bwd_data/device_conv1d_bwd_data_xdl_nwc_kxc_nwk_int8_instance.cpp +0 -0
  3944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/CMakeLists.txt +0 -0
  3945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_dl_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_dl_nhwc_kyxc_nhwk_f32_instance.cpp +0 -0
  3947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_dl_nhwc_kyxc_nhwk_int8_instance.cpp +0 -0
  3948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_xdl_nhwc_kyxc_nhwk_bf16_instance.cpp +0 -0
  3949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_xdl_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_xdl_nhwc_kyxc_nhwk_f32_instance.cpp +0 -0
  3951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_bwd_data/device_conv2d_bwd_data_xdl_nhwc_kyxc_nhwk_int8_instance.cpp +0 -0
  3952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/CMakeLists.txt +0 -0
  3953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/device_conv2d_fwd_xdl_c_shuffle_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/device_conv2d_fwd_xdl_nhwc_kyxc_nhwk_bf16_instance.cpp +0 -0
  3955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/device_conv2d_fwd_xdl_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/device_conv2d_fwd_xdl_nhwc_kyxc_nhwk_f32_instance.cpp +0 -0
  3957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd/device_conv2d_fwd_xdl_nhwc_kyxc_nhwk_int8_instance.cpp +0 -0
  3958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd_bias_relu/CMakeLists.txt +0 -0
  3959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd_bias_relu/device_conv2d_fwd_xdl_c_shuffle_bias_relu_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd_bias_relu_add/CMakeLists.txt +0 -0
  3961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv2d_fwd_bias_relu_add/device_conv2d_fwd_xdl_c_shuffle_bias_relu_add_nhwc_kyxc_nhwk_f16_instance.cpp +0 -0
  3962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv3d_bwd_data/CMakeLists.txt +0 -0
  3963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv3d_bwd_data/device_conv3d_bwd_data_xdl_ndhwc_kzyxc_ndhwk_bf16_instance.cpp +0 -0
  3964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv3d_bwd_data/device_conv3d_bwd_data_xdl_ndhwc_kzyxc_ndhwk_f16_instance.cpp +0 -0
  3965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv3d_bwd_data/device_conv3d_bwd_data_xdl_ndhwc_kzyxc_ndhwk_f32_instance.cpp +0 -0
  3966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/conv3d_bwd_data/device_conv3d_bwd_data_xdl_ndhwc_kzyxc_ndhwk_int8_instance.cpp +0 -0
  3967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/elementwise/CMakeLists.txt +0 -0
  3968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/elementwise/device_normalize_instance.cpp +0 -0
  3969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/elementwise_normalization/CMakeLists.txt +0 -0
  3970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/elementwise_normalization/device_elementwise_normalization_f16_instance.cpp +0 -0
  3971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/CMakeLists.txt +0 -0
  3972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  3973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_km_kn_mn_irregular_instance.cpp +0 -0
  3974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  3975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_km_nk_mn_irregular_instance.cpp +0 -0
  3976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  3977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_mk_kn_mn_irregular_instance.cpp +0 -0
  3978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  3979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f16_f16_f16_mk_nk_mn_irregular_instance.cpp +0 -0
  3980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f32_f32_f32_km_kn_mn_instance.cpp +0 -0
  3981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f32_f32_f32_km_nk_mn_instance.cpp +0 -0
  3982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f32_f32_f32_mk_kn_mn_instance.cpp +0 -0
  3983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_f32_f32_f32_mk_nk_mn_instance.cpp +0 -0
  3984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_km_kn_mn_instance.cpp +0 -0
  3985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_km_kn_mn_irregular_instance.cpp +0 -0
  3986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_km_nk_mn_instance.cpp +0 -0
  3987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_km_nk_mn_irregular_instance.cpp +0 -0
  3988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_mk_kn_mn_instance.cpp +0 -0
  3989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_mk_kn_mn_irregular_instance.cpp +0 -0
  3990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_mk_nk_mn_instance.cpp +0 -0
  3991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dl_i8_i8_i8_mk_nk_mn_irregular_instance.cpp +0 -0
  3992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  3993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_km_kn_mn_irregular_instance.cpp +0 -0
  3994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  3995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_km_nk_mn_irregular_instance.cpp +0 -0
  3996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  3997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_mk_kn_mn_irregular_instance.cpp +0 -0
  3998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  3999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_dpp_f16_f16_f16_mk_nk_mn_irregular_instance.cpp +0 -0
  4000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_bf16_bf16_bf16_km_kn_mn_instance.cpp +0 -0
  4001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_bf16_bf16_bf16_km_nk_mn_instance.cpp +0 -0
  4002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_bf16_bf16_bf16_mk_kn_mn_instance.cpp +0 -0
  4003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_bf16_bf16_bf16_mk_nk_mn_instance.cpp +0 -0
  4004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  4005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  4006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  4007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_int8_int8_int8_km_kn_mn_instance.cpp +0 -0
  4009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_int8_int8_int8_km_nk_mn_instance.cpp +0 -0
  4010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_int8_int8_int8_mk_kn_mn_instance.cpp +0 -0
  4011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_wmma_int8_int8_int8_mk_nk_mn_instance.cpp +0 -0
  4012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_2_stage_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_bf16_bf16_bf16_km_kn_mn_instance.cpp +0 -0
  4014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_bf16_bf16_bf16_km_nk_mn_instance.cpp +0 -0
  4015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_bf16_bf16_bf16_mk_kn_mn_instance.cpp +0 -0
  4016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_bf16_bf16_bf16_mk_nk_mn_instance.cpp +0 -0
  4017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  4018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  4019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  4020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f8_f16_mk_kn_mn_instance.cpp +0 -0
  4022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f16_f8_f16_mk_nk_mn_instance.cpp +0 -0
  4023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f32_f32_f32_km_kn_mn_instance.cpp +0 -0
  4024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f32_f32_f32_km_nk_mn_instance.cpp +0 -0
  4025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f32_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_f32_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_km_kn_mn_instance.cpp +0 -0
  4028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_km_nk_mn_instance.cpp +0 -0
  4029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_default_instance.cpp +0 -0
  4030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_interwave_default_instance.cpp +0 -0
  4031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_interwave_padded_instance.cpp +0 -0
  4032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v1_padded_instance.cpp +0 -0
  4033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v2_default_instance.cpp +0 -0
  4034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_kn_mn_v2_padded_instance.cpp +0 -0
  4035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_fp8_fp8_fp8_mk_nk_mn_instance.cpp +0 -0
  4036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_i8_i8_i8_km_kn_mn_instance.cpp +0 -0
  4037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_i8_i8_i8_km_nk_mn_instance.cpp +0 -0
  4038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_i8_i8_i8_mk_kn_mn_instance.cpp +0 -0
  4039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_i8_i8_i8_mk_nk_mn_instance.cpp +0 -0
  4040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_lds_direct_load_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_lds_direct_load_f32_f32_f32_km_kn_mn_instance.cpp +0 -0
  4042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_lds_direct_load_f32_f32_f32_km_nk_mn_instance.cpp +0 -0
  4043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_lds_direct_load_f32_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_c_shuffle_lds_direct_load_f32_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/common.hpp +0 -0
  4046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_add_instance.cpp +0 -0
  4047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v1_instance.cpp +0 -0
  4048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v2_instance.cpp +0 -0
  4049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_default_pipeline_v2_opt_instance.cpp +0 -0
  4050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_interwave_pipeline_v1_instance.cpp +0 -0
  4051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_irregular_default_pipeline_v1_instance.cpp +0 -0
  4052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_irregular_default_pipeline_v2_instance.cpp +0 -0
  4053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_kn_mn_irregular_interwave_pipeline_v1_instance.cpp +0 -0
  4054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_add_instance.cpp +0 -0
  4055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_default_pipeline_v1_instance.cpp +0 -0
  4056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_default_pipeline_v2_instance.cpp +0 -0
  4057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_default_pipeline_v2_opt_instance.cpp +0 -0
  4058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_interwave_pipeline_v1_instance.cpp +0 -0
  4059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_irregular_default_pipeline_v1_instance.cpp +0 -0
  4060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_irregular_default_pipeline_v2_instance.cpp +0 -0
  4061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/km_nk_mn_irregular_interwave_pipeline_v1_instance.cpp +0 -0
  4062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_add_instance.cpp +0 -0
  4063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_default_pipeline_v1_instance.cpp +0 -0
  4064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_default_pipeline_v2_instance.cpp +0 -0
  4065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_default_pipeline_v2_opt_instance.cpp +0 -0
  4066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_interwave_pipeline_v1_instance.cpp +0 -0
  4067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_irregular_default_pipeline_v1_instance.cpp +0 -0
  4068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_irregular_default_pipeline_v2_instance.cpp +0 -0
  4069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_kn_mn_irregular_interwave_pipeline_v1_instance.cpp +0 -0
  4070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_add_instance.cpp +0 -0
  4071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_default_pipeline_v1_instance.cpp +0 -0
  4072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_default_pipeline_v2_instance.cpp +0 -0
  4073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_default_pipeline_v2_opt_instance.cpp +0 -0
  4074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_interwave_pipeline_v1_instance.cpp +0 -0
  4075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_irregular_default_pipeline_v1_instance.cpp +0 -0
  4076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_irregular_default_pipeline_v2_instance.cpp +0 -0
  4077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f16_f16_f16/mk_nk_mn_irregular_interwave_pipeline_v1_instance.cpp +0 -0
  4078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f32_f32_f32_km_kn_mn_instance.cpp +0 -0
  4079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f32_f32_f32_km_nk_mn_instance.cpp +0 -0
  4080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f32_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f32_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f64_f64_f64_km_kn_mn_instance.cpp +0 -0
  4083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f64_f64_f64_km_nk_mn_instance.cpp +0 -0
  4084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f64_f64_f64_mk_kn_mn_instance.cpp +0 -0
  4085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm/device_gemm_xdl_f64_f64_f64_mk_nk_mn_instance.cpp +0 -0
  4086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/CMakeLists.txt +0 -0
  4087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/device_gemm_ab_scale_xdl_f8_f8_bf16/device_gemm_ab_scale_xdl_f8_f8_bf16_mk_nk_mn_128_128_128.hpp +0 -0
  4088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/device_gemm_ab_scale_xdl_f8_f8_bf16/device_gemm_ab_scale_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_comp_default_instance.cpp +0 -0
  4089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/device_gemm_ab_scale_xdl_f8_f8_bf16/device_gemm_ab_scale_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_comp_kpadding_instance.cpp +0 -0
  4090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/device_gemm_ab_scale_xdl_f8_f8_bf16/device_gemm_ab_scale_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_mem_v1_default_instance.cpp +0 -0
  4091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_ab_scale/device_gemm_ab_scale_xdl_f8_f8_bf16/device_gemm_ab_scale_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_mem_v1_kpadding_instance.cpp +0 -0
  4092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add/CMakeLists.txt +0 -0
  4093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add/device_gemm_add_xdl_c_shuffle_bf16_i8_bf16_bf16_mk_kn_mn_mn_instance.cpp +0 -0
  4094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add/device_gemm_add_xdl_c_shuffle_f16_i8_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_add_fastgelu/CMakeLists.txt +0 -0
  4096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_add_fastgelu/device_gemm_add_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_f16_km_kn_mn_mn_mn_instance.cpp +0 -0
  4097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_add_fastgelu/device_gemm_add_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_f16_km_nk_mn_mn_mn_instance.cpp +0 -0
  4098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_add_fastgelu/device_gemm_add_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_kn_mn_mn_mn_instance.cpp +0 -0
  4099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_add_fastgelu/device_gemm_add_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_nk_mn_mn_mn_instance.cpp +0 -0
  4100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/CMakeLists.txt +0 -0
  4101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_bf16_i8_bf16_bf16_mk_kn_mn_mn_instance.cpp +0 -0
  4102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_km_kn_mn_mn_instance.cpp +0 -0
  4103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_km_nk_mn_mn_instance.cpp +0 -0
  4104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_f16_f16_f16_f16_mk_nk_mn_mn_instance.cpp +0 -0
  4106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_fastgelu/device_gemm_add_fastgelu_xdl_c_shuffle_f16_i8_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_multiply/CMakeLists.txt +0 -0
  4108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_multiply/device_gemm_add_multiply_xdl_c_shuffle_f16_f16_f16_f16_f16_km_kn_mn_mn_mn_instance.cpp +0 -0
  4109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_multiply/device_gemm_add_multiply_xdl_c_shuffle_f16_f16_f16_f16_f16_km_nk_mn_mn_mn_instance.cpp +0 -0
  4110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_multiply/device_gemm_add_multiply_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_kn_mn_mn_mn_instance.cpp +0 -0
  4111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_multiply/device_gemm_add_multiply_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_nk_mn_mn_mn_instance.cpp +0 -0
  4112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu/CMakeLists.txt +0 -0
  4113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu/device_gemm_add_relu_xdl_c_shuffle_bf16_i8_bf16_bf16_mk_kn_mn_mn_instance.cpp +0 -0
  4114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu/device_gemm_add_relu_xdl_c_shuffle_f16_i8_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm/CMakeLists.txt +0 -0
  4116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm/device_gemm_add_relu_add_xdl_c_shuffle_layernorm_f16_km_kn_mn_mn_mn_instance.cpp +0 -0
  4117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm/device_gemm_add_relu_add_xdl_c_shuffle_layernorm_f16_km_nk_mn_mn_mn_instance.cpp +0 -0
  4118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm/device_gemm_add_relu_add_xdl_c_shuffle_layernorm_f16_mk_kn_mn_mn_mn_instance.cpp +0 -0
  4119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_relu_add_layernorm/device_gemm_add_relu_add_xdl_c_shuffle_layernorm_f16_mk_nk_mn_mn_mn_instance.cpp +0 -0
  4120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_silu/CMakeLists.txt +0 -0
  4121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_silu/device_gemm_add_silu_xdl_c_shuffle_bf16_i8_bf16_bf16_mk_kn_mn_mn_instance.cpp +0 -0
  4122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_add_silu/device_gemm_add_silu_xdl_c_shuffle_f16_i8_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_b_scale/CMakeLists.txt +0 -0
  4124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_b_scale/device_gemm_b_scale_wmma_f16_i4_f16/device_gemm_b_scale_wmma_f16_i4_f16_mk_nk_mn.hpp +0 -0
  4125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_b_scale/device_gemm_b_scale_wmma_f16_i4_f16/device_gemm_b_scale_wmma_f16_i4_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_b_scale/device_gemm_b_scale_xdl_f16_i4_f16/device_gemm_b_scale_xdl_f16_i4_f16_mk_nk_mn.hpp +0 -0
  4127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_b_scale/device_gemm_b_scale_xdl_f16_i4_f16/device_gemm_b_scale_xdl_f16_i4_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bias_add_reduce/CMakeLists.txt +0 -0
  4129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bias_add_reduce/device_gemm_bias_add_mean_squaremean_xdl_cshuffle_f16_f16_f16_f32_f32_km_kn_mn_instance.cpp +0 -0
  4130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bias_add_reduce/device_gemm_bias_add_mean_squaremean_xdl_cshuffle_f16_f16_f16_f32_f32_km_nk_mn_instance.cpp +0 -0
  4131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bias_add_reduce/device_gemm_bias_add_mean_squaremean_xdl_cshuffle_f16_f16_f16_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bias_add_reduce/device_gemm_bias_add_mean_squaremean_xdl_cshuffle_f16_f16_f16_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/CMakeLists.txt +0 -0
  4134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_wmma_c_shuffle_i8_i8_i8_i8_km_kn_mn_mn_instance.cpp +0 -0
  4135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_wmma_c_shuffle_i8_i8_i8_i8_km_nk_mn_mn_instance.cpp +0 -0
  4136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_wmma_c_shuffle_i8_i8_i8_i8_mk_kn_mn_mn_instance.cpp +0 -0
  4137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_wmma_c_shuffle_i8_i8_i8_i8_mk_nk_mn_mn_instance.cpp +0 -0
  4138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_xdl_c_shuffle_f16_f16_f16_f16_km_kn_mn_mn_instance.cpp +0 -0
  4139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_xdl_c_shuffle_f16_f16_f16_f16_km_nk_mn_mn_instance.cpp +0 -0
  4140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_xdl_c_shuffle_f16_f16_f16_f16_mk_kn_mn_mn_instance.cpp +0 -0
  4141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_bilinear/device_gemm_bilinear_xdl_c_shuffle_f16_f16_f16_f16_mk_nk_mn_mn_instance.cpp +0 -0
  4142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/CMakeLists.txt +0 -0
  4143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/device_gemm_blockscale_wp_xdl_f8_f8_bf16/device_gemm_blockscale_wp_xdl_f8_f8_bf16_mk_nk_mn_128_128_128.hpp +0 -0
  4144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/device_gemm_blockscale_wp_xdl_f8_f8_bf16/device_gemm_blockscale_wp_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_comp_default_instance.cpp +0 -0
  4145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/device_gemm_blockscale_wp_xdl_f8_f8_bf16/device_gemm_blockscale_wp_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_comp_kpadding_instance.cpp +0 -0
  4146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/device_gemm_blockscale_wp_xdl_f8_f8_bf16/device_gemm_blockscale_wp_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_mem_v1_default_instance.cpp +0 -0
  4147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_blockscale_wp/device_gemm_blockscale_wp_xdl_f8_f8_bf16/device_gemm_blockscale_wp_xdl_f8_f8_bf16_mk_nk_mn_128_128_128_mem_v1_kpadding_instance.cpp +0 -0
  4148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_fastgelu/CMakeLists.txt +0 -0
  4149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_fastgelu/device_gemm_fastgelu_xdl_c_shuffle_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  4150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_fastgelu/device_gemm_fastgelu_xdl_c_shuffle_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  4151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_fastgelu/device_gemm_fastgelu_xdl_c_shuffle_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  4152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_fastgelu/device_gemm_fastgelu_xdl_c_shuffle_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/CMakeLists.txt +0 -0
  4154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bf16_i8_bf16_mk_kn_mn_common.hpp +0 -0
  4155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bf16_i8_bf16_mk_nk_mn_common.hpp +0 -0
  4157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bias_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bias_gelu_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_bias_gelu_bf16_i8_bf16_mk_nk_mn_v1_instance.cpp +0 -0
  4160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_gelu_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_multiply_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_multiply_bias_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_multiply_bias_gelu_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multi_abd/device_gemm_xdl_multi_abd_multiply_gelu_bf16_i8_bf16_mk_kn_mn_v1_instance.cpp +0 -0
  4165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_add/CMakeLists.txt +0 -0
  4166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_add/device_gemm_multiply_add_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_kn_mn_mn_mn_instance.cpp +0 -0
  4167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_add/device_gemm_multiply_add_xdl_c_shuffle_f16_f16_f16_f16_f16_mk_nk_mn_mn_mn_instance.cpp +0 -0
  4168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_add/device_gemm_multiply_add_xdl_c_shuffle_f16_f8_f32_f32_f16_mk_kn_mn_mn_mn_instance.cpp +0 -0
  4169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_add/device_gemm_multiply_add_xdl_c_shuffle_f16_f8_f32_f32_f16_mk_nk_mn_mn_mn_instance.cpp +0 -0
  4170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/CMakeLists.txt +0 -0
  4171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_default_instance_part1.cpp +0 -0
  4173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_default_instance_part2.cpp +0 -0
  4174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_kpadding_instance_part1.cpp +0 -0
  4175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_kpadding_instance_part2.cpp +0 -0
  4176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp +0 -0
  4177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp +0 -0
  4178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp +0 -0
  4179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp +0 -0
  4180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp +0 -0
  4181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp +0 -0
  4182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn.hpp +0 -0
  4187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_default_instance_part1.cpp +0 -0
  4189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_default_instance_part2.cpp +0 -0
  4190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_kpadding_instance_part1.cpp +0 -0
  4192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_kpadding_instance_part2.cpp +0 -0
  4193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp +0 -0
  4194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp +0 -0
  4195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp +0 -0
  4196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp +0 -0
  4197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp +0 -0
  4198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp +0 -0
  4199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn.hpp +0 -0
  4204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_bf16/device_gemm_multiply_multiply_xdl_i8_i8_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn.hpp +0 -0
  4211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_i8_i8_f16/device_gemm_multiply_multiply_xdl_i8_i8_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/CMakeLists.txt +0 -0
  4218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p1.cpp +0 -0
  4219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p2.cpp +0 -0
  4220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p3.cpp +0 -0
  4221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p4.cpp +0 -0
  4222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p5.cpp +0 -0
  4223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma16x16_mn_compute_default_instance_p6.cpp +0 -0
  4224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn.hpp +0 -0
  4225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_compute_default_instance_p1.cpp +0 -0
  4226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_compute_default_instance_p2.cpp +0 -0
  4227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p1_default_instance.cpp +0 -0
  4228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p1_default_instance_v2.cpp +0 -0
  4229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p2_default_instance.cpp +0 -0
  4230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p2_default_instance_v2.cpp +0 -0
  4231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p3_default_instance.cpp +0 -0
  4232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p3_default_instance_v2.cpp +0 -0
  4233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p4_default_instance.cpp +0 -0
  4234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p4_default_instance_v2.cpp +0 -0
  4235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p5_default_instance.cpp +0 -0
  4236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_bf16/device_gemm_multiply_multiply_wp_xdl_f8_f8_bf16_mk_mfma_mn_p5_default_instance_v2.cpp +0 -0
  4237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p1.cpp +0 -0
  4238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p2.cpp +0 -0
  4239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p3.cpp +0 -0
  4240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p4.cpp +0 -0
  4241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p5.cpp +0 -0
  4242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p6.cpp +0 -0
  4243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn.hpp +0 -0
  4244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p1.cpp +0 -0
  4245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p2.cpp +0 -0
  4246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p1_default_instance.cpp +0 -0
  4247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p1_default_instance_v2.cpp +0 -0
  4248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p2_default_instance.cpp +0 -0
  4249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p2_default_instance_v2.cpp +0 -0
  4250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p3_default_instance.cpp +0 -0
  4251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p3_default_instance_v2.cpp +0 -0
  4252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p4_default_instance.cpp +0 -0
  4253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p4_default_instance_v2.cpp +0 -0
  4254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p5_default_instance.cpp +0 -0
  4255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_multiply_multiply_wp/f8_f8_f16/device_gemm_multiply_multiply_wp_xdl_f8_f8_f16_mk_mfma_mn_p5_default_instance_v2.cpp +0 -0
  4256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/CMakeLists.txt +0 -0
  4257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_bf6_bf6_bf16/device_gemm_mx_xdl_bf6_bf6_bf16_mk_nk_mn.hpp +0 -0
  4258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_bf6_bf6_bf16/device_gemm_mx_xdl_bf6_bf6_bf16_mk_nk_mn_default_instance.cpp +0 -0
  4259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_bf8_f8_f16/device_gemm_mx_xdl_bf8_f8_f16_mk_kn_mn.hpp +0 -0
  4260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_bf8_f8_f16/device_gemm_mx_xdl_bf8_f8_f16_mk_kn_mn_default_instance.cpp +0 -0
  4261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f4_f4_f16/device_gemm_mx_xdl_f4_f4_f16_mk_mfma_mn.hpp +0 -0
  4262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f4_f4_f16/device_gemm_mx_xdl_f4_f4_f16_mk_mfma_mn_default_instance.cpp +0 -0
  4263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f4_f4_f16/device_gemm_mx_xdl_f4_f4_f16_mk_nk_mn.hpp +0 -0
  4264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f4_f4_f16/device_gemm_mx_xdl_f4_f4_f16_mk_nk_mn_default_instance.cpp +0 -0
  4265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f6_f6_f16/device_gemm_mx_xdl_f6_f6_f16_mk_nk_mn.hpp +0 -0
  4266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f6_f6_f16/device_gemm_mx_xdl_f6_f6_f16_mk_nk_mn_default_instance.cpp +0 -0
  4267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_bf16/device_gemm_mx_xdl_f8_f8_bf16_km_nk_mn.hpp +0 -0
  4268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_bf16/device_gemm_mx_xdl_f8_f8_bf16_km_nk_mn_default_instance.cpp +0 -0
  4269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_bf16/device_gemm_mx_xdl_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_bf16/device_gemm_mx_xdl_f8_f8_bf16_mk_nk_mn_default_instance.cpp +0 -0
  4271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_f16/device_gemm_mx_xdl_f8_f8_f16_mk_nk_mn.hpp +0 -0
  4272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_mx/device_gemm_mx_xdl_f8_f8_f16/device_gemm_mx_xdl_f8_f8_f16_mk_nk_mn_default_instance.cpp +0 -0
  4273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_reduce/CMakeLists.txt +0 -0
  4274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_reduce/device_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_km_kn_mn_instance.cpp +0 -0
  4275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_reduce/device_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_km_nk_mn_instance.cpp +0 -0
  4276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_reduce/device_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_reduce/device_gemm_reduce_xdl_cshuffle_f16_f16_f16_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/CMakeLists.txt +0 -0
  4279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_comp_fp8_km_kn_mn_instance.cpp +0 -0
  4280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_comp_fp8_km_nk_mn_instance.cpp +0 -0
  4281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_comp_fp8_mk_kn_mn_instance.cpp +0 -0
  4282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_comp_fp8_mk_nk_mn_instance.cpp +0 -0
  4283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  4284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  4285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v1_instance.cpp +0 -0
  4286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v1_interwave_instance.cpp +0 -0
  4287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v1_interwave_irregular_instance.cpp +0 -0
  4288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v1_irregular_instance.cpp +0 -0
  4289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v2_instance.cpp +0 -0
  4290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_v2_irregular_instance.cpp +0 -0
  4291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v1_instance.cpp +0 -0
  4292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v1_interwave_instance.cpp +0 -0
  4293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v1_interwave_irregular_instance.cpp +0 -0
  4294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v1_irregular_instance.cpp +0 -0
  4295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v2_instance.cpp +0 -0
  4296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_v2_irregular_instance.cpp +0 -0
  4297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_km_kn_mn_instance.cpp +0 -0
  4298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_km_nk_mn_instance.cpp +0 -0
  4299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_kn_mn_irregular_instance.cpp +0 -0
  4300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_kn_mn_v1_instance.cpp +0 -0
  4301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_kn_mn_v1_interwave_instance.cpp +0 -0
  4302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_kn_mn_v2_instance.cpp +0 -0
  4303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_nk_mn_kpb128_instance.cpp +0 -0
  4304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_nk_mn_v1_instance.cpp +0 -0
  4305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_nk_mn_v1_interwave_instance.cpp +0 -0
  4306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f16_fp8_f16_mk_nk_mn_v2_instance.cpp +0 -0
  4307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f32_f32_f32_km_kn_mn_instance.cpp +0 -0
  4308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f32_f32_f32_km_nk_mn_instance.cpp +0 -0
  4309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f32_f32_f32_mk_kn_mn_instance.cpp +0 -0
  4310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_f32_f32_f32_mk_nk_mn_instance.cpp +0 -0
  4311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_km_kn_mn_instance.cpp +0 -0
  4312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_km_nk_mn_instance.cpp +0 -0
  4313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_mk_kn_mn_v1_instance.cpp +0 -0
  4314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_mk_kn_mn_v1_interwave_instance.cpp +0 -0
  4315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_mk_kn_mn_v2_instance.cpp +0 -0
  4316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_fp8_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_splitk/device_gemm_xdl_splitk_lds_direct_load_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  4318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_streamk/CMakeLists.txt +0 -0
  4319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_streamk/device_gemm_xdl_streamk_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  4320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/CMakeLists.txt +0 -0
  4321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_kn_mn.hpp +0 -0
  4322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_kn_mn_comp_default_instance.cpp +0 -0
  4323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_nk_mn.hpp +0 -0
  4327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_nk_mn_comp_default_instance.cpp +0 -0
  4328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_km_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_kn_mn.hpp +0 -0
  4332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_nk_mn.hpp +0 -0
  4337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_bf16_bf16/device_gemm_wmma_universal_bf16_bf16_bf16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_i4_bf16/device_gemm_wmma_universal_bf16_i4_bf16_km_nk_mn.hpp +0 -0
  4342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_i4_bf16/device_gemm_wmma_universal_bf16_i4_bf16_km_nk_mn_comp_default_instance.cpp +0 -0
  4343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_i4_bf16/device_gemm_wmma_universal_bf16_i4_bf16_mk_nk_mn.hpp +0 -0
  4344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_bf16_i4_bf16/device_gemm_wmma_universal_bf16_i4_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_kn_mn.hpp +0 -0
  4346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_kn_mn_comp_default_instance.cpp +0 -0
  4347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_nk_mn.hpp +0 -0
  4351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_nk_mn_comp_default_instance.cpp +0 -0
  4352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_km_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_kn_mn.hpp +0 -0
  4356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_nk_mn.hpp +0 -0
  4361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f16_f16/device_gemm_wmma_universal_f16_f16_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_kn_mn.hpp +0 -0
  4366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_kn_mn_comp_default_instance.cpp +0 -0
  4367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_nk_mn.hpp +0 -0
  4371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_nk_mn_comp_default_instance.cpp +0 -0
  4372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_km_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_kn_mn.hpp +0 -0
  4376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_nk_mn.hpp +0 -0
  4381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_f8_f16/device_gemm_wmma_universal_f16_f8_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_i4_f16/device_gemm_wmma_universal_f16_i4_f16_km_nk_mn.hpp +0 -0
  4386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_i4_f16/device_gemm_wmma_universal_f16_i4_f16_km_nk_mn_comp_default_instance.cpp +0 -0
  4387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_i4_f16/device_gemm_wmma_universal_f16_i4_f16_mk_nk_mn.hpp +0 -0
  4388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f16_i4_f16/device_gemm_wmma_universal_f16_i4_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_kn_mn.hpp +0 -0
  4390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_kn_mn_comp_default_instance.cpp +0 -0
  4391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_nk_mn.hpp +0 -0
  4395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_nk_mn_comp_default_instance.cpp +0 -0
  4396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_km_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_kn_mn.hpp +0 -0
  4400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_nk_mn.hpp +0 -0
  4405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f16_f16/device_gemm_wmma_universal_f8_f16_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_kn_mn.hpp +0 -0
  4410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_wmma_universal_f8_f8_bf16/device_gemm_wmma_universal_f8_f8_bf16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn.hpp +0 -0
  4420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_comp_default_instance.cpp +0 -0
  4421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v1_default_instance.cpp +0 -0
  4425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v2_default_instance.cpp +0 -0
  4428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn.hpp +0 -0
  4431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_comp_default_instance.cpp +0 -0
  4432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_comp_mkpadding_instance.cpp +0 -0
  4434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_comp_mpadding_instance.cpp +0 -0
  4435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v1_default_instance.cpp +0 -0
  4436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v1_mkpadding_instance.cpp +0 -0
  4438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v2_default_instance.cpp +0 -0
  4439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_km_nk_mn_mem_v2_mkpadding_instance.cpp +0 -0
  4441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn.hpp +0 -0
  4442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn.hpp +0 -0
  4453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_i4_bf16/device_gemm_xdl_universal_bf16_i4_bf16_mk_nk_mn.hpp +0 -0
  4460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_bf16_i4_bf16/device_gemm_xdl_universal_bf16_i4_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn.hpp +0 -0
  4462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn.hpp +0 -0
  4473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn.hpp +0 -0
  4480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn.hpp +0 -0
  4491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_f8_f16/device_gemm_xdl_universal_f16_f8_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_i4_f16/device_gemm_xdl_universal_f16_i4_f16_mk_nk_mn.hpp +0 -0
  4498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f16_i4_f16/device_gemm_xdl_universal_f16_i4_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn.hpp +0 -0
  4500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn.hpp +0 -0
  4511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f16_f16/device_gemm_xdl_universal_f8_f16_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn.hpp +0 -0
  4518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_comp_nkpadding_instance.cpp +0 -0
  4521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v1_nkpadding_instance.cpp +0 -0
  4524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_kn_mn_mem_v2_nkpadding_instance.cpp +0 -0
  4527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal/device_gemm_xdl_universal_f8_f8_bf16/device_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/CMakeLists.txt +0 -0
  4535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn.hpp +0 -0
  4536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_f8_f8_bf16/device_batched_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_f8_f8_bf16/device_batched_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_f8_f8_bf16/device_batched_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_f8_f8_bf16/device_batched_gemm_xdl_universal_f8_f8_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/CMakeLists.txt +0 -0
  4544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p1.cpp +0 -0
  4545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p2.cpp +0 -0
  4546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p3.cpp +0 -0
  4547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p4.cpp +0 -0
  4548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p5.cpp +0 -0
  4549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p6.cpp +0 -0
  4550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_mn_p1_default_instance.cpp +0 -0
  4551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_mn_p2_default_instance.cpp +0 -0
  4552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_mn_p3_default_instance.cpp +0 -0
  4553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_mn_p4_default_instance.cpp +0 -0
  4554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_mn_p5_default_instance.cpp +0 -0
  4555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_nk_mn_comp_default_instance_p1.cpp +0 -0
  4556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_nk_mn_comp_default_instance_p2.cpp +0 -0
  4557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_f8_bf16_mk_mfma32x32_mn_comp_instance.cpp +0 -0
  4559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_f8_bf16_mk_mfma32x32_mn_default_instance.cpp +0 -0
  4560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p1.cpp +0 -0
  4561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p2.cpp +0 -0
  4562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p3.cpp +0 -0
  4563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p4.cpp +0 -0
  4564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p5.cpp +0 -0
  4565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p6.cpp +0 -0
  4566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn.hpp +0 -0
  4567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p1.cpp +0 -0
  4568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p2.cpp +0 -0
  4569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p1_default_instance.cpp +0 -0
  4570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p1_default_instance_v2.cpp +0 -0
  4571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p2_default_instance.cpp +0 -0
  4572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p2_default_instance_v2.cpp +0 -0
  4573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p3_default_instance.cpp +0 -0
  4574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p3_default_instance_v2.cpp +0 -0
  4575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p4_default_instance.cpp +0 -0
  4576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p4_default_instance_v2.cpp +0 -0
  4577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p5_default_instance.cpp +0 -0
  4578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_p5_default_instance_v2.cpp +0 -0
  4579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/CMakeLists.txt +0 -0
  4580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn.hpp +0 -0
  4581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_bf16_bf16/device_gemm_xdl_universal_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn.hpp +0 -0
  4589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_bf16_i8_bf16/device_gemm_xdl_universal_bf16_i8_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn.hpp +0 -0
  4597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_reduce/device_gemm_xdl_universal_f16_f16_f16/device_gemm_xdl_universal_f16_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/CMakeLists.txt +0 -0
  4608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn.hpp +0 -0
  4609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_default_instance.cpp +0 -0
  4610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_kpadding_instance.cpp +0 -0
  4611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_default_instance.cpp +0 -0
  4614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_default_instance.cpp +0 -0
  4617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn.hpp +0 -0
  4620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_default_instance.cpp +0 -0
  4621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_kpadding_instance.cpp +0 -0
  4622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_mkpadding_instance.cpp +0 -0
  4623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_mpadding_instance.cpp +0 -0
  4624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_default_instance.cpp +0 -0
  4625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_mkpadding_instance.cpp +0 -0
  4627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_default_instance.cpp +0 -0
  4628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_mkpadding_instance.cpp +0 -0
  4630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn.hpp +0 -0
  4631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn.hpp +0 -0
  4642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn.hpp +0 -0
  4653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn.hpp +0 -0
  4664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn.hpp +0 -0
  4675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn.hpp +0 -0
  4686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f8_f16/device_gemm_xdl_universal_streamk_f16_f8_f16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn.hpp +0 -0
  4697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  4700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  4701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn.hpp +0 -0
  4708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_comp_mnkpadding_instance.cpp +0 -0
  4711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_comp_mnpadding_instance.cpp +0 -0
  4712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  4715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f16_f16/device_gemm_xdl_universal_streamk_f8_f16_f16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  4718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn.hpp +0 -0
  4719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  4720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  4721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_comp_nkpadding_instance.cpp +0 -0
  4722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  4723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  4724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v1_nkpadding_instance.cpp +0 -0
  4725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  4726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  4727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_kn_mn_mem_v2_nkpadding_instance.cpp +0 -0
  4728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn.hpp +0 -0
  4729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_comp_default_instance.cpp +0 -0
  4730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_comp_kpadding_instance.cpp +0 -0
  4731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_mem_v1_default_instance.cpp +0 -0
  4732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp +0 -0
  4733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_mem_v2_default_instance.cpp +0 -0
  4734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f8_f8_bf16/device_gemm_xdl_universal_streamk_f8_f8_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp +0 -0
  4735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/CMakeLists.txt +0 -0
  4736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_gnwc_gkxc_gnwk_bf16_f32_bf16_instance.cpp +0 -0
  4737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_gnwc_gkxc_gnwk_f16_instance.cpp +0 -0
  4738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_gnwc_gkxc_gnwk_f32_instance.cpp +0 -0
  4739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_nwgc_gkxc_nwgk_bf16_f32_bf16_instance.cpp +0 -0
  4740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_nwgc_gkxc_nwgk_f16_instance.cpp +0 -0
  4741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/dl/device_grouped_conv1d_bwd_weight_dl_nwgc_gkxc_nwgk_f32_instance.cpp +0 -0
  4742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/xdl/device_grouped_conv1d_bwd_weight_xdl_gnwc_gkxc_gnwk_bf16_f32_bf16_instance.cpp +0 -0
  4743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/xdl/device_grouped_conv1d_bwd_weight_xdl_gnwc_gkxc_gnwk_f16_instance.cpp +0 -0
  4744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_bwd_weight/xdl/device_grouped_conv1d_bwd_weight_xdl_gnwc_gkxc_gnwk_f32_instance.cpp +0 -0
  4745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_fwd/CMakeLists.txt +0 -0
  4746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_fwd/xdl/device_grouped_conv1d_fwd_xdl_gnwc_gkxc_gnwk_bf16_instance.cpp +0 -0
  4747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_fwd/xdl/device_grouped_conv1d_fwd_xdl_gnwc_gkxc_gnwk_f16_instance.cpp +0 -0
  4748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_fwd/xdl/device_grouped_conv1d_fwd_xdl_gnwc_gkxc_gnwk_f32_instance.cpp +0 -0
  4749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv1d_fwd/xdl/device_grouped_conv1d_fwd_xdl_gnwc_gkxc_gnwk_int8_instance.cpp +0 -0
  4750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/CMakeLists.txt +0 -0
  4751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_gnhwc_gkyxc_gnhwk_f16_1x1s1p0_instance.cpp +0 -0
  4752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_gnhwc_gkyxc_gnhwk_i8_1x1s1p0_instance.cpp +0 -0
  4754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_gnhwc_gkyxc_gnhwk_i8_instance.cpp +0 -0
  4755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_nhwgc_gkyxc_nhwgk_f16_1x1s1p0_instance.cpp +0 -0
  4756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_nhwgc_gkyxc_nhwgk_i8_1x1s1p0_instance.cpp +0 -0
  4758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/wmma/device_grouped_conv2d_bwd_data_wmma_nhwgc_gkyxc_nhwgk_i8_instance.cpp +0 -0
  4759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_gnhwc_gkyxc_gnhwk_bf16_instance.cpp +0 -0
  4760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_gnhwc_gkyxc_gnhwk_f32_instance.cpp +0 -0
  4762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_bf16_16_16_instance.cpp +0 -0
  4763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_bf16_instance.cpp +0 -0
  4764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_bf16_vec_transpose_instance.cpp +0 -0
  4765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f16_16_16_instance.cpp +0 -0
  4766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f16_instance.cpp +0 -0
  4767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f16_vec_transpose_instance.cpp +0 -0
  4768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f32_16_16_instance.cpp +0 -0
  4769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f32_instance.cpp +0 -0
  4770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkcyx_ngkhw_f32_vec_transpose_instance.cpp +0 -0
  4771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkyxc_ngkhw_bf16_instance.cpp +0 -0
  4772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkyxc_ngkhw_f16_instance.cpp +0 -0
  4773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_ngchw_gkyxc_ngkhw_f32_instance.cpp +0 -0
  4774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_bf16_16_16_instance.cpp +0 -0
  4775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_f16_16_16_instance.cpp +0 -0
  4777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_f32_16_16_instance.cpp +0 -0
  4779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_data/xdl/device_grouped_conv2d_bwd_data_xdl_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/CMakeLists.txt +0 -0
  4781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_gnhwc_gkyxc_gnhwk_bf16_f32_bf16_instance.cpp +0 -0
  4782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_gnhwc_gkyxc_gnhwk_f32_instance.cpp +0 -0
  4784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_nhwgc_gkyxc_nhwgk_bf16_f32_bf16_instance.cpp +0 -0
  4785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/dl/device_grouped_conv2d_bwd_weight_dl_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_bf16_f32_bf16_instance.cpp +0 -0
  4788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f16_default_pipev1_instance.cpp +0 -0
  4789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f16_pad0_pipev1_instance.cpp +0 -0
  4791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f32_default_pipev1_instance.cpp +0 -0
  4792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f32_instance.cpp +0 -0
  4793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/gnhwc_gkyxc_gnhwk/device_grouped_conv2d_bwd_weight_xdl_gnhwc_gkyxc_gnhwk_f32_pad0_pipev1_instance.cpp +0 -0
  4794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_bf16_pipev1_instance.cpp +0 -0
  4795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_bf16_pipev1_part2_instance.cpp +0 -0
  4796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_bf16_pipev2_instance.cpp +0 -0
  4797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_bf16_pipev5_instance.cpp +0 -0
  4798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_f16_pipev1_instance.cpp +0 -0
  4799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_f16_pipev1_part2_instance.cpp +0 -0
  4800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_f16_pipev2_instance.cpp +0 -0
  4801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkcyx_ngkhw_f16_pipev5_instance.cpp +0 -0
  4802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_xdl_ngchw_gkcyx_ngkhw_bf16_instance.cpp +0 -0
  4803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_xdl_ngchw_gkcyx_ngkhw_f16_instance.cpp +0 -0
  4804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkcyx_ngkhw/device_grouped_conv2d_bwd_weight_xdl_ngchw_gkcyx_ngkhw_f32_instance.cpp +0 -0
  4805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkyxc_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkyxc_ngkhw_bf16_pipev1_instance.cpp +0 -0
  4806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkyxc_ngkhw/device_grouped_conv2d_bwd_weight_two_stage_xdl_ngchw_gkyxc_ngkhw_f16_pipev1_instance.cpp +0 -0
  4807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/ngchw_gkyxc_ngkhw/device_grouped_conv2d_bwd_weight_xdl_ngchw_gkyxc_ngkhw_f32_instance.cpp +0 -0
  4808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev1_instance.cpp +0 -0
  4809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev1_part2_instance.cpp +0 -0
  4810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev2_instance.cpp +0 -0
  4811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev2_irregular_instance.cpp +0 -0
  4812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev5_instance.cpp +0 -0
  4813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_bf16_pipev5_irregular_instance.cpp +0 -0
  4814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev1_instance.cpp +0 -0
  4815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev1_part2_instance.cpp +0 -0
  4816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev2_instance.cpp +0 -0
  4817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev2_irregular_instance.cpp +0 -0
  4818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev5_instance.cpp +0 -0
  4819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_two_stage_xdl_nhwgc_gkyxc_nhwgk_f16_pipev5_irregular_instance.cpp +0 -0
  4820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_default_pipev2_instance.cpp +0 -0
  4821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_default_pipev5_instance.cpp +0 -0
  4822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_f32_bf16_instance.cpp +0 -0
  4823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_pad0_pipev2_instance.cpp +0 -0
  4825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_bf16_pad0_pipev5_instance.cpp +0 -0
  4826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f16_default_pipev2_instance.cpp +0 -0
  4827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f16_default_pipev5_instance.cpp +0 -0
  4828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f16_pad0_pipev2_instance.cpp +0 -0
  4830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f16_pad0_pipev5_instance.cpp +0 -0
  4831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f32_default_pipev2_instance.cpp +0 -0
  4832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f32_default_pipev5_instance.cpp +0 -0
  4833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f32_pad0_pipev2_instance.cpp +0 -0
  4835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_bwd_weight/xdl/nhwgc_gkyxc_nhwgk/device_grouped_conv2d_bwd_weight_xdl_nhwgc_gkyxc_nhwgk_f32_pad0_pipev5_instance.cpp +0 -0
  4836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/CMakeLists.txt +0 -0
  4837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/dl/device_grouped_conv2d_fwd_dl_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/dl/device_grouped_conv2d_fwd_dl_gnhwc_gkyxc_gnhwk_f32_instance.cpp +0 -0
  4839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/dl/device_grouped_conv2d_fwd_dl_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/dl/device_grouped_conv2d_fwd_dl_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_f16_1x1p0_instance.cpp +0 -0
  4842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_f16_1x1s1p0_instance.cpp +0 -0
  4843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_f16_oddc_instance.cpp +0 -0
  4845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_i8_1x1p0_instance.cpp +0 -0
  4846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_i8_1x1s1p0_instance.cpp +0 -0
  4847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_i8_instance.cpp +0 -0
  4848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_gnhwc_gkyxc_gnhwk_i8_oddc_instance.cpp +0 -0
  4849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_f16_1x1p0_instance.cpp +0 -0
  4850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_f16_1x1s1p0_instance.cpp +0 -0
  4851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_f16_oddc_instance.cpp +0 -0
  4853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_i8_1x1p0_instance.cpp +0 -0
  4854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_i8_1x1s1p0_instance.cpp +0 -0
  4855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_i8_instance.cpp +0 -0
  4856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/wmma/device_grouped_conv2d_fwd_wmma_nhwgc_gkyxc_nhwgk_i8_oddc_instance.cpp +0 -0
  4857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_comp_2x_instance.cpp +0 -0
  4858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_comp_instance.in +0 -0
  4859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_comp_part2_instance.cpp +0 -0
  4860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_comp_2x_instance.cpp +0 -0
  4861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_comp_instance.cpp +0 -0
  4862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_comp_part2_instance.cpp +0 -0
  4863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f32_comp_instance.cpp +0 -0
  4864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_2x_instance.cpp +0 -0
  4865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_instance.cpp +0 -0
  4866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_part2_instance.cpp +0 -0
  4867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_comp_2x_instance.cpp +0 -0
  4868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_comp_instance.cpp +0 -0
  4869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_comp_part2_instance.cpp +0 -0
  4870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f32_comp_instance.cpp +0 -0
  4871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/comp/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_int8_comp_instance.cpp +0 -0
  4872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_gnhwc_gkyxc_gnhwk_bf16_instance.cpp +0 -0
  4873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_gnhwc_gkyxc_gnhwk_f16_instance.cpp +0 -0
  4874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_gnhwc_gkyxc_gnhwk_f32_instance.cpp +0 -0
  4875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_16x16_instance.cpp +0 -0
  4876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_instance.in +0 -0
  4877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_16x16_instance.cpp +0 -0
  4878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_instance.in +0 -0
  4879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f32_16x16_instance.cpp +0 -0
  4880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f32_instance.cpp +0 -0
  4881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkyxc_ngkhw_bf16_instance.cpp +0 -0
  4882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkyxc_ngkhw_f16_instance.cpp +0 -0
  4883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkyxc_ngkhw_f32_instance.cpp +0 -0
  4884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_ngchw_gkyxc_ngkhw_int8_instance.cpp +0 -0
  4885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_16x16_instance.cpp +0 -0
  4886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_16x16_instance.cpp +0 -0
  4888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f32_16x16_instance.cpp +0 -0
  4890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_int8_instance.cpp +0 -0
  4892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/large_tensor/device_grouped_conv2d_fwd_xdl_large_tensor_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/large_tensor/device_grouped_conv2d_fwd_xdl_large_tensor_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/large_tensor/device_grouped_conv2d_fwd_xdl_large_tensor_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/large_tensor/device_grouped_conv2d_fwd_xdl_large_tensor_nhwgc_gkyxc_nhwgk_int8_instance.cpp +0 -0
  4896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_mem_inter_instance.cpp +0 -0
  4897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_bf16_mem_intra_instance.cpp +0 -0
  4898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_mem_inter_instance.cpp +0 -0
  4899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f16_mem_intra_instance.cpp +0 -0
  4900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f32_mem_inter_instance.cpp +0 -0
  4901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_ngchw_gkcyx_ngkhw_f32_mem_intra_instance.cpp +0 -0
  4902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_inter_instance.cpp +0 -0
  4903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_intra_instance.cpp +0 -0
  4904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_mem_inter_instance.cpp +0 -0
  4905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f16_mem_intra_instance.cpp +0 -0
  4906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f32_mem_inter_instance.cpp +0 -0
  4907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_f32_mem_intra_instance.cpp +0 -0
  4908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_int8_mem_inter_instance.in +0 -0
  4909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/mem/device_grouped_conv2d_fwd_xdl_nhwgc_gkyxc_nhwgk_int8_mem_intra_instance.in +0 -0
  4910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_ngchw_gkcyx_ngkhw_bf16_instance.cpp +0 -0
  4911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_ngchw_gkcyx_ngkhw_f16_instance.cpp +0 -0
  4912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_ngchw_gkcyx_ngkhw_f32_instance.cpp +0 -0
  4913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd/xdl/merged_groups/device_grouped_conv2d_fwd_xdl_merged_groups_nhwgc_gkyxc_nhwgk_int8_instance.cpp +0 -0
  4917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/CMakeLists.txt +0 -0
  4918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_2x_instance.cpp +0 -0
  4919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_instance.cpp +0 -0
  4920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_part2_instance.cpp +0 -0
  4921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_2x_instance.cpp +0 -0
  4922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_instance.cpp +0 -0
  4923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_part2_instance.cpp +0 -0
  4924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/comp/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_comp_instance.cpp +0 -0
  4925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_16x16_instance.cpp +0 -0
  4926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_16x16_instance.cpp +0 -0
  4928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_16x16_instance.cpp +0 -0
  4930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_bias_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_bias_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_bias_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_inter_instance.cpp +0 -0
  4935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_intra_instance.cpp +0 -0
  4936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_mem_inter_instance.cpp +0 -0
  4937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_mem_intra_instance.cpp +0 -0
  4938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_mem_inter_instance.cpp +0 -0
  4939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/mem/device_grouped_conv2d_fwd_bias_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_mem_intra_instance.cpp +0 -0
  4940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_bias_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_bias_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_bias_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/CMakeLists.txt +0 -0
  4944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_2x_instance.cpp +0 -0
  4945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_instance.cpp +0 -0
  4946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_comp_part2_instance.cpp +0 -0
  4947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_2x_instance.cpp +0 -0
  4948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_instance.cpp +0 -0
  4949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_comp_part2_instance.cpp +0 -0
  4950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/comp/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_comp_instance.cpp +0 -0
  4951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_16x16_instance.cpp +0 -0
  4952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_16x16_instance.cpp +0 -0
  4954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_16x16_instance.cpp +0 -0
  4956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/large_tensor/device_grouped_conv2d_fwd_clamp_xdl_large_tensor_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_inter_instance.cpp +0 -0
  4961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_bf16_mem_intra_instance.cpp +0 -0
  4962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_mem_inter_instance.cpp +0 -0
  4963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp16_mem_intra_instance.cpp +0 -0
  4964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_mem_inter_instance.cpp +0 -0
  4965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/mem/device_grouped_conv2d_fwd_clamp_xdl_nhwgc_gkyxc_nhwgk_fp32_mem_intra_instance.cpp +0 -0
  4966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_fp16_instance.cpp +0 -0
  4968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_clamp/xdl/merged_groups/device_grouped_conv2d_fwd_clamp_xdl_merged_groups_nhwgc_gkyxc_nhwgk_fp32_instance.cpp +0 -0
  4969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_dynamic_op/CMakeLists.txt +0 -0
  4970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_dynamic_op/xdl/device_grouped_conv2d_fwd_xdl_dynamic_op_nhwgc_gkyxc_nhwgk_bf16_instance.cpp +0 -0
  4971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_dynamic_op/xdl/device_grouped_conv2d_fwd_xdl_dynamic_op_nhwgc_gkyxc_nhwgk_f16_instance.cpp +0 -0
  4972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_dynamic_op/xdl/device_grouped_conv2d_fwd_xdl_dynamic_op_nhwgc_gkyxc_nhwgk_f32_instance.cpp +0 -0
  4973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv2d_fwd_dynamic_op/xdl/device_grouped_conv2d_fwd_xdl_dynamic_op_nhwgc_gkyxc_nhwgk_int8_instance.cpp +0 -0
  4974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/CMakeLists.txt +0 -0
  4975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_gndhwc_gkzyxc_gndhwk_f16_1x1s1p0_instance.cpp +0 -0
  4976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  4977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_gndhwc_gkzyxc_gndhwk_i8_1x1s1p0_instance.cpp +0 -0
  4978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_gndhwc_gkzyxc_gndhwk_i8_instance.cpp +0 -0
  4979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_ndhwgc_gkzyxc_ndhwgk_f16_1x1s1p0_instance.cpp +0 -0
  4980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  4981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_ndhwgc_gkzyxc_ndhwgk_i8_1x1s1p0_instance.cpp +0 -0
  4982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/wmma/device_grouped_conv3d_bwd_data_wmma_ndhwgc_gkzyxc_ndhwgk_i8_instance.cpp +0 -0
  4983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_gndhwc_gkzyxc_gndhwk_bf16_instance.cpp +0 -0
  4984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  4985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_gndhwc_gkzyxc_gndhwk_f32_instance.cpp +0 -0
  4986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_16_16_instance.cpp +0 -0
  4987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  4988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_f16_16_16_instance.cpp +0 -0
  4989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  4990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_f32_16_16_instance.cpp +0 -0
  4991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  4992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ndhwgc_gkzyxc_ndhwgk_input_f16_comp_bf8_f8_instance.cpp +0 -0
  4993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_bf16_16_16_instance.cpp +0 -0
  4994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_bf16_instance.cpp +0 -0
  4995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_bf16_vec_transpose_instance.cpp +0 -0
  4996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f16_16_16_instance.cpp +0 -0
  4997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f16_instance.cpp +0 -0
  4998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f16_vec_transpose_instance.cpp +0 -0
  4999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f32_16_16_instance.cpp +0 -0
  5000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f32_instance.cpp +0 -0
  5001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkczyx_ngkdhw_f32_vec_transpose_instance.cpp +0 -0
  5002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkzyxc_ngkdhw_bf16_instance.cpp +0 -0
  5003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkzyxc_ngkdhw_f16_instance.cpp +0 -0
  5004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data/xdl/device_grouped_conv3d_bwd_data_xdl_ngcdhw_gkzyxc_ngkdhw_f32_instance.cpp +0 -0
  5005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_bilinear/CMakeLists.txt +0 -0
  5006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_bilinear/xdl/device_grouped_conv3d_bwd_data_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_bilinear/xdl/device_grouped_conv3d_bwd_data_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_bilinear/xdl/device_grouped_conv3d_bwd_data_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_scale/CMakeLists.txt +0 -0
  5010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_scale/xdl/device_grouped_conv3d_bwd_data_xdl_scale_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_scale/xdl/device_grouped_conv3d_bwd_data_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_data_scale/xdl/device_grouped_conv3d_bwd_data_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/CMakeLists.txt +0 -0
  5014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_gndhwc_gkzyxc_gndhwk_bf16_f32_bf16_instance.cpp +0 -0
  5015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  5016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_gndhwc_gkzyxc_gndhwk_f32_instance.cpp +0 -0
  5017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_ndhwgc_gkzyxc_ndhwgk_bf16_f32_bf16_instance.cpp +0 -0
  5018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/dl/device_grouped_conv3d_bwd_weight_dl_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_gndhwc_gkzyxc_gndhwk_f16_1x1s1p0_instance.cpp +0 -0
  5021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  5022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_gndhwc_gkzyxc_gndhwk_i8_1x1s1p0_instance.cpp +0 -0
  5023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_gndhwc_gkzyxc_gndhwk_i8_instance.cpp +0 -0
  5024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_ndhwgc_gkzyxc_ndhwgk_f16_1x1s1p0_instance.cpp +0 -0
  5025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_ndhwgc_gkzyxc_ndhwgk_i8_1x1s1p0_instance.cpp +0 -0
  5027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/wmma/device_grouped_conv3d_bwd_weight_wmma_ndhwgc_gkzyxc_ndhwgk_i8_instance.cpp +0 -0
  5028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/gndhwc_gkzyxc_gndhwk/device_grouped_conv3d_bwd_weight_xdl_gndhwc_gkzyxc_gndhwk_bf16_f32_bf16_instance.cpp +0 -0
  5029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/gndhwc_gkzyxc_gndhwk/device_grouped_conv3d_bwd_weight_xdl_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  5030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/gndhwc_gkzyxc_gndhwk/device_grouped_conv3d_bwd_weight_xdl_gndhwc_gkzyxc_gndhwk_f32_instance.cpp +0 -0
  5031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev1_instance.cpp +0 -0
  5032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev1_part2_instance.cpp +0 -0
  5033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev2_instance.cpp +0 -0
  5034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev2_irregular_instance.cpp +0 -0
  5035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev5_instance.cpp +0 -0
  5036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pipev5_irregular_instance.cpp +0 -0
  5037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev1_instance.cpp +0 -0
  5038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev1_part2_instance.cpp +0 -0
  5039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev2_instance.cpp +0 -0
  5040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev2_irregular_instance.cpp +0 -0
  5041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev5_instance.cpp +0 -0
  5042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_two_stage_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pipev5_irregular_instance.cpp +0 -0
  5043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_default_pipev2_instance.cpp +0 -0
  5044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_default_pipev5_instance.cpp +0 -0
  5045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_f32_bf16_instance.cpp +0 -0
  5046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pad0_pipev2_instance.cpp +0 -0
  5048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_pad0_pipev5_instance.cpp +0 -0
  5049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_fp8_instance.cpp +0 -0
  5050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_default_pipev2_instance.cpp +0 -0
  5051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_default_pipev5_instance.cpp +0 -0
  5052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pad0_pipev2_instance.cpp +0 -0
  5054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_pad0_pipev5_instance.cpp +0 -0
  5055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f32_default_pipev2_instance.cpp +0 -0
  5056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f32_default_pipev5_instance.cpp +0 -0
  5057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f32_pad0_pipev2_instance.cpp +0 -0
  5059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ndhwgc_gkzyxc_ndhwgk/device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f32_pad0_pipev5_instance.cpp +0 -0
  5060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_bf16_pipev1_instance.cpp +0 -0
  5061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_bf16_pipev1_part2_instance.cpp +0 -0
  5062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_bf16_pipev2_instance.cpp +0 -0
  5063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_bf16_pipev5_instance.cpp +0 -0
  5064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_f16_pipev1_instance.cpp +0 -0
  5065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_f16_pipev1_part2_instance.cpp +0 -0
  5066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_f16_pipev2_instance.cpp +0 -0
  5067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkczyx_ngkdhw_f16_pipev5_instance.cpp +0 -0
  5068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_xdl_ngcdhw_gkczyx_ngkdhw_bf16_instance.cpp +0 -0
  5069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_xdl_ngcdhw_gkczyx_ngkdhw_f16_instance.cpp +0 -0
  5070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkczyx_ngkdhw/device_grouped_conv3d_bwd_weight_xdl_ngcdhw_gkczyx_ngkdhw_f32_instance.cpp +0 -0
  5071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkzyxc_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkzyxc_ngkdhw_bf16_pipev1_instance.cpp +0 -0
  5072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkzyxc_ngkdhw/device_grouped_conv3d_bwd_weight_two_stage_xdl_ngcdhw_gkzyxc_ngkdhw_f16_pipev1_instance.cpp +0 -0
  5073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight/xdl/ngcdhw_gkzyxc_ngkdhw/device_grouped_conv3d_bwd_weight_xdl_ngcdhw_gkzyxc_ngkdhw_f32_instance.cpp +0 -0
  5074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_bilinear/CMakeLists.txt +0 -0
  5075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_bilinear/xdl/device_grouped_conv3d_bwd_weight_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_bilinear/xdl/device_grouped_conv3d_bwd_weight_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_fp8_instance.cpp +0 -0
  5077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_bilinear/xdl/device_grouped_conv3d_bwd_weight_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_bilinear/xdl/device_grouped_conv3d_bwd_weight_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_scale/CMakeLists.txt +0 -0
  5080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_scale/xdl/device_grouped_conv3d_bwd_weight_xdl_scale_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_scale/xdl/device_grouped_conv3d_bwd_weight_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_fp8_instance.cpp +0 -0
  5082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_scale/xdl/device_grouped_conv3d_bwd_weight_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_bwd_weight_scale/xdl/device_grouped_conv3d_bwd_weight_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/CMakeLists.txt +0 -0
  5085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_f16_1x1p0_instance.cpp +0 -0
  5086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_f16_1x1s1p0_instance.cpp +0 -0
  5087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  5088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_f16_oddc_instance.cpp +0 -0
  5089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_i8_1x1p0_instance.cpp +0 -0
  5090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_i8_1x1s1p0_instance.cpp +0 -0
  5091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_i8_instance.cpp +0 -0
  5092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_gndhwc_gkzyxc_gndhwk_i8_oddc_instance.cpp +0 -0
  5093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_f16_1x1p0_instance.cpp +0 -0
  5094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_f16_1x1s1p0_instance.cpp +0 -0
  5095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_f16_oddc_instance.cpp +0 -0
  5097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_i8_1x1p0_instance.cpp +0 -0
  5098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_i8_1x1s1p0_instance.cpp +0 -0
  5099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_i8_instance.cpp +0 -0
  5100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/wmma/device_grouped_conv3d_fwd_wmma_ndhwgc_gkzyxc_ndhwgk_i8_oddc_instance.cpp +0 -0
  5101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_comp_instance.in +0 -0
  5102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_instance.in +0 -0
  5103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f32_comp_instance.cpp +0 -0
  5104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_comp_2x_instance.cpp +0 -0
  5105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_comp_instance.in +0 -0
  5106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_comp_part2_instance.cpp +0 -0
  5107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_comp_2x_instance.cpp +0 -0
  5108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_comp_instance.in +0 -0
  5109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_comp_part2_instance.cpp +0 -0
  5110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/comp/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f32_comp_instance.cpp +0 -0
  5111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_bf16_instance.cpp +0 -0
  5112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_f16_instance.cpp +0 -0
  5113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_f32_instance.cpp +0 -0
  5114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_int8_instance.cpp +0 -0
  5115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_16x16_instance.cpp +0 -0
  5116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf8_fp8_instance.cpp +0 -0
  5118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf8_instance.cpp +0 -0
  5119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_16x16_instance.cpp +0 -0
  5120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_fp8_instance.cpp +0 -0
  5121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f32_16x16_instance.cpp +0 -0
  5123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_fp8_bf8_instance.cpp +0 -0
  5125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_fp8_instance.cpp +0 -0
  5126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_16x16_instance.cpp +0 -0
  5128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_instance.in +0 -0
  5129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_16x16_instance.cpp +0 -0
  5130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_instance.in +0 -0
  5131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f32_16x16_instance.cpp +0 -0
  5132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f32_instance.cpp +0 -0
  5133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/large_tensor/device_grouped_conv3d_fwd_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/large_tensor/device_grouped_conv3d_fwd_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/large_tensor/device_grouped_conv3d_fwd_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_inter_instance.cpp +0 -0
  5137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_intra_instance.cpp +0 -0
  5138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_mem_inter_instance.cpp +0 -0
  5139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_mem_intra_instance.cpp +0 -0
  5140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f32_mem_inter_instance.cpp +0 -0
  5141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f32_mem_intra_instance.cpp +0 -0
  5142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_mem_inter_instance.in +0 -0
  5143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_bf16_mem_intra_instance.in +0 -0
  5144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_mem_inter_instance.in +0 -0
  5145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f16_mem_intra_instance.in +0 -0
  5146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f32_mem_inter_instance.in +0 -0
  5147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/mem/device_grouped_conv3d_fwd_xdl_ngcdhw_gkczyx_ngkdhw_f32_mem_intra_instance.in +0 -0
  5148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ngcdhw_gkczyx_ngkdhw_bf16_instance.cpp +0 -0
  5152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ngcdhw_gkczyx_ngkdhw_f16_instance.cpp +0 -0
  5153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/xdl/merged_groups/device_grouped_conv3d_fwd_xdl_merged_groups_ngcdhw_gkczyx_ngkdhw_f32_instance.cpp +0 -0
  5154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/CMakeLists.txt +0 -0
  5155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/comp/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_comp_instance.cpp +0 -0
  5156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/comp/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_comp_instance.cpp +0 -0
  5157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/comp/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_comp_instance.cpp +0 -0
  5158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_16x16_instance.cpp +0 -0
  5159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_16x16_instance.cpp +0 -0
  5161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_16x16_instance.cpp +0 -0
  5163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_bias_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_bias_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_bias_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_inter_instance.cpp +0 -0
  5168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_intra_instance.cpp +0 -0
  5169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_mem_inter_instance.cpp +0 -0
  5170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_mem_intra_instance.cpp +0 -0
  5171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_mem_inter_instance.cpp +0 -0
  5172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/mem/device_grouped_conv3d_fwd_bias_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_mem_intra_instance.cpp +0 -0
  5173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_bias_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_bias_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bias_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_bias_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bilinear/CMakeLists.txt +0 -0
  5177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bilinear/xdl/device_grouped_conv3d_fwd_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bilinear/xdl/device_grouped_conv3d_fwd_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bilinear/xdl/device_grouped_conv3d_fwd_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_bilinear/xdl/device_grouped_conv3d_fwd_xdl_bilinear_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/CMakeLists.txt +0 -0
  5182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/comp/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_comp_instance.cpp +0 -0
  5183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/comp/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_comp_instance.cpp +0 -0
  5184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/comp/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_comp_instance.cpp +0 -0
  5185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_16x16_instance.cpp +0 -0
  5186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_16x16_instance.cpp +0 -0
  5188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_16x16_instance.cpp +0 -0
  5190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/large_tensor/device_grouped_conv3d_fwd_clamp_xdl_large_tensor_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_inter_instance.cpp +0 -0
  5195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_bf16_mem_intra_instance.cpp +0 -0
  5196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_mem_inter_instance.cpp +0 -0
  5197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp16_mem_intra_instance.cpp +0 -0
  5198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_mem_inter_instance.cpp +0 -0
  5199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/mem/device_grouped_conv3d_fwd_clamp_xdl_ndhwgc_gkzyxc_ndhwgk_fp32_mem_intra_instance.cpp +0 -0
  5200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_fp16_instance.cpp +0 -0
  5202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_clamp/xdl/merged_groups/device_grouped_conv3d_fwd_clamp_xdl_merged_groups_ndhwgc_gkzyxc_ndhwgk_fp32_instance.cpp +0 -0
  5203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convinvscale/CMakeLists.txt +0 -0
  5204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convinvscale/xdl/device_grouped_conv3d_fwd_xdl_convinvscale_ndhwgc_gkzyxc_ndhwgk_f8_instance.cpp +0 -0
  5205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/CMakeLists.txt +0 -0
  5206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/xdl/device_grouped_conv3d_fwd_xdl_combconvscale_ndhwgc_gkzyxc_ndhwgk_f8_f8_f32_instance.cpp +0 -0
  5207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/xdl/device_grouped_conv3d_fwd_xdl_convscale_ndhwgc_gkzyxc_ndhwgk_bf8_f8_instance.cpp +0 -0
  5208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/xdl/device_grouped_conv3d_fwd_xdl_convscale_ndhwgc_gkzyxc_ndhwgk_bf8_instance.cpp +0 -0
  5209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/xdl/device_grouped_conv3d_fwd_xdl_convscale_ndhwgc_gkzyxc_ndhwgk_f8_bf8_instance.cpp +0 -0
  5210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale/xdl/device_grouped_conv3d_fwd_xdl_convscale_ndhwgc_gkzyxc_ndhwgk_f8_instance.cpp +0 -0
  5211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale_add/CMakeLists.txt +0 -0
  5212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale_add/xdl/device_grouped_conv3d_fwd_xdl_convscale_add_ndhwgc_gkzyxc_ndhwgk_f8_instance.cpp +0 -0
  5213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale_relu/CMakeLists.txt +0 -0
  5214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale_relu/xdl/device_grouped_conv3d_fwd_xdl_combconvscale_relu_ndhwgc_gkzyxc_ndhwgk_f8_f8_f32_instance.cpp +0 -0
  5215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_convscale_relu/xdl/device_grouped_conv3d_fwd_xdl_convscale_relu_ndhwgc_gkzyxc_ndhwgk_f8_instance.cpp +0 -0
  5216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_dynamic_op/CMakeLists.txt +0 -0
  5217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_dynamic_op/xdl/device_grouped_conv3d_fwd_xdl_dynamic_op_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_dynamic_op/xdl/device_grouped_conv3d_fwd_xdl_dynamic_op_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_dynamic_op/xdl/device_grouped_conv3d_fwd_xdl_dynamic_op_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_dynamic_op/xdl/device_grouped_conv3d_fwd_xdl_dynamic_op_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scale/CMakeLists.txt +0 -0
  5222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scale/xdl/device_grouped_conv3d_fwd_xdl_scale_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scale/xdl/device_grouped_conv3d_fwd_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scale/xdl/device_grouped_conv3d_fwd_xdl_scale_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scale/xdl/device_grouped_conv3d_fwd_xdl_scale_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_ab/CMakeLists.txt +0 -0
  5227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_ab/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_ab_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_ab/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_ab_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_ab/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_ab_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_ab/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_ab_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_scaleadd_relu/CMakeLists.txt +0 -0
  5232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_scaleadd_relu/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_scaleadd_relu_ndhwgc_gkzyxc_ndhwgk_bf16_instance.cpp +0 -0
  5233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_scaleadd_relu/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_scaleadd_relu_ndhwgc_gkzyxc_ndhwgk_f16_instance.cpp +0 -0
  5234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_scaleadd_relu/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_scaleadd_relu_ndhwgc_gkzyxc_ndhwgk_f32_instance.cpp +0 -0
  5235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd_scaleadd_scaleadd_relu/xdl/device_grouped_conv3d_fwd_xdl_scaleadd_scaleadd_relu_ndhwgc_gkzyxc_ndhwgk_int8_instance.cpp +0 -0
  5236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/CMakeLists.txt +0 -0
  5237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_comp_default_instance.cpp +0 -0
  5238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_comp_mnkpadding_instance.cpp +0 -0
  5239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_mem_v1_default_instance.cpp +0 -0
  5240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_mem_v1_mnkpadding_instance.cpp +0 -0
  5241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_mem_v2_default_instance.cpp +0 -0
  5242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_mem_v2_mnkpadding_instance.cpp +0 -0
  5243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_odd_m_instance.cpp +0 -0
  5244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_odd_mn_instance.cpp +0 -0
  5245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/bf16_bf16_bf16/device_grouped_convnd_bwd_weight_bf16_bf16_bf16_exp_odd_n_instance.cpp +0 -0
  5246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_comp_default_instance.cpp +0 -0
  5247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_comp_mnkpadding_instance.cpp +0 -0
  5248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_mem_v1_default_instance.cpp +0 -0
  5249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_mem_v1_mnkpadding_instance.cpp +0 -0
  5250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_mem_v2_default_instance.cpp +0 -0
  5251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_mem_v2_mnkpadding_instance.cpp +0 -0
  5252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_odd_m_instance.cpp +0 -0
  5253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_odd_mn_instance.cpp +0 -0
  5254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_convnd_bwd_weight/explicit_xdl/fp16_fp16_fp16/device_grouped_convnd_bwd_weight_f16_f16_f16_exp_odd_n_instance.cpp +0 -0
  5255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/CMakeLists.txt +0 -0
  5256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_multiple_d_splitk_xdl_two_stage_bf16_bf16_bf16_mk_kn_mn_instance.cpp +0 -0
  5257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_multiple_d_splitk_xdl_two_stage_bf16_bf16_bf16_mk_nk_mn_instance.cpp +0 -0
  5258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_multiple_d_splitk_xdl_two_stage_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_multiple_d_splitk_xdl_two_stage_bf16_i8_bf16_mk_nk_mn_instance.cpp +0 -0
  5260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_multiple_d_splitk_xdl_two_stage_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  5262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  5263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_km_kn_mn_irregular_pv1.cpp +0 -0
  5266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_km_kn_mn_irregular_pv1_inter.cpp +0 -0
  5267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_km_kn_mn_irregular_pv2.cpp +0 -0
  5268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_kn_mn_irregular_pv1.cpp +0 -0
  5269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_kn_mn_irregular_pv1_inter.cpp +0 -0
  5270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_kn_mn_irregular_pv2.cpp +0 -0
  5271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_nk_mn_irregular_pv1.cpp +0 -0
  5272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_nk_mn_irregular_pv1_inter.cpp +0 -0
  5273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_bf16_bf16_bf16_mk_nk_mn_irregular_pv2.cpp +0 -0
  5274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_irregular_pv1.cpp +0 -0
  5276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_irregular_pv1_inter.cpp +0 -0
  5277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_kn_mn_irregular_pv2.cpp +0 -0
  5278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f16_f16_mk_nk_mn_irregular_instance.cpp +0 -0
  5280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f16_f8_f16_mk_kn_mn_irregular_instance.cpp +0 -0
  5281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm/device_grouped_gemm_xdl_splitk_f8_f16_f16_mk_kn_mn_irregular_instance.cpp +0 -0
  5282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_bias/CMakeLists.txt +0 -0
  5283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_bias/device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_bias/device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_bias/device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_kn_mn_instance.cpp +0 -0
  5286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_bias/device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_nk_mn_instance.cpp +0 -0
  5287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fastgelu/CMakeLists.txt +0 -0
  5288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fastgelu/device_grouped_gemm_fastgelu_xdl_f16_f16_f16_km_kn_mn_instance.cpp +0 -0
  5289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fastgelu/device_grouped_gemm_fastgelu_xdl_f16_f16_f16_km_nk_mn_instance.cpp +0 -0
  5290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fastgelu/device_grouped_gemm_fastgelu_xdl_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fastgelu/device_grouped_gemm_fastgelu_xdl_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/CMakeLists.txt +0 -0
  5293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_bf16_bf16_bf16_mk_kn_mn_instance.cpp +0 -0
  5294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_bf16_bf16_bf16_mk_nk_mn_instance.cpp +0 -0
  5295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_bf16_i8_bf16_mk_nk_mn_instance.cpp +0 -0
  5297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_fp8_f16_mk_kn_mn_instance.cpp +0 -0
  5300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_fp8_f16_mk_nk_mn_instance.cpp +0 -0
  5301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_i8_f16_mk_kn_mn_instance.cpp +0 -0
  5302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_i8_f16_mk_nk_mn_instance.cpp +0 -0
  5303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/CMakeLists.txt +0 -0
  5304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bf16_i8_bf16_km_kn_mn_common.hpp +0 -0
  5305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bf16_i8_bf16_mk_kn_mn_common.hpp +0 -0
  5306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bf16_i8_bf16_mk_nk_mn_common.hpp +0 -0
  5307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bias_gelu_bf16_i8_bf16_km_kn_mn_instance.cpp +0 -0
  5308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bias_gelu_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk_multi_abd/device_grouped_gemm_xdl_fixed_nk_bias_gelu_bf16_i8_bf16_mk_nk_mn_instance.cpp +0 -0
  5310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/CMakeLists.txt +0 -0
  5311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_f16_f16_f16_mk_kn_mn_instance.cpp +0 -0
  5312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_f16_f16_f16_mk_nk_mn_instance.cpp +0 -0
  5313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn.hpp +0 -0
  5314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_comp_default_instance.cpp +0 -0
  5315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_comp_kpadding_instance.cpp +0 -0
  5316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp +0 -0
  5317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_comp_mnpadding_instance.cpp +0 -0
  5318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v1_default_instance.cpp +0 -0
  5319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp +0 -0
  5320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp +0 -0
  5321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v1_mnpadding_instance.cpp +0 -0
  5322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v2_default_instance.cpp +0 -0
  5323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp +0 -0
  5324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp +0 -0
  5325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bf16_i8_bf16_mk_kn_mn_mem_v2_mnpadding_instance.cpp +0 -0
  5326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bias_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_bias_fastgelu_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_tile_loop/device_grouped_gemm_xdl_tile_loop_multiply_fastgelu_bf16_i8_bf16_mk_kn_mn_instance.cpp +0 -0
  5329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/CMakeLists.txt +0 -0
  5330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_gndhwc_3d_instance.cpp +0 -0
  5331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_gnhwc_2d_instance.cpp +0 -0
  5332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_gnwc_1d_instance.cpp +0 -0
  5333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_ndhwgc_3d_instance.cpp +0 -0
  5334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_nhwgc_2d_instance.cpp +0 -0
  5335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/image_to_column/device_image_to_column_nwgc_1d_instance.cpp +0 -0
  5336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/CMakeLists.txt +0 -0
  5337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/device_max_pool_bwd_bf16_instance.cpp +0 -0
  5338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/device_max_pool_bwd_f16_instance.cpp +0 -0
  5339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/device_max_pool_bwd_f32_instance.cpp +0 -0
  5340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/device_max_pool_bwd_f8_instance.cpp +0 -0
  5341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/device_max_pool_bwd_int8_instance.cpp +0 -0
  5342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/max_pool_bwd/max_pool_bwd_instance_common.hpp +0 -0
  5343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/mha/CMakeLists.txt +0 -0
  5344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_data/CMakeLists.txt +0 -0
  5345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_data/device_groupnorm_bwd_data_f32_instance.cpp +0 -0
  5346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_data/device_layernorm2d_bwd_data_f16_instance.cpp +0 -0
  5347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_data/device_layernorm2d_bwd_data_f32_instance.cpp +0 -0
  5348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_data/normalization_bwd_data_instance_common.hpp +0 -0
  5349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_gamma_beta/CMakeLists.txt +0 -0
  5350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_gamma_beta/device_groupnorm_bwd_gamma_beta_f32_instance.cpp +0 -0
  5351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_gamma_beta/device_layernorm2d_bwd_gamma_beta_f16_instance.cpp +0 -0
  5352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_gamma_beta/device_layernorm2d_bwd_gamma_beta_f32_instance.cpp +0 -0
  5353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_bwd_gamma_beta/normalization_bwd_gamma_beta_instance_common.hpp +0 -0
  5354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/CMakeLists.txt +0 -0
  5355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_groupnorm_fwd_f16_instance.cpp +0 -0
  5356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_groupnorm_fwd_f32_instance.cpp +0 -0
  5357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_groupnorm_fwd_swish_f16_f32_f32_f16_instance.cpp +0 -0
  5358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_groupnorm_fwd_swish_f16_instance.cpp +0 -0
  5359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_groupnorm_fwd_swish_f32_instance.cpp +0 -0
  5360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_layernorm2d_fwd_f16_instance.cpp +0 -0
  5361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_layernorm2d_fwd_f32_instance.cpp +0 -0
  5362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_layernorm4d_fwd_f16_instance.cpp +0 -0
  5363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/device_layernorm4d_fwd_f32_instance.cpp +0 -0
  5364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/normalization_fwd/normalization_fwd_instance_common.hpp +0 -0
  5365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/CMakeLists.txt +0 -0
  5366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_1d_fp16_instances.cpp +0 -0
  5367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_1d_fp32_instances.cpp +0 -0
  5368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_2d_fp16_instances.cpp +0 -0
  5369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_2d_fp32_instances.cpp +0 -0
  5370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_3d_fp16_instances.cpp +0 -0
  5371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_3d_fp32_instances.cpp +0 -0
  5372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_4d_fp16_instances.cpp +0 -0
  5373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_4d_fp32_instances.cpp +0 -0
  5374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_5d_fp16_instances.cpp +0 -0
  5375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_5d_fp32_instances.cpp +0 -0
  5376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_6d_fp16_instances.cpp +0 -0
  5377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_6d_fp32_fp8_instances.cpp +0 -0
  5378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/permute_scale/device_permute_scale_6d_fp32_instances.cpp +0 -0
  5379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/CMakeLists.txt +0 -0
  5380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_avg_pool2d_fwd_nhwc_bf16_instance.cpp +0 -0
  5381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_avg_pool2d_fwd_nhwc_f16_instance.cpp +0 -0
  5382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_avg_pool2d_fwd_nhwc_f32_instance.cpp +0 -0
  5383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_avg_pool2d_fwd_nhwc_f8_instance.cpp +0 -0
  5384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_avg_pool2d_fwd_nhwc_i8_instance.cpp +0 -0
  5385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_max_pool2d_fwd_nhwc_bf16_instance.cpp +0 -0
  5386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_max_pool2d_fwd_nhwc_f16_instance.cpp +0 -0
  5387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_max_pool2d_fwd_nhwc_f32_instance.cpp +0 -0
  5388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_max_pool2d_fwd_nhwc_f8_instance.cpp +0 -0
  5389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/device_max_pool2d_fwd_nhwc_i8_instance.cpp +0 -0
  5390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool2d_fwd/pool2d_fwd_instance_common.hpp +0 -0
  5391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/CMakeLists.txt +0 -0
  5392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_avg_pool3d_fwd_ndhwc_bf16_instance.cpp +0 -0
  5393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_avg_pool3d_fwd_ndhwc_f16_instance.cpp +0 -0
  5394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_avg_pool3d_fwd_ndhwc_f32_instance.cpp +0 -0
  5395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_avg_pool3d_fwd_ndhwc_f8_instance.cpp +0 -0
  5396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_avg_pool3d_fwd_ndhwc_i8_instance.cpp +0 -0
  5397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_max_pool3d_fwd_ndhwc_bf16_instance.cpp +0 -0
  5398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_max_pool3d_fwd_ndhwc_f16_instance.cpp +0 -0
  5399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_max_pool3d_fwd_ndhwc_f32_instance.cpp +0 -0
  5400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_max_pool3d_fwd_ndhwc_f8_instance.cpp +0 -0
  5401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/device_max_pool3d_fwd_ndhwc_i8_instance.cpp +0 -0
  5402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/pool3d_fwd/pool_fwd_instance_common.hpp +0 -0
  5403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/CMakeLists.txt +0 -0
  5404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/conv2d_quantization_common.hpp +0 -0
  5405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_dl_bias_perchannel_quantization_int8_instance.cpp +0 -0
  5406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_dl_bias_perlayer_quantization_int8_instance.cpp +0 -0
  5407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_dl_int8_instance.hpp +0 -0
  5408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_dl_perchannel_quantization_int8_instance.cpp +0 -0
  5409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_dl_perlayer_quantization_int8_instance.cpp +0 -0
  5410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_xdl_bias_perchannel_quantization_int8_instance.cpp +0 -0
  5411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_xdl_bias_perlayer_quantization_int8_instance.cpp +0 -0
  5412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_xdl_int8_instance.hpp +0 -0
  5413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_xdl_perchannel_quantization_int8_instance.cpp +0 -0
  5414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/conv2d_fwd/device_conv2d_xdl_perlayer_quantization_int8_instance.cpp +0 -0
  5415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_dl_c_shuffle_i8_i8_i8_instance.hpp +0 -0
  5416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_dl_c_shuffle_i8_i8_i8_km_kn_mn_instance.cpp +0 -0
  5417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_dl_c_shuffle_i8_i8_i8_km_nk_mn_instance.cpp +0 -0
  5418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_dl_c_shuffle_i8_i8_i8_mk_kn_mn_instance.cpp +0 -0
  5419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_dl_c_shuffle_i8_i8_i8_mk_nk_mn_instance.cpp +0 -0
  5420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_xdl_c_shuffle_i8_i8_i8_instance.hpp +0 -0
  5421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_xdl_c_shuffle_i8_i8_i8_km_kn_mn_instance.cpp +0 -0
  5422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_xdl_c_shuffle_i8_i8_i8_km_nk_mn_instance.cpp +0 -0
  5423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_xdl_c_shuffle_i8_i8_i8_mk_kn_mn_instance.cpp +0 -0
  5424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/device_gemm_quantization_xdl_c_shuffle_i8_i8_i8_mk_nk_mn_instance.cpp +0 -0
  5425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/quantization/gemm/gemm_quantization_common.hpp +0 -0
  5426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/CMakeLists.txt +0 -0
  5427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_add.cpp +0 -0
  5428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_amax.cpp +0 -0
  5429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_avg.cpp +0 -0
  5430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_max.cpp +0 -0
  5431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_min.cpp +0 -0
  5432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_b16_f32_b16_norm2.cpp +0 -0
  5433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_amax.cpp +0 -0
  5434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_max.cpp +0 -0
  5435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f16_f16_min.cpp +0 -0
  5436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_add.cpp +0 -0
  5437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_avg.cpp +0 -0
  5438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f16_f32_f16_norm2.cpp +0 -0
  5439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_add.cpp +0 -0
  5440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_amax.cpp +0 -0
  5441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_avg.cpp +0 -0
  5442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_max.cpp +0 -0
  5443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_min.cpp +0 -0
  5444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f32_f32_norm2.cpp +0 -0
  5445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_add.cpp +0 -0
  5446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_avg.cpp +0 -0
  5447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f32_f64_f32_norm2.cpp +0 -0
  5448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_add.cpp +0 -0
  5449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_amax.cpp +0 -0
  5450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_avg.cpp +0 -0
  5451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_max.cpp +0 -0
  5452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_min.cpp +0 -0
  5453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_f64_f64_f64_norm2.cpp +0 -0
  5454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i32_i8_add.cpp +0 -0
  5455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i32_i8_avg.cpp +0 -0
  5456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_amax.cpp +0 -0
  5457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_max.cpp +0 -0
  5458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_blockwise_i8_i8_i8_min.cpp +0 -0
  5459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_b16_f32_f32_add.cpp +0 -0
  5460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_b16_f32_f32_avg.cpp +0 -0
  5461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f16_f32_f32_add.cpp +0 -0
  5462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f16_f32_f32_avg.cpp +0 -0
  5463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f32_f32_add.cpp +0 -0
  5464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f32_f32_avg.cpp +0 -0
  5465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f64_f32_add.cpp +0 -0
  5466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f32_f64_f32_avg.cpp +0 -0
  5467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f64_f64_f64_add.cpp +0 -0
  5468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_multiblock_atomic_add_f64_f64_f64_avg.cpp +0 -0
  5469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_add.cpp +0 -0
  5470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_amax.cpp +0 -0
  5471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_avg.cpp +0 -0
  5472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_max.cpp +0 -0
  5473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_min.cpp +0 -0
  5474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_b16_f32_b16_norm2.cpp +0 -0
  5475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_amax.cpp +0 -0
  5476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_max.cpp +0 -0
  5477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f16_f16_min.cpp +0 -0
  5478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_add.cpp +0 -0
  5479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_avg.cpp +0 -0
  5480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f16_f32_f16_norm2.cpp +0 -0
  5481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_add.cpp +0 -0
  5482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_amax.cpp +0 -0
  5483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_avg.cpp +0 -0
  5484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_max.cpp +0 -0
  5485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_min.cpp +0 -0
  5486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f32_f32_norm2.cpp +0 -0
  5487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_add.cpp +0 -0
  5488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_avg.cpp +0 -0
  5489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f32_f64_f32_norm2.cpp +0 -0
  5490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_add.cpp +0 -0
  5491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_amax.cpp +0 -0
  5492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_avg.cpp +0 -0
  5493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_max.cpp +0 -0
  5494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_min.cpp +0 -0
  5495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_f64_f64_f64_norm2.cpp +0 -0
  5496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i32_i8_add.cpp +0 -0
  5497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i32_i8_avg.cpp +0 -0
  5498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_amax.cpp +0 -0
  5499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_max.cpp +0 -0
  5500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/reduce/device_reduce_instance_threadwise_i8_i8_i8_min.cpp +0 -0
  5501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/CMakeLists.txt +0 -0
  5502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce1.cpp +0 -0
  5503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce2.cpp +0 -0
  5504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank3_reduce3.cpp +0 -0
  5505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce1.cpp +0 -0
  5506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce2.cpp +0 -0
  5507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce3.cpp +0 -0
  5508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f16_f16_instance_rank4_reduce4.cpp +0 -0
  5509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce1.cpp +0 -0
  5510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce2.cpp +0 -0
  5511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank3_reduce3.cpp +0 -0
  5512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce1.cpp +0 -0
  5513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce2.cpp +0 -0
  5514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce3.cpp +0 -0
  5515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/softmax/device_softmax_f32_f32_instance_rank4_reduce4.cpp +0 -0
  5516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/transpose/CMakeLists.txt +0 -0
  5517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/tensor_operation_instance/gpu/transpose/device_transpose_instances_3d.cpp +0 -0
  5518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/utility/CMakeLists.txt +0 -0
  5519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/utility/convolution_parameter.cpp +0 -0
  5520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/utility/device_memory.cpp +0 -0
  5521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/library/src/utility/host_tensor.cpp +0 -0
  5522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/CMakeLists.txt +0 -0
  5523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/README.md +0 -0
  5524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/data_type_enum.hpp +0 -0
  5525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_avg_pool2d_bwd_impl.hpp +0 -0
  5526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_avg_pool3d_bwd_impl.hpp +0 -0
  5527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_add_relu_gemm_add_impl.hpp +0 -0
  5528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_b_scale_impl.hpp +0 -0
  5529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_bias_softmax_gemm_permute_impl.hpp +0 -0
  5530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_gemm_impl.hpp +0 -0
  5531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_impl.hpp +0 -0
  5532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_reduce_impl.hpp +0 -0
  5533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_softmax_gemm_impl.hpp +0 -0
  5534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batched_gemm_softmax_gemm_permute_impl.hpp +0 -0
  5535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batchnorm_backward_impl.hpp +0 -0
  5536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batchnorm_forward_impl.hpp +0 -0
  5537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_batchnorm_infer_impl.hpp +0 -0
  5538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_contraction_impl.hpp +0 -0
  5539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_contraction_utils.hpp +0 -0
  5540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_conv_bwd_data_impl.hpp +0 -0
  5541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_conv_fwd_bias_relu_add_impl.hpp +0 -0
  5542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_conv_fwd_bias_relu_impl.hpp +0 -0
  5543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_conv_fwd_impl.hpp +0 -0
  5544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_conv_tensor_rearrange_impl.hpp +0 -0
  5545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_elementwise_layernorm_impl.hpp +0 -0
  5546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_ab_scale_impl.hpp +0 -0
  5547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_add_fastgelu_impl.hpp +0 -0
  5548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_fastgelu_impl.hpp +0 -0
  5549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_impl.hpp +0 -0
  5550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_multiply_impl.hpp +0 -0
  5551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_relu_add_layernorm_impl.hpp +0 -0
  5552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_relu_impl.hpp +0 -0
  5553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_add_silu_impl.hpp +0 -0
  5554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_b_scale_impl.hpp +0 -0
  5555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_bias_add_reduce_impl.hpp +0 -0
  5556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_bilinear_impl.hpp +0 -0
  5557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_blockscale_wp_impl.hpp +0 -0
  5558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_fastgelu_impl.hpp +0 -0
  5559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_impl.hpp +0 -0
  5560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_multiply_add_impl.hpp +0 -0
  5561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_multiply_multiply_impl.hpp +0 -0
  5562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_multiply_multiply_wp_impl.hpp +0 -0
  5563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_mx_impl.hpp +0 -0
  5564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_reduce_impl.hpp +0 -0
  5565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_splitk_impl.hpp +0 -0
  5566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_streamk_impl.hpp +0 -0
  5567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_universal_batched_impl.hpp +0 -0
  5568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_universal_impl.hpp +0 -0
  5569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_universal_preshuffle_impl.hpp +0 -0
  5570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_universal_reduce_impl.hpp +0 -0
  5571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_gemm_universal_streamk_impl.hpp +0 -0
  5572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_conv_bwd_data_impl.hpp +0 -0
  5573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_conv_bwd_weight_impl.hpp +0 -0
  5574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_conv_fwd_bias_clamp_impl.hpp +0 -0
  5575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_conv_fwd_impl.hpp +0 -0
  5576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_conv_fwd_outelementop_impl.hpp +0 -0
  5577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_gemm_fastgelu_impl.hpp +0 -0
  5578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_gemm_fixed_nk_impl.hpp +0 -0
  5579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_gemm_impl.hpp +0 -0
  5580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_gemm_multiply_tile_loop_impl.hpp +0 -0
  5581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_grouped_gemm_tile_loop_impl.hpp +0 -0
  5582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_groupnorm_bwd_data_impl.hpp +0 -0
  5583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_groupnorm_bwd_gamma_beta_impl.hpp +0 -0
  5584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_groupnorm_fwd_impl.hpp +0 -0
  5585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_layernorm_bwd_data_impl.hpp +0 -0
  5586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_layernorm_bwd_gamma_beta_impl.hpp +0 -0
  5587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_layernorm_fwd_impl.hpp +0 -0
  5588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_max_pool2d_bwd_impl.hpp +0 -0
  5589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_max_pool3d_bwd_impl.hpp +0 -0
  5590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_permute_scale_impl.hpp +0 -0
  5591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_pool2d_fwd_impl.hpp +0 -0
  5592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_pool3d_fwd_impl.hpp +0 -0
  5593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_reduce_impl.hpp +0 -0
  5594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_softmax_impl.hpp +0 -0
  5595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/include/profiler/profile_transpose_impl.hpp +0 -0
  5596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/CMakeLists.txt +0 -0
  5597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_avg_pool2d_bwd.cpp +0 -0
  5598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_avg_pool3d_bwd.cpp +0 -0
  5599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm.cpp +0 -0
  5600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm_add_relu_gemm_add.cpp +0 -0
  5601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm_b_scale.cpp +0 -0
  5602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm_gemm.cpp +0 -0
  5603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm_multi_d.cpp +0 -0
  5604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batched_gemm_reduce.cpp +0 -0
  5605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batchnorm_bwd.cpp +0 -0
  5606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batchnorm_fwd.cpp +0 -0
  5607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_batchnorm_infer.cpp +0 -0
  5608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_contraction_bilinear.cpp +0 -0
  5609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_contraction_scale.cpp +0 -0
  5610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_conv_bwd_data.cpp +0 -0
  5611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_conv_fwd.cpp +0 -0
  5612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_conv_fwd_bias_relu.cpp +0 -0
  5613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_conv_fwd_bias_relu_add.cpp +0 -0
  5614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_conv_tensor_rearrange.cpp +0 -0
  5615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm.cpp +0 -0
  5616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_ab_scale.cpp +0 -0
  5617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add.cpp +0 -0
  5618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_add_fastgelu.cpp +0 -0
  5619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_fastgelu.cpp +0 -0
  5620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_multiply.cpp +0 -0
  5621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_relu.cpp +0 -0
  5622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_relu_add_layernorm.cpp +0 -0
  5623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_add_silu.cpp +0 -0
  5624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_b_scale.cpp +0 -0
  5625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_bias_add_reduce.cpp +0 -0
  5626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_bilinear.cpp +0 -0
  5627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_blockscale_wp.cpp +0 -0
  5628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_fastgelu.cpp +0 -0
  5629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_multiply_add.cpp +0 -0
  5630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_multiply_multiply.cpp +0 -0
  5631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_multiply_multiply_wp.cpp +0 -0
  5632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_mx.cpp +0 -0
  5633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_reduce.cpp +0 -0
  5634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_splitk.cpp +0 -0
  5635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_streamk.cpp +0 -0
  5636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_universal.cpp +0 -0
  5637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_universal_batched.cpp +0 -0
  5638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_universal_preshuffle.cpp +0 -0
  5639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_universal_reduce.cpp +0 -0
  5640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_gemm_universal_streamk.cpp +0 -0
  5641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_bwd_data.cpp +0 -0
  5642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_bwd_weight.cpp +0 -0
  5643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_fwd.cpp +0 -0
  5644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_fwd_bias_clamp.cpp +0 -0
  5645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_fwd_clamp.cpp +0 -0
  5646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_conv_fwd_outelementop.cpp +0 -0
  5647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_gemm.cpp +0 -0
  5648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_gemm_fastgelu.cpp +0 -0
  5649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_gemm_fixed_nk.cpp +0 -0
  5650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_gemm_multiply_tile_loop.cpp +0 -0
  5651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_grouped_gemm_tile_loop.cpp +0 -0
  5652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_groupnorm_bwd_data.cpp +0 -0
  5653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_groupnorm_bwd_gamma_beta.cpp +0 -0
  5654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_groupnorm_fwd.cpp +0 -0
  5655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_layernorm_bwd_data.cpp +0 -0
  5656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_layernorm_bwd_gamma_beta.cpp +0 -0
  5657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_layernorm_fwd.cpp +0 -0
  5658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_max_pool2d_bwd.cpp +0 -0
  5659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_max_pool2d_fwd.cpp +0 -0
  5660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_max_pool3d_bwd.cpp +0 -0
  5661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_permute_scale.cpp +0 -0
  5662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_pool3d_fwd.cpp +0 -0
  5663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_reduce.cpp +0 -0
  5664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_softmax.cpp +0 -0
  5665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profile_transpose.cpp +0 -0
  5666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profiler.cpp +0 -0
  5667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/profiler/src/profiler_operation_registry.hpp +0 -0
  5668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/pyproject.toml +0 -0
  5669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/__init__.py +0 -0
  5670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/batched_universal_gemm/gen_instances.py +0 -0
  5671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/batched_universal_gemm/op.py +0 -0
  5672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/grouped_conv_fwd/gen_instances.py +0 -0
  5673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/grouped_conv_fwd/op.py +0 -0
  5674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/universal_gemm/gen_instances.py +0 -0
  5675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/universal_gemm/op.py +0 -0
  5676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/ck4inductor/util.py +0 -0
  5677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/python/test/test_gen_instances.py +0 -0
  5678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/rbuild.ini +0 -0
  5679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/requirements.txt +0 -0
  5680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/check_copyright_year.sh +0 -0
  5681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/clang-format-overwrite.sh +0 -0
  5682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/cmake-ck-dev.sh +0 -0
  5683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/cmake-ck-release.sh +0 -0
  5684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/convert_miopen_driver_to_profiler.py +0 -0
  5685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/count_vgpr.sh +0 -0
  5686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/dependency-parser/README.md +0 -0
  5687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/dependency-parser/main.py +0 -0
  5688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/dependency-parser/src/enhanced_ninja_parser.py +0 -0
  5689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/dependency-parser/src/selective_test_filter.py +0 -0
  5690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/hip_fatbin_insert +0 -0
  5691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/hipclang_opt.sh +0 -0
  5692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/install_precommit.sh +0 -0
  5693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/launch_tests.sh +0 -0
  5694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/ninja_json_converter.py +0 -0
  5695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/process_perf_data.py +0 -0
  5696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/process_perf_data.sh +0 -0
  5697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/process_qa_data.sh +0 -0
  5698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_batched_gemm.sh +0 -0
  5699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_gemm.sh +0 -0
  5700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_gemm_bilinear.sh +0 -0
  5701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_grouped_conv_bwd_data.sh +0 -0
  5702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_grouped_conv_bwd_weight.sh +0 -0
  5703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_grouped_conv_fwd.sh +0 -0
  5704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_grouped_conv_fwd_outelementop.sh +0 -0
  5705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_grouped_gemm.sh +0 -0
  5706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_mixed_gemm.sh +0 -0
  5707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_onnx_gemm.sh +0 -0
  5708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_permute_scale.sh +0 -0
  5709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_reduce_no_index.sh +0 -0
  5710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_reduce_with_index.sh +0 -0
  5711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_resnet50.sh +0 -0
  5712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/profile_splitK_gemm.sh +0 -0
  5713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/redis-cli.conf +0 -0
  5714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/remod_for_ck_tile.sh +0 -0
  5715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/remove_exec_bit.sh +0 -0
  5716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/run_ck_profiler_gemm_with_csv_shapes.py +0 -0
  5717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/run_full_performance_tests.sh +0 -0
  5718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/run_gemm_performance_tests.sh +0 -0
  5719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/run_performance_tests.sh +0 -0
  5720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/sccache_wrapper.sh +0 -0
  5721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/test_convnd_fwd.sh +0 -0
  5722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/test_reduce_no_index.sh +0 -0
  5723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/script/uninstall_precommit.sh +0 -0
  5724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/CMakeLists.txt +0 -0
  5725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm/CMakeLists.txt +0 -0
  5726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm/test_batched_gemm_wmma.cpp +0 -0
  5727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm/test_batched_gemm_xdl.cpp +0 -0
  5728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_gemm/CMakeLists.txt +0 -0
  5729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_gemm/test_batched_gemm_gemm_fp16_xdl.cpp +0 -0
  5730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_gemm/test_batched_gemm_gemm_util.hpp +0 -0
  5731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_multi_d/CMakeLists.txt +0 -0
  5732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_multi_d/test_batched_gemm_multi_d_dl.cpp +0 -0
  5733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_reduce/CMakeLists.txt +0 -0
  5734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_reduce/batched_gemm_reduce_fp16_xdl.cpp +0 -0
  5735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm/CMakeLists.txt +0 -0
  5736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm/test_batched_gemm_softmax_gemm_fp16_xdl.cpp +0 -0
  5737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm/test_batched_gemm_softmax_gemm_util.hpp +0 -0
  5738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/CMakeLists.txt +0 -0
  5739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_bias_softmax_gemm_permute_bf16_xdl.cpp +0 -0
  5740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_bias_softmax_gemm_permute_fp16_xdl.cpp +0 -0
  5741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_bias_softmax_gemm_permute_util.hpp +0 -0
  5742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_device_utils.hpp +0 -0
  5743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_softmax_gemm_permute_bf16_xdl.cpp +0 -0
  5744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_softmax_gemm_permute_fp16_xdl.cpp +0 -0
  5745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batched_gemm_softmax_gemm_permute/test_batched_gemm_softmax_gemm_permute_util.hpp +0 -0
  5746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batchnorm/CMakeLists.txt +0 -0
  5747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batchnorm/batchnorm_bwd_rank_4.cpp +0 -0
  5748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batchnorm/batchnorm_fwd_rank_4.cpp +0 -0
  5749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/batchnorm/batchnorm_infer_rank_4.cpp +0 -0
  5750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/block_swizzle_test/block_swizzle_test.cpp +0 -0
  5751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/block_swizzle_test/rebuild.sh +0 -0
  5752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/block_swizzle_test/simple_args.h +0 -0
  5753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/block_to_ctile_map/CMakeLists.txt +0 -0
  5754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/block_to_ctile_map/test_block_to_ctile_map.cpp +0 -0
  5755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/CMakeLists.txt +0 -0
  5756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/CMakeLists.txt +0 -0
  5757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd.hpp +0 -0
  5758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd.inc +0 -0
  5759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd_bf16.cpp +0 -0
  5760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/add_rmsnorm2d_rdquant_fwd_fp16.cpp +0 -0
  5761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_api.cpp +0 -0
  5762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n1024_instance.cpp +0 -0
  5763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n1536_instance.cpp +0 -0
  5764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n2048_instance.cpp +0 -0
  5765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n256_instance.cpp +0 -0
  5766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n3072_instance.cpp +0 -0
  5767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n4096_instance.cpp +0 -0
  5768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n512_instance.cpp +0 -0
  5769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n64_n128_instance.cpp +0 -0
  5770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n768_instance.cpp +0 -0
  5771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n8192_instance.cpp +0 -0
  5772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_bf16_n8192_tp_instance.cpp +0 -0
  5773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n1024_instance.cpp +0 -0
  5774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n1536_instance.cpp +0 -0
  5775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n2048_instance.cpp +0 -0
  5776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n256_instance.cpp +0 -0
  5777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n3072_instance.cpp +0 -0
  5778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n4096_instance.cpp +0 -0
  5779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n512_instance.cpp +0 -0
  5780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n64_n128_instance.cpp +0 -0
  5781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n768_instance.cpp +0 -0
  5782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n8192_instance.cpp +0 -0
  5783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_fp16_n8192_tp_instance.cpp +0 -0
  5784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/add_rmsnorm2d_rdquant/instances/add_rmsnorm2d_rdquant_fwd_instance_common.hpp +0 -0
  5785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_gemm/CMakeLists.txt +0 -0
  5786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_gemm/test_batched_gemm.cpp +0 -0
  5787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_gemm/test_batched_gemm_ut_cases.inc +0 -0
  5788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_gemm/test_batched_gemm_util.hpp +0 -0
  5789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/CMakeLists.txt +0 -0
  5790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose.hpp +0 -0
  5791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose.inc +0 -0
  5792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose_api.cpp +0 -0
  5793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose_bf16.cpp +0 -0
  5794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose_fp16.cpp +0 -0
  5795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/batched_transpose_fp8.cpp +0 -0
  5796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/batched_transpose/test_batched_transpose.cpp +0 -0
  5797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/container/CMakeLists.txt +0 -0
  5798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/container/test_tuple_apply.cpp +0 -0
  5799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/data_type/CMakeLists.txt +0 -0
  5800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/data_type/test_pk_fp4.cpp +0 -0
  5801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/data_type/test_pk_int4.cpp +0 -0
  5802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/elementwise/CMakeLists.txt +0 -0
  5803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/elementwise/test_elementwise_1d.cpp +0 -0
  5804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/CMakeLists.txt +0 -0
  5805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_basic_bf16.cpp +0 -0
  5806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_basic_bf8.cpp +0 -0
  5807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_basic_fp16.cpp +0 -0
  5808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_basic_fp8.cpp +0 -0
  5809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_basic_run_test.inc +0 -0
  5810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_compv3.cpp +0 -0
  5811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_compv4.cpp +0 -0
  5812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_kernel_types.hpp +0 -0
  5813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_mem.cpp +0 -0
  5814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_persistent.cpp +0 -0
  5815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_smoke_run_test.inc +0 -0
  5816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_smoke_util.hpp +0 -0
  5817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_universal_bf16.cpp +0 -0
  5818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_universal_bf8.cpp +0 -0
  5819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_universal_fp16.cpp +0 -0
  5820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_universal_fp8.cpp +0 -0
  5821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_universal_run_test.inc +0 -0
  5822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_ut_cases.inc +0 -0
  5823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm/test_gemm_pipeline_util.hpp +0 -0
  5824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/CMakeLists.txt +0 -0
  5825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_bf8.cpp +0 -0
  5826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_fp8.cpp +0 -0
  5827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_i4bf8.cpp +0 -0
  5828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_i4f32bf8.cpp +0 -0
  5829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_i4f32fp8.cpp +0 -0
  5830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_basic_i4fp8.cpp +0 -0
  5831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_gemm_aquant_utils.hpp +0 -0
  5832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_block_scale/test_run_gemm_aquant_example.inc +0 -0
  5833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_multi_d/CMakeLists.txt +0 -0
  5834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_multi_d/test_gemm_multi_d.cpp +0 -0
  5835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_multi_d/test_gemm_multi_d_ut_cases.inc +0 -0
  5836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_multi_d/test_gemm_multi_d_util.hpp +0 -0
  5837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_weight_preshuffle/CMakeLists.txt +0 -0
  5838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_weight_preshuffle/test_gemm_pipeline_kernel_types.hpp +0 -0
  5839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_weight_preshuffle/test_gemm_pipeline_ut_cases.inc +0 -0
  5840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_weight_preshuffle/test_gemm_pipeline_util.hpp +0 -0
  5841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/gemm_weight_preshuffle/test_gemm_pipeline_wp.cpp +0 -0
  5842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/grouped_gemm/CMakeLists.txt +0 -0
  5843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/grouped_gemm/test_grouped_gemm.cpp +0 -0
  5844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/grouped_gemm/test_grouped_gemm_ut_cases.inc +0 -0
  5845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/grouped_gemm/test_grouped_gemm_util.hpp +0 -0
  5846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/image_to_column/CMakeLists.txt +0 -0
  5847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/image_to_column/test_tile_image_to_column.cpp +0 -0
  5848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/CMakeLists.txt +0 -0
  5849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/generate.py +0 -0
  5850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/layernorm2d_fwd.hpp +0 -0
  5851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/layernorm2d_fwd.inc +0 -0
  5852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/layernorm2d_fwd_bf16.cpp +0 -0
  5853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/layernorm2d/layernorm2d_fwd_fp16.cpp +0 -0
  5854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/memory_copy/CMakeLists.txt +0 -0
  5855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/memory_copy/README.md +0 -0
  5856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/memory_copy/test_copy.cpp +0 -0
  5857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/memory_copy/test_copy.hpp +0 -0
  5858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/CMakeLists.txt +0 -0
  5859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n1024_instance.cpp +0 -0
  5860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n1536_instance.cpp +0 -0
  5861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n2048_instance.cpp +0 -0
  5862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n256_instance.cpp +0 -0
  5863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n3072_instance.cpp +0 -0
  5864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n4096_instance.cpp +0 -0
  5865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n4096_tp_instance.cpp +0 -0
  5866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n512_instance.cpp +0 -0
  5867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n64_n128_instance.cpp +0 -0
  5868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_bf16_n768_instance.cpp +0 -0
  5869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n1024_instance.cpp +0 -0
  5870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n1536_instance.cpp +0 -0
  5871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n2048_instance.cpp +0 -0
  5872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n256_instance.cpp +0 -0
  5873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n3072_instance.cpp +0 -0
  5874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n4096_instance.cpp +0 -0
  5875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n4096_tp_instance.cpp +0 -0
  5876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n512_instance.cpp +0 -0
  5877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n64_n128_instance.cpp +0 -0
  5878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fp16_n768_instance.cpp +0 -0
  5879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_fwd_api.cpp +0 -0
  5880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/instances/moe_smoothquant_instance_common.hpp +0 -0
  5881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant.hpp +0 -0
  5882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant.inc +0 -0
  5883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant_bf16_fp8.cpp +0 -0
  5884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant_bf16_int8.cpp +0 -0
  5885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant_fp16_fp8.cpp +0 -0
  5886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_smoothquant/moe_smoothquant_fp16_int8.cpp +0 -0
  5887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_sorting/CMakeLists.txt +0 -0
  5888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_sorting/moe_sorting_api.cpp +0 -0
  5889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_sorting/moe_sorting_api.hpp +0 -0
  5890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/moe_sorting/moe_sorting_fp32.cpp +0 -0
  5891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/CMakeLists.txt +0 -0
  5892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/alternative_impl/matrix_core_swizzle.cpp +0 -0
  5893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/alternative_impl/matrix_core_swizzle.hpp +0 -0
  5894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/alternative_impl/matrix_core_swizzle_kernel.hpp +0 -0
  5895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/permute.hpp +0 -0
  5896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/permute_fp16.cpp +0 -0
  5897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/permute_fp32.cpp +0 -0
  5898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/permute_fp8.cpp +0 -0
  5899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/permute/permute_utils.inc +0 -0
  5900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/CMakeLists.txt +0 -0
  5901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/generate.py +0 -0
  5902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/rmsnorm2d_fwd.hpp +0 -0
  5903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/rmsnorm2d_fwd.inc +0 -0
  5904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/rmsnorm2d_fwd_bf16.cpp +0 -0
  5905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/rmsnorm2d/rmsnorm2d_fwd_fp16.cpp +0 -0
  5906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/slice_tile/CMakeLists.txt +0 -0
  5907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/slice_tile/test_slice_tile.cpp +0 -0
  5908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/CMakeLists.txt +0 -0
  5909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n1024_instance.cpp +0 -0
  5910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n1536_instance.cpp +0 -0
  5911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n2048_instance.cpp +0 -0
  5912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n256_instance.cpp +0 -0
  5913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n3072_instance.cpp +0 -0
  5914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n4096_instance.cpp +0 -0
  5915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n4096_tp_instance.cpp +0 -0
  5916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n512_instance.cpp +0 -0
  5917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n64_n128_instance.cpp +0 -0
  5918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_bf16_n768_instance.cpp +0 -0
  5919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n1024_instance.cpp +0 -0
  5920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n1536_instance.cpp +0 -0
  5921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n2048_instance.cpp +0 -0
  5922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n256_instance.cpp +0 -0
  5923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n3072_instance.cpp +0 -0
  5924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n4096_instance.cpp +0 -0
  5925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n4096_tp_instance.cpp +0 -0
  5926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n512_instance.cpp +0 -0
  5927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n64_n128_instance.cpp +0 -0
  5928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fp16_n768_instance.cpp +0 -0
  5929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_fwd_api.cpp +0 -0
  5930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/instances/smoothquant_instance_common.hpp +0 -0
  5931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/smoothquant.hpp +0 -0
  5932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/smoothquant.inc +0 -0
  5933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/smoothquant_bf16.cpp +0 -0
  5934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/smoothquant/smoothquant_fp16.cpp +0 -0
  5935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/CMakeLists.txt +0 -0
  5936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/test_topk_softmax.hpp +0 -0
  5937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/test_topk_softmax_api.cpp +0 -0
  5938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/test_topk_softmax_api.hpp +0 -0
  5939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/test_topk_softmax_bf16.cpp +0 -0
  5940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/ck_tile/topk_softmax/test_topk_softmax_fp16.cpp +0 -0
  5941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/contraction/CMakeLists.txt +0 -0
  5942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/contraction/test_contraction_interface_xdl.cpp +0 -0
  5943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/contraction/test_contraction_xdl.cpp +0 -0
  5944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/conv_tensor_rearrange/CMakeLists.txt +0 -0
  5945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/conv_tensor_rearrange/test_conv_tensor_rearrange.cpp +0 -0
  5946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/conv_tensor_rearrange/test_conv_tensor_rearrange_interface.cpp +0 -0
  5947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/conv_util/CMakeLists.txt +0 -0
  5948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/conv_util/conv_util.cpp +0 -0
  5949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/convnd_bwd_data/CMakeLists.txt +0 -0
  5950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/convnd_bwd_data/convnd_bwd_data_xdl.cpp +0 -0
  5951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/convnd_fwd/CMakeLists.txt +0 -0
  5952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/convnd_fwd/convnd_fwd_xdl.cpp +0 -0
  5953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/CMakeLists.txt +0 -0
  5954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_bf6.cpp +0 -0
  5955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_bf8_fnuz.cpp +0 -0
  5956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_bf8_ocp.cpp +0 -0
  5957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_bhalf.cpp +0 -0
  5958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_custom_type.cpp +0 -0
  5959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_e8m0.cpp +0 -0
  5960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_fp4.cpp +0 -0
  5961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_fp6.cpp +0 -0
  5962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_fp8_fnuz.cpp +0 -0
  5963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_fp8_ocp.cpp +0 -0
  5964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_int4.cpp +0 -0
  5965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_mx_bf8.cpp +0 -0
  5966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_mx_fp4.cpp +0 -0
  5967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_mx_fp8.cpp +0 -0
  5968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/test_pk_i4.cpp +0 -0
  5969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/data_type/type_convert_const.cpp +0 -0
  5970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/elementwise_normalization/CMakeLists.txt +0 -0
  5971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/elementwise_normalization/test_elementwise_layernorm_fp16.cpp +0 -0
  5972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/CMakeLists.txt +0 -0
  5973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_bf16.cpp +0 -0
  5974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_fp16.cpp +0 -0
  5975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_fp32.cpp +0 -0
  5976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_fp64.cpp +0 -0
  5977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_int8.cpp +0 -0
  5978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_standalone_xdl_fp16.cpp +0 -0
  5979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/gemm_util.hpp +0 -0
  5980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_nn_instance.cpp +0 -0
  5981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_nn_instance.hpp +0 -0
  5982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_nt_instance.cpp +0 -0
  5983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_nt_instance.hpp +0 -0
  5984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_tn_instance.cpp +0 -0
  5985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_tn_instance.hpp +0 -0
  5986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_tt_instance.cpp +0 -0
  5987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_f16_tt_instance.hpp +0 -0
  5988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_wavelet_f16_tn_instance.cpp +0 -0
  5989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/instance/gemm_wavelet_f16_tn_instance.hpp +0 -0
  5990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm/run_gemm_test.inc +0 -0
  5991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_add/CMakeLists.txt +0 -0
  5992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_add/test_gemm_add_fastgelu_xdl.cpp +0 -0
  5993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_add/test_gemm_add_relu_xdl.cpp +0 -0
  5994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_add/test_gemm_add_silu_xdl.cpp +0 -0
  5995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_add/test_gemm_add_xdl.hpp +0 -0
  5996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_b_scale/CMakeLists.txt +0 -0
  5997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_b_scale/test_gemm_b_scale_ut_cases.inc +0 -0
  5998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_b_scale/test_gemm_b_scale_util.hpp +0 -0
  5999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_b_scale/test_gemm_b_scale_wmma.cpp +0 -0
  6000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_b_scale/test_gemm_b_scale_xdl.cpp +0 -0
  6001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_layernorm/CMakeLists.txt +0 -0
  6002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_layernorm/test_gemm_add_relu_add_layernorm_fp16_xdl.cpp +0 -0
  6003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_mx/CMakeLists.txt +0 -0
  6004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_mx/test_gemm_mx.cpp +0 -0
  6005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_mx/test_gemm_mx_util.hpp +0 -0
  6006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_reduce/CMakeLists.txt +0 -0
  6007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_reduce/gemm_reduce_fp16_xdl.cpp +0 -0
  6008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_split_k/CMakeLists.txt +0 -0
  6009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_split_k/test_gemm_splitk_ut_cases.inc +0 -0
  6010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_split_k/test_gemm_splitk_util.hpp +0 -0
  6011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_split_k/test_gemm_splitk_xdl.cpp +0 -0
  6012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/CMakeLists.txt +0 -0
  6013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_ut_cases_bf16.inc +0 -0
  6014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_ut_cases_fp16.inc +0 -0
  6015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_ut_cases_fp8.inc +0 -0
  6016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_util.hpp +0 -0
  6017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_wmma_bf16.cpp +0 -0
  6018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_wmma_fp16.cpp +0 -0
  6019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_wmma_fp8.cpp +0 -0
  6020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_xdl_bf16.cpp +0 -0
  6021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_xdl_fp16.cpp +0 -0
  6022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal/test_gemm_universal_xdl_fp8.cpp +0 -0
  6023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/CMakeLists.txt +0 -0
  6024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_ut_cases_bf16.inc +0 -0
  6025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_ut_cases_fp16.inc +0 -0
  6026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_ut_cases_fp8.inc +0 -0
  6027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_util.hpp +0 -0
  6028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_xdl_bf16.cpp +0 -0
  6029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_xdl_fp16.cpp +0 -0
  6030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/gemm_universal_streamk/test_gemm_universal_streamk_xdl_fp8.cpp +0 -0
  6031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/CMakeLists.txt +0 -0
  6032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/test_grouped_convnd_bwd_data_interface_wmma.cpp +0 -0
  6033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/test_grouped_convnd_bwd_data_interface_xdl.cpp +0 -0
  6034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/test_grouped_convnd_bwd_data_wmma.cpp +0 -0
  6035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/test_grouped_convnd_bwd_data_xdl.cpp +0 -0
  6036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_data/test_grouped_convnd_bwd_data_xdl_large_cases.cpp +0 -0
  6037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/CMakeLists.txt +0 -0
  6038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/test_grouped_conv_bwd_weight_xdl_bilinear.cpp +0 -0
  6039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/test_grouped_convnd_bwd_weight.cpp +0 -0
  6040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/test_grouped_convnd_bwd_weight_interface_wmma.cpp +0 -0
  6041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/test_grouped_convnd_bwd_weight_interface_xdl.cpp +0 -0
  6042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_bwd_weight/test_grouped_convnd_bwd_weight_v3_interface_xdl.cpp +0 -0
  6043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd/CMakeLists.txt +0 -0
  6044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd/test_grouped_convnd_fwd.cpp +0 -0
  6045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd/test_grouped_convnd_fwd_large_cases_xdl.cpp +0 -0
  6046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd/test_grouped_convnd_fwd_multi_ab_interface.cpp +0 -0
  6047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd/test_grouped_convnd_fwd_multi_d_interface_compatibility_xdl_wmma.cpp +0 -0
  6048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd_activation/CMakeLists.txt +0 -0
  6049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp.cpp +0 -0
  6050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_bias_clamp_large_cases.cpp +0 -0
  6051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_clamp.cpp +0 -0
  6052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_convnd_fwd_activation/test_grouped_convnd_fwd_gk_bias_clamp.cpp +0 -0
  6053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/CMakeLists.txt +0 -0
  6054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_interface_xdl.cpp +0 -0
  6055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_splitk_xdl.cpp +0 -0
  6056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_two_stage_multiple_d_splitk_xdl.cpp +0 -0
  6057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_two_stage_ut_cases.inc +0 -0
  6058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_ut_cases.inc +0 -0
  6059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/grouped_gemm/test_grouped_gemm_util.hpp +0 -0
  6060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/magic_number_division/CMakeLists.txt +0 -0
  6061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/magic_number_division/magic_number_division.cpp +0 -0
  6062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/mx_mfma_op/CMakeLists.txt +0 -0
  6063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/mx_mfma_op/mx_mfma_op.cpp +0 -0
  6064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/mx_mfma_op/mx_mfma_op.hpp +0 -0
  6065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_data/CMakeLists.txt +0 -0
  6066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_data/test_groupnorm_bwd_data_fp32.cpp +0 -0
  6067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_data/test_layernorm2d_bwd_data_fp32.cpp +0 -0
  6068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_gamma_beta/CMakeLists.txt +0 -0
  6069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_gamma_beta/test_groupnorm_bwd_gamma_beta_fp32.cpp +0 -0
  6070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_bwd_gamma_beta/test_layernorm2d_bwd_gamma_beta_fp32.cpp +0 -0
  6071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/CMakeLists.txt +0 -0
  6072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/test_groupnorm_fwd_fp16.cpp +0 -0
  6073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/test_groupnorm_fwd_fp32.cpp +0 -0
  6074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/test_layernorm2d_fwd_fp16.cpp +0 -0
  6075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/test_layernorm2d_fwd_fp32.cpp +0 -0
  6076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/normalization_fwd/test_layernorm4d_fwd_fp16.cpp +0 -0
  6077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/permute_scale/CMakeLists.txt +0 -0
  6078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/permute_scale/test_permute_scale.cpp +0 -0
  6079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/CMakeLists.txt +0 -0
  6080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_avg_pool2d_bwd.cpp +0 -0
  6081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_avg_pool2d_fwd.cpp +0 -0
  6082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_avg_pool3d_bwd.cpp +0 -0
  6083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_avg_pool3d_fwd.cpp +0 -0
  6084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_max_pool2d_bwd.cpp +0 -0
  6085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_max_pool2d_fwd.cpp +0 -0
  6086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_max_pool3d_bwd.cpp +0 -0
  6087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_max_pool3d_fwd.cpp +0 -0
  6088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/pool/test_pool_fwd_common.hpp +0 -0
  6089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/position_embedding/CMakeLists.txt +0 -0
  6090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/position_embedding/position_embedding.cpp +0 -0
  6091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/reduce/CMakeLists.txt +0 -0
  6092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/reduce/reduce_no_index.cpp +0 -0
  6093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/reduce/reduce_with_index.cpp +0 -0
  6094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/reference_conv_fwd/CMakeLists.txt +0 -0
  6095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/reference_conv_fwd/reference_conv_fwd.cpp +0 -0
  6096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/scatter_gather/CMakeLists.txt +0 -0
  6097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/scatter_gather/scatter_gather.cpp +0 -0
  6098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/smfmac_op/CMakeLists.txt +0 -0
  6099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/smfmac_op/smfmac_op.cpp +0 -0
  6100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/smfmac_op/smfmac_op_util.hpp +0 -0
  6101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/smfmac_op/smfmac_op_xdl.cpp +0 -0
  6102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/CMakeLists.txt +0 -0
  6103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/test_softmax_interface.cpp +0 -0
  6104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/test_softmax_rank3.cpp +0 -0
  6105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/test_softmax_rank4.cpp +0 -0
  6106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/test_softmax_ut_cases.inc +0 -0
  6107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/softmax/test_softmax_util.hpp +0 -0
  6108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/space_filling_curve/CMakeLists.txt +0 -0
  6109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/space_filling_curve/space_filling_curve.cpp +0 -0
  6110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/transpose/CMakeLists.txt +0 -0
  6111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/transpose/test_transpose_xdl.cpp +0 -0
  6112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wmma_op/CMakeLists.txt +0 -0
  6113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wmma_op/wmma_op.cpp +0 -0
  6114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wmma_op/wmma_op_util.hpp +0 -0
  6115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/CMakeLists.txt +0 -0
  6116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/test_wrapper_copy.cpp +0 -0
  6117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/test_wrapper_gemm_xdl.cpp +0 -0
  6118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/test_wrapper_layout.cpp +0 -0
  6119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/test_wrapper_partition.cpp +0 -0
  6120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/test/wrapper/test_wrapper_tensor.cpp +0 -0
  6121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/CMakeLists.txt +0 -0
  6122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/include/CMakeLists.txt +0 -0
  6123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/CMakeLists.txt +0 -0
  6124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/CMakeLists.txt +0 -0
  6125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/README.md +0 -0
  6126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/benchmark_gemm.cpp +0 -0
  6127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/benchmark_gemm.hpp +0 -0
  6128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/codegen_utils.py +0 -0
  6129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/configs/benchmark.json +0 -0
  6130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/configs/custom_ci_config.json +0 -0
  6131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/configs/default_config.json +0 -0
  6132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/configs/user_provided_config.json +0 -0
  6133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/gemm_host_api.hpp +0 -0
  6134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/gemm_instance_builder.py +0 -0
  6135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/gemm_profiler.hpp +0 -0
  6136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/composable_kernel/tile_engine/ops/gemm/json_config.py +0 -0
  6137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.git +0 -0
  6138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  6139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/config.yml +0 -0
  6140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/documentation_request.md +0 -0
  6141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  6142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/ISSUE_TEMPLATE/submit_question.md +0 -0
  6143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/workflows/auto-label-issues.yml +0 -0
  6144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/workflows/blossom-ci.yml +0 -0
  6145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/workflows/labeler.yml +0 -0
  6146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/workflows/new-issues-to-triage-projects.yml +0 -0
  6147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.github/workflows/stale.yml +0 -0
  6148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.gitignore +0 -0
  6149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/.gitmodules +0 -0
  6150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/CHANGELOG.md +0 -0
  6151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/CITATION.cff +0 -0
  6152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/CMakeLists.txt +0 -0
  6153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/CONTRIBUTORS.md +0 -0
  6154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/CUDA.cmake +0 -0
  6155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/Doxyfile +0 -0
  6156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/EULA.txt +0 -0
  6157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/LICENSE.txt +0 -0
  6158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/PUBLICATIONS.md +0 -0
  6159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/README.md +0 -0
  6160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/bin2hex.cmake +0 -0
  6161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/CTestTestfile.configure.cmake +0 -0
  6162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/CTestTestfile.test.configure.cmake +0 -0
  6163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/NvidiaCutlassConfig.cmake.in +0 -0
  6164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/NvidiaCutlassPackageConfig.cmake +0 -0
  6165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/googletest.cmake +0 -0
  6166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/nop.cu +0 -0
  6167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cmake/version_extended.h.in +0 -0
  6168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cuBLAS.cmake +0 -0
  6169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/cuDNN.cmake +0 -0
  6170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/customConfigs.cmake +0 -0
  6171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/00_basic_gemm/CMakeLists.txt +0 -0
  6172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/00_basic_gemm/basic_gemm.cu +0 -0
  6173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/01_cutlass_utilities/CMakeLists.txt +0 -0
  6174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/01_cutlass_utilities/cutlass_utilities.cu +0 -0
  6175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/02_dump_reg_shmem/CMakeLists.txt +0 -0
  6176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/02_dump_reg_shmem/dump_reg_shmem.cu +0 -0
  6177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/CMakeLists.txt +0 -0
  6178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/options.h +0 -0
  6179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/register_layout.cu +0 -0
  6180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/register_layout.h +0 -0
  6181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/visualize_layout.cpp +0 -0
  6182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/03_visualize_layout/visualize_layout.h +0 -0
  6183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/04_tile_iterator/CMakeLists.txt +0 -0
  6184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/04_tile_iterator/tile_iterator.cu +0 -0
  6185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/05_batched_gemm/CMakeLists.txt +0 -0
  6186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/05_batched_gemm/batched_gemm.cu +0 -0
  6187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/06_splitK_gemm/CMakeLists.txt +0 -0
  6188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/06_splitK_gemm/splitk_gemm.cu +0 -0
  6189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/07_volta_tensorop_gemm/CMakeLists.txt +0 -0
  6190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/07_volta_tensorop_gemm/volta_tensorop_gemm.cu +0 -0
  6191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/08_turing_tensorop_gemm/CMakeLists.txt +0 -0
  6192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/08_turing_tensorop_gemm/turing_tensorop_gemm.cu +0 -0
  6193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/09_turing_tensorop_conv2dfprop/CMakeLists.txt +0 -0
  6194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/09_turing_tensorop_conv2dfprop/turing_tensorop_conv2dfprop.cu +0 -0
  6195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/10_planar_complex/CMakeLists.txt +0 -0
  6196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/10_planar_complex/planar_complex.cu +0 -0
  6197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/11_planar_complex_array/CMakeLists.txt +0 -0
  6198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/11_planar_complex_array/planar_complex_array.cu +0 -0
  6199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/12_gemm_bias_relu/CMakeLists.txt +0 -0
  6200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/12_gemm_bias_relu/gemm_bias_relu.cu +0 -0
  6201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/CMakeLists.txt +0 -0
  6202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/README.md +0 -0
  6203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/b2b_conv2d_run.h +0 -0
  6204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/b2b_gemm_run.h +0 -0
  6205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/b2b_grouped_gemm_run.h +0 -0
  6206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/b2b_interleaved_conv2d_run.h +0 -0
  6207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/b2b_interleaved_gemm_run.h +0 -0
  6208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/device/b2b_gemm.h +0 -0
  6209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/device/b2b_implicit_gemm_convolution.h +0 -0
  6210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm75_rf.cu +0 -0
  6211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm75_shmem.cu +0 -0
  6212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm80_rf.cu +0 -0
  6213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_f16_sm80_shmem.cu +0 -0
  6214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm75_rf.cu +0 -0
  6215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm75_shmem.cu +0 -0
  6216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm80_rf.cu +0 -0
  6217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_convs_s8_sm80_shmem.cu +0 -0
  6218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm75_rf.cu +0 -0
  6219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm75_shmem.cu +0 -0
  6220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm80_rf.cu +0 -0
  6221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_f16_sm80_shmem.cu +0 -0
  6222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_grouped_f16_sm80_rf.cu +0 -0
  6223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm75_rf.cu +0 -0
  6224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm75_shmem.cu +0 -0
  6225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm80_rf.cu +0 -0
  6226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/fused_two_gemms_s8_sm80_shmem.cu +0 -0
  6227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_gemm.h +0 -0
  6228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_gemm_grouped_problem_visitor.h +0 -0
  6229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/b2b_implicit_gemm_convolution.h +0 -0
  6230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop.h +0 -0
  6231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_sm75.h +0 -0
  6232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_sm80.h +0 -0
  6233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_smem_accumulator_sm75.h +0 -0
  6234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_conv2d_fprop_smem_accumulator_sm80.h +0 -0
  6235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_gemm.h +0 -0
  6236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/default_b2b_gemm_smem_accumulator.h +0 -0
  6237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/kernel/grouped.h +0 -0
  6238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/reference/device/tensor_scale_bias.h +0 -0
  6239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/test_run.h +0 -0
  6240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_multistage.h +0 -0
  6241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_multistage_smem_accumulator.h +0 -0
  6242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_pipelined.h +0 -0
  6243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_implicit_gemm_pipelined_smem_accumulator.h +0 -0
  6244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_base.h +0 -0
  6245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_base_smem_accumulator.h +0 -0
  6246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_multistage.h +0 -0
  6247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_multistage_smem_accumulator.h +0 -0
  6248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_pipelined.h +0 -0
  6249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/b2b_mma_pipelined_smem_accumulator.h +0 -0
  6250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/default_b2b_mma.h +0 -0
  6251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/default_b2b_mma_smem_accumulator.h +0 -0
  6252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/13_two_tensor_op_fusion/threadblock/grouped_threadblock_swizzle.h +0 -0
  6253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/14_ampere_tf32_tensorop_gemm/CMakeLists.txt +0 -0
  6254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/14_ampere_tf32_tensorop_gemm/ampere_tf32_tensorop_gemm.cu +0 -0
  6255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/15_ampere_sparse_tensorop_gemm/CMakeLists.txt +0 -0
  6256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm.cu +0 -0
  6257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm_universal.cu +0 -0
  6258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/15_ampere_sparse_tensorop_gemm/ampere_sparse_tensorop_gemm_with_visitor.cu +0 -0
  6259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/16_ampere_tensorop_conv2dfprop/CMakeLists.txt +0 -0
  6260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/16_ampere_tensorop_conv2dfprop/ampere_tensorop_conv2dfprop.cu +0 -0
  6261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/17_fprop_per_channel_bias/CMakeLists.txt +0 -0
  6262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/17_fprop_per_channel_bias/fprop_per_channel_bias.cu +0 -0
  6263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/18_ampere_fp64_tensorop_affine2_gemm/CMakeLists.txt +0 -0
  6264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/18_ampere_fp64_tensorop_affine2_gemm/ampere_fp64_tensorop_affine2_gemm.cu +0 -0
  6265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/19_tensorop_canonical/CMakeLists.txt +0 -0
  6266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/19_tensorop_canonical/tensorop_canonical.cu +0 -0
  6267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/20_simt_canonical/CMakeLists.txt +0 -0
  6268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/20_simt_canonical/simt_canonical.cu +0 -0
  6269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/21_quaternion_gemm/CMakeLists.txt +0 -0
  6270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/21_quaternion_gemm/quaternion_gemm.cu +0 -0
  6271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/22_quaternion_conv/CMakeLists.txt +0 -0
  6272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/22_quaternion_conv/quaternion_conv.cu +0 -0
  6273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/23_ampere_gemm_operand_reduction_fusion/CMakeLists.txt +0 -0
  6274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/23_ampere_gemm_operand_reduction_fusion/ampere_gemm_operand_reduction_fusion.cu +0 -0
  6275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/24_gemm_grouped/CMakeLists.txt +0 -0
  6276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/24_gemm_grouped/gemm_grouped.cu +0 -0
  6277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/25_ampere_fprop_mainloop_fusion/CMakeLists.txt +0 -0
  6278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/25_ampere_fprop_mainloop_fusion/ampere_3d_fprop_mainloop_fusion.cu +0 -0
  6279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/25_ampere_fprop_mainloop_fusion/ampere_fprop_mainloop_fusion.cu +0 -0
  6280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/26_ampere_wgrad_mainloop_fusion/CMakeLists.txt +0 -0
  6281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/26_ampere_wgrad_mainloop_fusion/ampere_wgrad_mainloop_fusion.cu +0 -0
  6282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/27_ampere_3xtf32_fast_accurate_tensorop_gemm/27_ampere_3xtf32_fast_accurate_tensorop_gemm.cu +0 -0
  6283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/27_ampere_3xtf32_fast_accurate_tensorop_gemm/CMakeLists.txt +0 -0
  6284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/28_ampere_3xtf32_fast_accurate_tensorop_fprop/CMakeLists.txt +0 -0
  6285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/28_ampere_3xtf32_fast_accurate_tensorop_fprop/ampere_3xtf32_fast_accurate_tensorop_fprop.cu +0 -0
  6286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/29_ampere_3xtf32_fast_accurate_tensorop_complex_gemm/29_3xtf32_complex_gemm.cu +0 -0
  6287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/29_ampere_3xtf32_fast_accurate_tensorop_complex_gemm/CMakeLists.txt +0 -0
  6288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/30_wgrad_split_k/30_wgrad_split_k.cu +0 -0
  6289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/30_wgrad_split_k/CMakeLists.txt +0 -0
  6290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/31_basic_syrk/CMakeLists.txt +0 -0
  6291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/31_basic_syrk/basic_syrk.cu +0 -0
  6292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/32_basic_trmm/CMakeLists.txt +0 -0
  6293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/32_basic_trmm/basic_trmm.cu +0 -0
  6294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/33_ampere_3xtf32_tensorop_symm/CMakeLists.txt +0 -0
  6295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/33_ampere_3xtf32_tensorop_symm/ampere_3xtf32_tensorop_symm.cu +0 -0
  6296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/34_transposed_conv2d/34_transposed_conv2d.cu +0 -0
  6297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/34_transposed_conv2d/CMakeLists.txt +0 -0
  6298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/35_gemm_softmax/CMakeLists.txt +0 -0
  6299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/35_gemm_softmax/gemm_softmax.cu +0 -0
  6300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/35_gemm_softmax/gemm_with_epilogue_visitor.h +0 -0
  6301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/35_gemm_softmax/gemm_with_softmax.h +0 -0
  6302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/36_gather_scatter_fusion/CMakeLists.txt +0 -0
  6303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/36_gather_scatter_fusion/gather_scatter_fusion.cu +0 -0
  6304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/37_gemm_layernorm_gemm_fusion/CMakeLists.txt +0 -0
  6305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_layernorm.cu +0 -0
  6306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_with_epilogue_visitor.h +0 -0
  6307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/37_gemm_layernorm_gemm_fusion/gemm_with_layernorm.h +0 -0
  6308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/38_syr2k_grouped/CMakeLists.txt +0 -0
  6309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/38_syr2k_grouped/syr2k_grouped.cu +0 -0
  6310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/39_gemm_permute/CMakeLists.txt +0 -0
  6311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/39_gemm_permute/gemm_permute.cu +0 -0
  6312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/39_gemm_permute/layouts.h +0 -0
  6313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/39_gemm_permute/permute_info.h +0 -0
  6314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/README.md +0 -0
  6315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/conv2d.py +0 -0
  6316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/customizable/README.md +0 -0
  6317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/customizable/conv2d.py +0 -0
  6318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/customizable/gemm.py +0 -0
  6319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/customizable/gemm_grouped.py +0 -0
  6320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/customizable/grouped_gemm_problem_size.csv +0 -0
  6321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/gemm.py +0 -0
  6322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/40_cutlass_py/gemm_grouped.py +0 -0
  6323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/CMakeLists.txt +0 -0
  6324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/debug_utils.h +0 -0
  6325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/default_fmha_grouped.h +0 -0
  6326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_pipelined.h +0 -0
  6327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_rescale_output.h +0 -0
  6328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/epilogue/epilogue_thread_apply_logsumexp.h +0 -0
  6329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fmha_backward_test.py +0 -0
  6330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fmha_grouped.h +0 -0
  6331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fmha_grouped_problem_visitor.h +0 -0
  6332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fused_multi_head_attention_backward.cu +0 -0
  6333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fused_multihead_attention_fixed_seqlen.cu +0 -0
  6334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/fused_multihead_attention_variable_seqlen.cu +0 -0
  6335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma.h +0 -0
  6336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_base.h +0 -0
  6337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_multistage.h +0 -0
  6338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/custom_mma_pipelined.h +0 -0
  6339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/find_default_mma.h +0 -0
  6340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/mma_accum_lambda_iterator.h +0 -0
  6341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm/mma_from_smem.h +0 -0
  6342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/gemm_kernel_utils.h +0 -0
  6343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/default_warp_iterator_from_smem.h +0 -0
  6344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/epilogue_predicated_tile_iterator.h +0 -0
  6345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/make_residual_last.h +0 -0
  6346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/predicated_tile_access_iterator_residual_last.h +0 -0
  6347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/predicated_tile_iterator_residual_last.h +0 -0
  6348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/transpose_warp_iterator.h +0 -0
  6349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/iterators/warp_iterator_from_smem.h +0 -0
  6350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/kernel_backward.h +0 -0
  6351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/kernel_forward.h +0 -0
  6352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/piped_subprocess.py +0 -0
  6353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/41_fused_multi_head_attention/transform/tile_smem_loader.h +0 -0
  6354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/42_ampere_tensorop_group_conv/CMakeLists.txt +0 -0
  6355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/42_ampere_tensorop_group_conv/ampere_tensorop_group_conv.cu +0 -0
  6356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/43_ell_block_sparse_gemm/CMakeLists.txt +0 -0
  6357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/43_ell_block_sparse_gemm/ell_block_sparse_gemm.cu +0 -0
  6358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/README.md +0 -0
  6359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/config.json +0 -0
  6360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/default_bias_act_epilogue_tensor_op.h +0 -0
  6361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/default_thread_map_tensor_op_for_fused_bias.h +0 -0
  6362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/fused_bias_act_epilogue.h +0 -0
  6363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/threadblock/output_tile_thread_map_for_fused_bias.h +0 -0
  6364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/epilogue/warp/fused_bias_act_fragment_iterator_tensor_op.h +0 -0
  6365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/fixed_impl/gemm/warp/mma_tensor_op_fragment_iterator_without_output_op.h +0 -0
  6366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_all_code.py +0 -0
  6367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_cmake.py +0 -0
  6368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_customized_epilogue.py +0 -0
  6369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_device.py +0 -0
  6370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_ir.py +0 -0
  6371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_kernel.py +0 -0
  6372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_sample.py +0 -0
  6373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_threadblock.py +0 -0
  6374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_turing_and_volta.py +0 -0
  6375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/gen_verify.py +0 -0
  6376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/generate.sh +0 -0
  6377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/helper.py +0 -0
  6378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/ir_gen/replace_fix_impl_header.py +0 -0
  6379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/leaky_bias.h +0 -0
  6380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/44_multi_gemm_ir_and_codegen/utils.h +0 -0
  6381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/CMakeLists.txt +0 -0
  6382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/device/dual_gemm.h +0 -0
  6383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/dual_gemm.cu +0 -0
  6384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/dual_gemm_common.h +0 -0
  6385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/dual_gemm_run.h +0 -0
  6386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/kernel/dual_gemm.h +0 -0
  6387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/test_run.h +0 -0
  6388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/thread/left_silu_and_mul.h +0 -0
  6389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/threadblock/dual_epilogue.h +0 -0
  6390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/threadblock/dual_mma_base.h +0 -0
  6391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/45_dual_gemm/threadblock/dual_mma_multistage.h +0 -0
  6392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/46_depthwise_simt_conv2dfprop/CMakeLists.txt +0 -0
  6393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/46_depthwise_simt_conv2dfprop/depthwise_simt_conv2dfprop.cu +0 -0
  6394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/47_ampere_gemm_universal_streamk/CMakeLists.txt +0 -0
  6395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/47_ampere_gemm_universal_streamk/ampere_gemm_universal_streamk.cu +0 -0
  6396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/47_ampere_gemm_universal_streamk/ampere_gemm_universal_streamk_broadcast.cu +0 -0
  6397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/48_hopper_warp_specialized_gemm/48_hopper_warp_specialized_gemm.cu +0 -0
  6398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/48_hopper_warp_specialized_gemm/CMakeLists.txt +0 -0
  6399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/49_hopper_gemm_with_collective_builder/49_collective_builder.cu +0 -0
  6400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/49_hopper_gemm_with_collective_builder/CMakeLists.txt +0 -0
  6401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/50_hopper_gemm_with_epilogue_swizzle/50_hopper_gemm_with_epilogue_swizzle.cu +0 -0
  6402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/50_hopper_gemm_with_epilogue_swizzle/CMakeLists.txt +0 -0
  6403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/51_hopper_gett/51_hopper_gett.cu +0 -0
  6404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/51_hopper_gett/CMakeLists.txt +0 -0
  6405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/51_hopper_gett/gett_kernel.cuh +0 -0
  6406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/52_hopper_gather_scatter_fusion/52_hopper_gather_scatter_fusion.cu +0 -0
  6407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/52_hopper_gather_scatter_fusion/CMakeLists.txt +0 -0
  6408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/52_hopper_gather_scatter_fusion/gather_gemm.hpp +0 -0
  6409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/52_hopper_gather_scatter_fusion/gather_kernel.cuh +0 -0
  6410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/52_hopper_gather_scatter_fusion/scatter_epilogue.hpp +0 -0
  6411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/53_hopper_gemm_permute/53_hopper_gemm_permute.cu +0 -0
  6412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/53_hopper_gemm_permute/CMakeLists.txt +0 -0
  6413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/53_hopper_gemm_permute/permute_kernel.cuh +0 -0
  6414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/53_hopper_gemm_permute/permute_traits.hpp +0 -0
  6415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/54_hopper_fp8_warp_specialized_gemm.cu +0 -0
  6416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/CMakeLists.txt +0 -0
  6417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/54_hopper_fp8_warp_specialized_gemm/hopper_fp8_commandline.hpp +0 -0
  6418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_int4_bf16_gemm.cu +0 -0
  6419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_int4_fp8_gemm.cu +0 -0
  6420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/55_hopper_mixed_dtype_gemm.cu +0 -0
  6421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/CMakeLists.txt +0 -0
  6422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/README.md +0 -0
  6423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/55_hopper_mixed_dtype_gemm/mixed_dtype_utils.hpp +0 -0
  6424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/56_hopper_ptr_array_batched_gemm/56_hopper_ptr_array_batched_gemm.cu +0 -0
  6425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/56_hopper_ptr_array_batched_gemm/CMakeLists.txt +0 -0
  6426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/57_hopper_grouped_gemm/57_hopper_grouped_gemm.cu +0 -0
  6427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/57_hopper_grouped_gemm/CMakeLists.txt +0 -0
  6428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/58_ada_fp8_gemm/CMakeLists.txt +0 -0
  6429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/58_ada_fp8_gemm/ada_fp8_gemm.cu +0 -0
  6430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/59_ampere_gather_scatter_conv/CMakeLists.txt +0 -0
  6431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/59_ampere_gather_scatter_conv/README.md +0 -0
  6432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/59_ampere_gather_scatter_conv/ampere_conv_kernel.h +0 -0
  6433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/59_ampere_gather_scatter_conv/ampere_gather_scatter_conv.cu +0 -0
  6434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/60_cutlass_import/CMakeLists.txt +0 -0
  6435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/60_cutlass_import/main.cpp +0 -0
  6436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/61_hopper_gemm_with_topk_and_softmax/61_hopper_gemm_with_topk_and_softmax.cu +0 -0
  6437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/61_hopper_gemm_with_topk_and_softmax/CMakeLists.txt +0 -0
  6438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/62_hopper_sparse_gemm/62_hopper_sparse_gemm.cu +0 -0
  6439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/62_hopper_sparse_gemm/CMakeLists.txt +0 -0
  6440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/63_hopper_gemm_with_weight_prefetch.cu +0 -0
  6441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/CMakeLists.txt +0 -0
  6442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/README.md +0 -0
  6443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/builder.hpp +0 -0
  6444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/dispatch_policy_extra.hpp +0 -0
  6445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/collective/sm90_mma_tma_gmma_ss_warpspecialized_with_prefetch.hpp +0 -0
  6446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/gemm_with_weight_prefetch_commandline.hpp +0 -0
  6447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/kernel/sm90_gemm_tma_warpspecialized_with_prefetch.hpp +0 -0
  6448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/63_hopper_gemm_with_weight_prefetch/pipeline/prefetch_pipeline_sm90.hpp +0 -0
  6449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/64_ada_fp8_gemm_grouped/CMakeLists.txt +0 -0
  6450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/64_ada_fp8_gemm_grouped/ada_fp8_gemm_grouped.cu +0 -0
  6451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/65_distributed_gemm/65_distributed_gemm.cu +0 -0
  6452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/65_distributed_gemm/CMakeLists.txt +0 -0
  6453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/65_distributed_gemm/README.md +0 -0
  6454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/65_distributed_gemm/REQUIREMENTS.md +0 -0
  6455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling.cu +0 -0
  6456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/67_hopper_fp8_warp_specialized_gemm_with_groupwise_scaling.cu +0 -0
  6457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/CMakeLists.txt +0 -0
  6458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/67_hopper_fp8_warp_specialized_gemm_with_blockwise_scaling/hopper_fp8_commandline.hpp +0 -0
  6459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling.cu +0 -0
  6460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling_with_sparse_groups.cu +0 -0
  6461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/CMakeLists.txt +0 -0
  6462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/68_hopper_fp8_warp_specialized_grouped_gemm_with_blockwise_scaling/hopper_fp8_commandline.hpp +0 -0
  6463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_int4_bf16_grouped_gemm.cu +0 -0
  6464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_int4_fp8_grouped_gemm.cu +0 -0
  6465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/69_hopper_mixed_dtype_grouped_gemm.cu +0 -0
  6466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/CMakeLists.txt +0 -0
  6467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/README.md +0 -0
  6468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/69_hopper_mixed_dtype_grouped_gemm/grouped_mixed_dtype_utils.hpp +0 -0
  6469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/70_blackwell_gemm/70_blackwell_fp16_gemm.cu +0 -0
  6470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/70_blackwell_gemm/70_blackwell_fp8_gemm.cu +0 -0
  6471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/70_blackwell_gemm/CMakeLists.txt +0 -0
  6472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/71_blackwell_gemm_with_collective_builder/71_blackwell_gemm_with_collective_builder.cu +0 -0
  6473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/71_blackwell_gemm_with_collective_builder/CMakeLists.txt +0 -0
  6474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/72_blackwell_narrow_precision_gemm/72a_blackwell_nvfp4_bf16_gemm.cu +0 -0
  6475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/72_blackwell_narrow_precision_gemm/72b_blackwell_nvfp4_nvfp4_gemm.cu +0 -0
  6476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/72_blackwell_narrow_precision_gemm/72c_blackwell_mixed_mxfp8_bf16_gemm.cu +0 -0
  6477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/72_blackwell_narrow_precision_gemm/CMakeLists.txt +0 -0
  6478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/73_blackwell_gemm_preferred_cluster/CMakeLists.txt +0 -0
  6479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/73_blackwell_gemm_preferred_cluster/blackwell_gemm_preferred_cluster.cu +0 -0
  6480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/74_blackwell_gemm_streamk/CMakeLists.txt +0 -0
  6481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/74_blackwell_gemm_streamk/blackwell_gemm_streamk.cu +0 -0
  6482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/75_blackwell_grouped_gemm/75_blackwell_grouped_gemm.cu +0 -0
  6483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/75_blackwell_grouped_gemm/75_blackwell_grouped_gemm_block_scaled.cu +0 -0
  6484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/75_blackwell_grouped_gemm/CMakeLists.txt +0 -0
  6485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/76_blackwell_conv/76_blackwell_conv_dgrad.cu +0 -0
  6486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/76_blackwell_conv/76_blackwell_conv_fprop.cu +0 -0
  6487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/76_blackwell_conv/76_blackwell_conv_wgrad.cu +0 -0
  6488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/76_blackwell_conv/CMakeLists.txt +0 -0
  6489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha.cu +0 -0
  6490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha_bwd.cu +0 -0
  6491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/77_blackwell_fmha_gen.cu +0 -0
  6492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/77_blackwell_mla.cu +0 -0
  6493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/77_blackwell_mla_fwd.cu +0 -0
  6494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/CMakeLists.txt +0 -0
  6495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/README.md +0 -0
  6496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/fmha_common.hpp +0 -0
  6497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/fmha_fusion.hpp +0 -0
  6498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_fwd_epilogue_tma_warpspecialized.hpp +0 -0
  6499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_fwd_mainloop_tma_warpspecialized.hpp +0 -0
  6500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_gen_epilogue_warpspecialized.hpp +0 -0
  6501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_gen_mainloop_warpspecialized.hpp +0 -0
  6502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_load_cpasync_warpspecialized.hpp +0 -0
  6503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_load_tma_warpspecialized.hpp +0 -0
  6504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_mla_fwd_mainloop_tma_warpspecialized.hpp +0 -0
  6505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/collective/sm100_fmha_mla_load_tma_warpspecialized.hpp +0 -0
  6506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/common/pipeline_mla.hpp +0 -0
  6507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/common/pow_2.hpp +0 -0
  6508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/device/fmha.hpp +0 -0
  6509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/device/fmha_device_bwd.hpp +0 -0
  6510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/device/sm100_mla.hpp +0 -0
  6511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/fmha_causal_tile_scheduler.hpp +0 -0
  6512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/fmha_kernel_bwd_convert.hpp +0 -0
  6513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/fmha_kernel_bwd_sum_OdO.hpp +0 -0
  6514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/fmha_options.hpp +0 -0
  6515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/fmha_tile_scheduler.hpp +0 -0
  6516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_bwd_kernel_tma_warpspecialized.hpp +0 -0
  6517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_bwd_mla_kernel_tma_warpspecialized.hpp +0 -0
  6518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_fwd_kernel_tma_warpspecialized.hpp +0 -0
  6519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_gen_kernel_warpspecialized.hpp +0 -0
  6520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_mla_reduction.hpp +0 -0
  6521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_fmha_mla_tma_warpspecialized.hpp +0 -0
  6522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/kernel/sm100_mla_tile_scheduler.hpp +0 -0
  6523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/reference/fmha_bwd_reference.hpp +0 -0
  6524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/reference/fmha_fwd_gen_reference.hpp +0 -0
  6525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/reference/fmha_fwd_reference.hpp +0 -0
  6526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/reference/fmha_mla_reference.hpp +0 -0
  6527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/77_blackwell_fmha/reference/reference_abs_error.hpp +0 -0
  6528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/78_blackwell_emulated_bf16x9_gemm/78_blackwell_emulated_bf16x9_gemm.cu +0 -0
  6529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/78_blackwell_emulated_bf16x9_gemm/CMakeLists.txt +0 -0
  6530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/79_blackwell_geforce_gemm/79a_blackwell_geforce_nvfp4_bf16_gemm.cu +0 -0
  6531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/79_blackwell_geforce_gemm/79b_blackwell_geforce_nvfp4_nvfp4_gemm.cu +0 -0
  6532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/79_blackwell_geforce_gemm/79c_blackwell_geforce_mixed_mxfp8_mxfp6_bf16_gemm.cu +0 -0
  6533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/79_blackwell_geforce_gemm/79d_blackwell_geforce_nvfp4_grouped_gemm.cu +0 -0
  6534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/79_blackwell_geforce_gemm/CMakeLists.txt +0 -0
  6535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/80_blackwell_geforce_sparse_gemm/80a_blackwell_geforce_mxfp8_bf16_sparse_gemm.cu +0 -0
  6536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/80_blackwell_geforce_sparse_gemm/80b_blackwell_geforce_nvfp4_nvfp4_sparse_gemm.cu +0 -0
  6537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/80_blackwell_geforce_sparse_gemm/CMakeLists.txt +0 -0
  6538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_gemm_blockwise.cu +0 -0
  6539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_gemm_groupwise.cu +0 -0
  6540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_grouped_gemm_blockwise.cu +0 -0
  6541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/81_blackwell_grouped_gemm_groupwise.cu +0 -0
  6542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/CMakeLists.txt +0 -0
  6543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/81_blackwell_gemm_blockwise/README.md +0 -0
  6544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/82_blackwell_distributed_gemm/82_blackwell_distributed_gemm.cu +0 -0
  6545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/82_blackwell_distributed_gemm/CMakeLists.txt +0 -0
  6546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/82_blackwell_distributed_gemm/README.md +0 -0
  6547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/82_blackwell_distributed_gemm/REQUIREMENTS.md +0 -0
  6548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/83_blackwell_sparse_gemm/83_blackwell_sparse_gemm.cu +0 -0
  6549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/83_blackwell_sparse_gemm/CMakeLists.txt +0 -0
  6550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/84a_blackwell_nvfp4_bf16_sparse_gemm.cu +0 -0
  6551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/84b_blackwell_mixed_mxfp8_bf16_sparse_gemm.cu +0 -0
  6552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/84_blackwell_narrow_precision_sparse_gemm/CMakeLists.txt +0 -0
  6553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/86_blackwell_mixed_dtype_gemm/86_blackwell_mixed_dtype.cu +0 -0
  6554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/86_blackwell_mixed_dtype_gemm/CMakeLists.txt +0 -0
  6555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/86_blackwell_mixed_dtype_gemm/mixed_dtype_helper.cuh +0 -0
  6556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87a_blackwell_geforce_fp8_bf16_gemm_blockwise.cu +0 -0
  6557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87b_blackwell_geforce_fp8_bf16_gemm_groupwise.cu +0 -0
  6558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/87_blackwell_geforce_gemm_blockwise/87c_blackwell_geforce_fp8_bf16_grouped_gemm_groupwise.cu +0 -0
  6559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/87_blackwell_geforce_gemm_blockwise/CMakeLists.txt +0 -0
  6560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/87_blackwell_geforce_gemm_blockwise/utils.h +0 -0
  6561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/88_hopper_fmha.cu +0 -0
  6562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/CMakeLists.txt +0 -0
  6563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/README.md +0 -0
  6564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_collective_bwd_tma_warpspecialized.hpp +0 -0
  6565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_collective_load.hpp +0 -0
  6566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_collective_softmax.hpp +0 -0
  6567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_collective_tma.hpp +0 -0
  6568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_collective_tma_warpspecialized.hpp +0 -0
  6569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_common.hpp +0 -0
  6570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_epilogue.hpp +0 -0
  6571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_epilogue_bwd.hpp +0 -0
  6572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/collective/fmha_fusion.hpp +0 -0
  6573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/device/device_universal.hpp +0 -0
  6574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/device/fmha_device_bwd.hpp +0 -0
  6575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_builder.hpp +0 -0
  6576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_bwd_convert.hpp +0 -0
  6577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_bwd_sum_OdO.hpp +0 -0
  6578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_tma.hpp +0 -0
  6579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_kernel_tma_warpspecialized.hpp +0 -0
  6580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_options.hpp +0 -0
  6581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/kernel/fmha_tile_scheduler.hpp +0 -0
  6582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/reference/fmha_bwd_reference.hpp +0 -0
  6583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/reference/fmha_reference.hpp +0 -0
  6584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/88_hopper_fmha/reference/reference_abs_error.hpp +0 -0
  6585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/89_sm103_fp4_ultra_gemm/89_sm103_fp4_ultra_gemm.cu +0 -0
  6586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/89_sm103_fp4_ultra_gemm/CMakeLists.txt +0 -0
  6587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/90_sm103_fp4_ultra_grouped_gemm/90_sm103_fp4_ultra_grouped_gemm.cu +0 -0
  6588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/90_sm103_fp4_ultra_grouped_gemm/CMakeLists.txt +0 -0
  6589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/91_fp4_gemv/91_fp4_gemv.cu +0 -0
  6590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/91_fp4_gemv/CMakeLists.txt +0 -0
  6591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_fp4_grouped.cu +0 -0
  6592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_fp4_regular.cu +0 -0
  6593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_grouped.cu +0 -0
  6594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_rcgrouped.cu +0 -0
  6595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/92_blackwell_moe_gemm_regular.cu +0 -0
  6596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/92_blackwell_moe_gemm/CMakeLists.txt +0 -0
  6597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/CMakeLists.txt +0 -0
  6598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/README.md +0 -0
  6599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/common/dist_gemm_helpers.h +0 -0
  6600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/common/gather_tensor.hpp +0 -0
  6601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/common/helper.h +0 -0
  6602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/CMakeLists.txt +0 -0
  6603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/CMakeLists.txt +0 -0
  6604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/01_mma_sm100.cu +0 -0
  6605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/02_mma_tma_sm100.cu +0 -0
  6606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/03_mma_tma_multicast_sm100.cu +0 -0
  6607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/04_mma_tma_2sm_sm100.cu +0 -0
  6608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/05_mma_tma_epi_sm100.cu +0 -0
  6609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/CMakeLists.txt +0 -0
  6610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/blackwell/example_utils.hpp +0 -0
  6611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/hopper/CMakeLists.txt +0 -0
  6612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/hopper/wgmma_sm90.cu +0 -0
  6613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/hopper/wgmma_tma_sm90.cu +0 -0
  6614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/sgemm_1.cu +0 -0
  6615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/sgemm_2.cu +0 -0
  6616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/sgemm_sm70.cu +0 -0
  6617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/sgemm_sm80.cu +0 -0
  6618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/tiled_copy.cu +0 -0
  6619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/cute/tutorial/tiled_copy_if.cu +0 -0
  6620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/call_bypass_dlpack.py +0 -0
  6621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/call_from_jit.py +0 -0
  6622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/dynamic_smem_size.py +0 -0
  6623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/elementwise_add.py +0 -0
  6624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/elementwise_apply.py +0 -0
  6625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/flash_attention_v2.py +0 -0
  6626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/hstu_attention.py +0 -0
  6627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/inline_ptx.py +0 -0
  6628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/sgemm.py +0 -0
  6629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/smem_allocator.py +0 -0
  6630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/ampere/tensorop_gemm.py +0 -0
  6631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm.py +0 -0
  6632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/contiguous_grouped_gemm.py +0 -0
  6633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/blockwise_gemm/masked_grouped_gemm.py +0 -0
  6634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/dense_blockscaled_gemm_persistent.py +0 -0
  6635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm.py +0 -0
  6636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_alpha_beta_persistent.py +0 -0
  6637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_persistent.py +0 -0
  6638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/dense_gemm_software_pipeline.py +0 -0
  6639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/fmha.py +0 -0
  6640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/fmha_bwd.py +0 -0
  6641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/grouped_blockscaled_gemm.py +0 -0
  6642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/grouped_gemm.py +0 -0
  6643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd.py +0 -0
  6644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_reference.py +0 -0
  6645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/mamba2_ssd/mamba2_ssd_tile_scheduler.py +0 -0
  6646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/mixed_input_gemm.py +0 -0
  6647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/mla.py +0 -0
  6648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/programmatic_dependent_launch.py +0 -0
  6649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/README.md +0 -0
  6650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell/tutorial_gemm/fp16_gemm_0.py +0 -0
  6651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/blackwell_geforce/dense_gemm.py +0 -0
  6652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/cute/ffi/CMakeLists.txt +0 -0
  6653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/cute/ffi/jit_argument.py +0 -0
  6654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/cute/ffi/tensor.cpp +0 -0
  6655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/cute/torch_fake_tensor.py +0 -0
  6656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/hopper/dense_gemm.py +0 -0
  6657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/hopper/dense_gemm_persistent.py +0 -0
  6658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/hopper/fmha.py +0 -0
  6659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/README.md +0 -0
  6660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/async_pipeline.ipynb +0 -0
  6661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/benchmark_autotune.ipynb +0 -0
  6662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/composed_layout.ipynb +0 -0
  6663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/cuda_graphs.ipynb +0 -0
  6664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/cute_layout_algebra.ipynb +0 -0
  6665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/data_types.ipynb +0 -0
  6666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/elementwise_add.ipynb +0 -0
  6667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/hello_world.ipynb +0 -0
  6668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/images/cuda_graphs_image.png +0 -0
  6669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/print.ipynb +0 -0
  6670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/tensor.ipynb +0 -0
  6671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/notebooks/tensorssa.ipynb +0 -0
  6672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/utils/__init__.py +0 -0
  6673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/utils/fmha_helpers.py +0 -0
  6674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/utils/sparse_utils.py +0 -0
  6675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/CuTeDSL/utils/test_sparse_utils.py +0 -0
  6676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/00_basic_gemm.ipynb +0 -0
  6677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/01_epilogue.ipynb +0 -0
  6678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/02_pytorch_extension_grouped_gemm.ipynb +0 -0
  6679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/03_basic_conv2d.ipynb +0 -0
  6680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/04_epilogue_visitor.ipynb +0 -0
  6681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/examples/python/deprecated/README.md +0 -0
  6682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/axpby.hpp +0 -0
  6683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/clear.hpp +0 -0
  6684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/cooperative_copy.hpp +0 -0
  6685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/cooperative_gemm.hpp +0 -0
  6686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/copy.hpp +0 -0
  6687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/fill.hpp +0 -0
  6688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/functional.hpp +0 -0
  6689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/gemm.hpp +0 -0
  6690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/prefer.hpp +0 -0
  6691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/prefetch.hpp +0 -0
  6692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/tensor_algorithms.hpp +0 -0
  6693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/tensor_reduce.hpp +0 -0
  6694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/algorithm/tuple_algorithms.hpp +0 -0
  6695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/cluster_sm100.hpp +0 -0
  6696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/cluster_sm90.hpp +0 -0
  6697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/config.hpp +0 -0
  6698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy.hpp +0 -0
  6699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm100.hpp +0 -0
  6700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm100_tma.hpp +0 -0
  6701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm50.hpp +0 -0
  6702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm75.hpp +0 -0
  6703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm80.hpp +0 -0
  6704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm90.hpp +0 -0
  6705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm90_desc.hpp +0 -0
  6706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/copy_sm90_tma.hpp +0 -0
  6707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma.hpp +0 -0
  6708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm100.hpp +0 -0
  6709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm100_desc.hpp +0 -0
  6710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm100_umma.hpp +0 -0
  6711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm120.hpp +0 -0
  6712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm120_sparse.hpp +0 -0
  6713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm61.hpp +0 -0
  6714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm70.hpp +0 -0
  6715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm75.hpp +0 -0
  6716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm80.hpp +0 -0
  6717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm89.hpp +0 -0
  6718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90.hpp +0 -0
  6719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90_desc.hpp +0 -0
  6720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90_gmma.hpp +0 -0
  6721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90_gmma_ext.hpp +0 -0
  6722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90_gmma_sparse.hpp +0 -0
  6723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/mma_sm90_gmma_sparse_ext.hpp +0 -0
  6724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/simd_sm100.hpp +0 -0
  6725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/tmem_allocator_sm100.hpp +0 -0
  6726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/arch/util.hpp +0 -0
  6727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_atom.hpp +0 -0
  6728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits.hpp +0 -0
  6729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm100.hpp +0 -0
  6730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm100_im2col.hpp +0 -0
  6731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm100_tma.hpp +0 -0
  6732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm50.hpp +0 -0
  6733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm75.hpp +0 -0
  6734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm80.hpp +0 -0
  6735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm90.hpp +0 -0
  6736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm90_im2col.hpp +0 -0
  6737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm90_tma.hpp +0 -0
  6738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/copy_traits_sm90_tma_swizzle.hpp +0 -0
  6739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_atom.hpp +0 -0
  6740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits.hpp +0 -0
  6741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm100.hpp +0 -0
  6742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm120.hpp +0 -0
  6743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm120_sparse.hpp +0 -0
  6744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm61.hpp +0 -0
  6745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm70.hpp +0 -0
  6746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm75.hpp +0 -0
  6747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm80.hpp +0 -0
  6748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm89.hpp +0 -0
  6749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm90.hpp +0 -0
  6750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm90_gmma.hpp +0 -0
  6751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm90_gmma_ext.hpp +0 -0
  6752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse.hpp +0 -0
  6753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/mma_traits_sm90_gmma_sparse_ext.hpp +0 -0
  6754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/atom/partitioner.hpp +0 -0
  6755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/config.hpp +0 -0
  6756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/alignment.hpp +0 -0
  6757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/array.hpp +0 -0
  6758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/array_aligned.hpp +0 -0
  6759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/array_subbyte.hpp +0 -0
  6760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/bit_field.hpp +0 -0
  6761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/cuda_types.hpp +0 -0
  6762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/tuple.hpp +0 -0
  6763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/container/type_list.hpp +0 -0
  6764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/int_tuple.hpp +0 -0
  6765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/layout.hpp +0 -0
  6766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/layout_composed.hpp +0 -0
  6767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/arithmetic_tuple.hpp +0 -0
  6768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/complex.hpp +0 -0
  6769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/int.hpp +0 -0
  6770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/integer_sequence.hpp +0 -0
  6771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/integral_constant.hpp +0 -0
  6772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/integral_ratio.hpp +0 -0
  6773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/math.hpp +0 -0
  6774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/numeric_types.hpp +0 -0
  6775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/numeric/real.hpp +0 -0
  6776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/pointer.hpp +0 -0
  6777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/pointer_base.hpp +0 -0
  6778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/pointer_flagged.hpp +0 -0
  6779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/pointer_sparse.hpp +0 -0
  6780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/pointer_swizzle.hpp +0 -0
  6781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/stride.hpp +0 -0
  6782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/swizzle.hpp +0 -0
  6783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/swizzle_layout.hpp +0 -0
  6784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/tensor.hpp +0 -0
  6785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/tensor_impl.hpp +0 -0
  6786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/tensor_zip.hpp +0 -0
  6787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/underscore.hpp +0 -0
  6788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/debug.hpp +0 -0
  6789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/print.hpp +0 -0
  6790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/print_latex.hpp +0 -0
  6791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/print_svg.hpp +0 -0
  6792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/print_tensor.hpp +0 -0
  6793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cute/util/type_traits.hpp +0 -0
  6794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/aligned_buffer.h +0 -0
  6795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/arch.h +0 -0
  6796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/barrier.h +0 -0
  6797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/cache_operation.h +0 -0
  6798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/config.h +0 -0
  6799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/grid_dependency_control.h +0 -0
  6800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/memory.h +0 -0
  6801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/memory_sm75.h +0 -0
  6802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/memory_sm80.h +0 -0
  6803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma.h +0 -0
  6804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm100.h +0 -0
  6805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm50.h +0 -0
  6806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm60.h +0 -0
  6807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm61.h +0 -0
  6808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm70.h +0 -0
  6809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm75.h +0 -0
  6810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm80.h +0 -0
  6811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm89.h +0 -0
  6812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sm90.h +0 -0
  6813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sparse_sm80.h +0 -0
  6814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/mma_sparse_sm89.h +0 -0
  6815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/reg_reconfig.h +0 -0
  6816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/simd.h +0 -0
  6817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/simd_sm60.h +0 -0
  6818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/simd_sm61.h +0 -0
  6819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/synclog.hpp +0 -0
  6820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/wmma.h +0 -0
  6821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/wmma_sm70.h +0 -0
  6822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/wmma_sm72.h +0 -0
  6823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/arch/wmma_sm75.h +0 -0
  6824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/array.h +0 -0
  6825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/array_planar_complex.h +0 -0
  6826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/array_subbyte.h +0 -0
  6827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/barrier.h +0 -0
  6828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/bfloat16.h +0 -0
  6829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/blas3.h +0 -0
  6830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/blas3_types.h +0 -0
  6831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/block_striped.h +0 -0
  6832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/cluster_launch.hpp +0 -0
  6833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/complex.h +0 -0
  6834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/constants.h +0 -0
  6835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/builders/sm100_common.inl +0 -0
  6836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/builders/sm100_umma_builder.inl +0 -0
  6837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/builders/sm90_common.inl +0 -0
  6838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/builders/sm90_gmma_builder.inl +0 -0
  6839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/collective_builder.hpp +0 -0
  6840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/collective_conv.hpp +0 -0
  6841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/detail.hpp +0 -0
  6842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/sm100_implicit_gemm_umma_warpspecialized.hpp +0 -0
  6843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/collective/sm90_implicit_gemm_gmma_ss_warpspecialized.hpp +0 -0
  6844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/conv2d_problem_size.h +0 -0
  6845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/conv3d_problem_size.h +0 -0
  6846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/convnd_problem_shape.hpp +0 -0
  6847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/convolution.h +0 -0
  6848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/detail.hpp +0 -0
  6849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/device/conv_universal_adapter.hpp +0 -0
  6850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/device/direct_convolution.h +0 -0
  6851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/device/implicit_gemm_convolution.h +0 -0
  6852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/device/implicit_gemm_convolution_fusion.h +0 -0
  6853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/dispatch_policy.hpp +0 -0
  6854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/conv_universal.hpp +0 -0
  6855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d.h +0 -0
  6856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_dgrad.h +0 -0
  6857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop.h +0 -0
  6858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_fusion.h +0 -0
  6859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_absmax.h +0 -0
  6860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_broadcast.h +0 -0
  6861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_fprop_with_reduction.h +0 -0
  6862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_group_fprop.h +0 -0
  6863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad.h +0 -0
  6864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv2d_wgrad_fusion.h +0 -0
  6865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv3d_dgrad.h +0 -0
  6866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop.h +0 -0
  6867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_fusion.h +0 -0
  6868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv3d_fprop_with_broadcast.h +0 -0
  6869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_conv3d_wgrad.h +0 -0
  6870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_deconv2d.h +0 -0
  6871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_deconv2d_with_broadcast.h +0 -0
  6872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_deconv3d.h +0 -0
  6873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_deconv3d_with_broadcast.h +0 -0
  6874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/default_depthwise_fprop.h +0 -0
  6875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/direct_convolution.h +0 -0
  6876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution.h +0 -0
  6877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_fusion.h +0 -0
  6878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_strided_dgrad.h +0 -0
  6879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_absmax.h +0 -0
  6880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/implicit_gemm_convolution_with_fused_epilogue.h +0 -0
  6881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/sm100_implicit_gemm_tma_warpspecialized.hpp +0 -0
  6882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/kernel/sm90_implicit_gemm_tma_warpspecialized.hpp +0 -0
  6883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/thread/depthwise_mma.h +0 -0
  6884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  6885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  6886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  6887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  6888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  6889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_few_channels.h +0 -0
  6890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_fixed_channels.h +0 -0
  6891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  6892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  6893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_few_channels.h +0 -0
  6894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_fixed_channels.h +0 -0
  6895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  6896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_params.h +0 -0
  6897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_tile_iterator.h +0 -0
  6898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  6899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  6900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  6901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv2d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  6902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_analytic.h +0 -0
  6903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_filter_tile_access_iterator_optimized.h +0 -0
  6904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  6905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_dgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  6906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_analytic.h +0 -0
  6907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_activation_tile_access_iterator_optimized.h +0 -0
  6908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_analytic.h +0 -0
  6909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_fprop_filter_tile_access_iterator_optimized.h +0 -0
  6910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_params.h +0 -0
  6911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_analytic.h +0 -0
  6912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_activation_tile_access_iterator_optimized.h +0 -0
  6913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_analytic.h +0 -0
  6914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/conv3d_wgrad_output_gradient_tile_access_iterator_optimized.h +0 -0
  6915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_direct_conv_params.h +0 -0
  6916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_fixed_stride_dilation.h +0 -0
  6917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_activation_tile_access_iterator_direct_conv_optimized.h +0 -0
  6918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_direct_conv_multistage.h +0 -0
  6919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_filter_tile_access_iterator_direct_conv_optimized.h +0 -0
  6920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_fprop_pipelined.h +0 -0
  6921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_mma_base.h +0 -0
  6922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/depthwise_mma_core_with_lane_access_size.h +0 -0
  6923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/implicit_gemm_fprop_fusion_multistage.h +0 -0
  6924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/implicit_gemm_multistage.h +0 -0
  6925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/implicit_gemm_pipelined.h +0 -0
  6926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/implicit_gemm_wgrad_fusion_multistage.h +0 -0
  6927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  6928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  6929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/threadblock/threadblock_swizzle.h +0 -0
  6930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/warp/mma_depthwise_simt.h +0 -0
  6931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/warp/mma_depthwise_simt_tile_iterator.h +0 -0
  6932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/conv/warp/scale_bias_relu_transform.h +0 -0
  6933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/coord.h +0 -0
  6934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/core_io.h +0 -0
  6935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/cuda_host_adapter.hpp +0 -0
  6936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/cutlass.h +0 -0
  6937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/blockwise_scale_layout.hpp +0 -0
  6938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/cluster.hpp +0 -0
  6939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/collective/mixed_input_utils.hpp +0 -0
  6940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/collective/sm103_kernel_type.hpp +0 -0
  6941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/collective.hpp +0 -0
  6942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/dependent_false.hpp +0 -0
  6943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/helper_macros.hpp +0 -0
  6944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/layout.hpp +0 -0
  6945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/mainloop_fusion_helper_scale_factor.hpp +0 -0
  6946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/mma.hpp +0 -0
  6947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/sm100_blockscaled_layout.hpp +0 -0
  6948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/sm100_mixed_dtype_blockwise_layout.hpp +0 -0
  6949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/sm100_tmem_helper.hpp +0 -0
  6950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/detail/sm103_blockscaled_layout.hpp +0 -0
  6951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/device_kernel.h +0 -0
  6952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm100_builder.inl +0 -0
  6953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm103_builder.inl +0 -0
  6954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm120_builder.inl +0 -0
  6955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm120_common.inl +0 -0
  6956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm90_builder.inl +0 -0
  6957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/builders/sm90_common.inl +0 -0
  6958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/collective_builder.hpp +0 -0
  6959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/collective_epilogue.hpp +0 -0
  6960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/default_epilogue.hpp +0 -0
  6961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/default_epilogue_array.hpp +0 -0
  6962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/detail.hpp +0 -0
  6963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/epilogue_tensor_broadcast.hpp +0 -0
  6964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_nosmem.hpp +0 -0
  6965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_array_tma_warpspecialized.hpp +0 -0
  6966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_nosmem.hpp +0 -0
  6967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm100_epilogue_tma_warpspecialized.hpp +0 -0
  6968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized.hpp +0 -0
  6969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm70_epilogue_vectorized_array.hpp +0 -0
  6970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_array_tma_warpspecialized.hpp +0 -0
  6971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized.hpp +0 -0
  6972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/collective/sm90_epilogue_tma_warpspecialized_bias_elementwise.hpp +0 -0
  6973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/dispatch_policy.hpp +0 -0
  6974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/callbacks.hpp +0 -0
  6975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/operations.hpp +0 -0
  6976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm100_callbacks_tma_warpspecialized.hpp +0 -0
  6977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_compute_tma_warpspecialized.hpp +0 -0
  6978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm100_visitor_store_tma_warpspecialized.hpp +0 -0
  6979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm120_callbacks_tma_warpspecialized.hpp +0 -0
  6980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm120_visitor_store_tma_warpspecialized.hpp +0 -0
  6981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_callbacks_tma_warpspecialized.hpp +0 -0
  6982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_compute_tma_warpspecialized.hpp +0 -0
  6983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_load_tma_warpspecialized.hpp +0 -0
  6984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_store_tma_warpspecialized.hpp +0 -0
  6985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_tma_warpspecialized.hpp +0 -0
  6986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/fusion/sm90_visitor_topk_softmax.hpp +0 -0
  6987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/activation.h +0 -0
  6988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/conversion_op.h +0 -0
  6989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/detail.hpp +0 -0
  6990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination.h +0 -0
  6991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_elementwise.h +0 -0
  6992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_bias_relu.h +0 -0
  6993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_clamp.h +0 -0
  6994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_dgelu.h +0 -0
  6995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_drelu.h +0 -0
  6996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_gelu.h +0 -0
  6997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_generic.h +0 -0
  6998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_generic_with_scaling.h +0 -0
  6999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_hardswish.h +0 -0
  7000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_leaky_relu.h +0 -0
  7001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_params.h +0 -0
  7002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_planar_complex.h +0 -0
  7003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_relu.h +0 -0
  7004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_relu0.h +0 -0
  7005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_residual_block.h +0 -0
  7006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_sigmoid.h +0 -0
  7007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_silu.h +0 -0
  7008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_tensor_broadcast.hpp +0 -0
  7009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/linear_combination_with_elementwise.h +0 -0
  7010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/reduction_op.h +0 -0
  7011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/thread/scale_type.h +0 -0
  7012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op.h +0 -0
  7013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_complex_tensor_op_blas3.h +0 -0
  7014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_direct_store.h +0 -0
  7015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_planar_complex.h +0 -0
  7016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_simt.h +0 -0
  7017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op.h +0 -0
  7018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_tensor_op_blas3.h +0 -0
  7019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_volta_tensor_op.h +0 -0
  7020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_absmax.h +0 -0
  7021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_broadcast.h +0 -0
  7022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_with_reduction.h +0 -0
  7023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_epilogue_wmma_tensor_op.h +0 -0
  7024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_simt.h +0 -0
  7025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_tensor_op.h +0 -0
  7026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_volta_tensor_op.h +0 -0
  7027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/default_thread_map_wmma_tensor_op.h +0 -0
  7028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/direct_store_epilogue_iterator.h +0 -0
  7029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue.h +0 -0
  7030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_base.h +0 -0
  7031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_base_streamk.h +0 -0
  7032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_depthwise.h +0 -0
  7033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_direct_store.h +0 -0
  7034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_gemm_k_reduction.h +0 -0
  7035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_planar_complex.h +0 -0
  7036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_smem_accumulator.h +0 -0
  7037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_streamk_with_broadcast.h +0 -0
  7038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_visitor_with_softmax.h +0 -0
  7039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_absmax.h +0 -0
  7040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_broadcast.h +0 -0
  7041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_reduction.h +0 -0
  7042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_scaling_factor.h +0 -0
  7043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor.h +0 -0
  7044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_with_visitor_callbacks.h +0 -0
  7045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/epilogue_workspace.h +0 -0
  7046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_2x.hpp +0 -0
  7047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_compute.hpp +0 -0
  7048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_load.hpp +0 -0
  7049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/fusion/visitor_store.hpp +0 -0
  7050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/fusion/visitors.hpp +0 -0
  7051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/interleaved_epilogue.h +0 -0
  7052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/output_iterator_parameter.h +0 -0
  7053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/output_tile_thread_map.h +0 -0
  7054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator.h +0 -0
  7055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine.h +0 -0
  7056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_affine_layout_params.h +0 -0
  7057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_blas3.h +0 -0
  7058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_conv.h +0 -0
  7059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_direct_conv.h +0 -0
  7060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_params.h +0 -0
  7061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_predicates.h +0 -0
  7062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/predicated_tile_iterator_strided_dgrad.h +0 -0
  7063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator.h +0 -0
  7064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_mixed.h +0 -0
  7065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/threadblock/shared_load_iterator_pitch_linear.h +0 -0
  7066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_complex_tensor_op.h +0 -0
  7067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_gaussian_complex_tensor_op.h +0 -0
  7068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_simt.h +0 -0
  7069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_tensor_op.h +0 -0
  7070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_volta_tensor_op.h +0 -0
  7071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/fragment_iterator_wmma_tensor_op.h +0 -0
  7072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/simt_policy.h +0 -0
  7073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tensor_op_policy.h +0 -0
  7074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tile_iterator_simt.h +0 -0
  7075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op.h +0 -0
  7076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tile_iterator_tensor_op_mixed.h +0 -0
  7077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tile_iterator_volta_tensor_op.h +0 -0
  7078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/tile_iterator_wmma_tensor_op.h +0 -0
  7079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/volta_tensor_op_policy.h +0 -0
  7080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/epilogue/warp/wmma_tensor_op_policy.h +0 -0
  7081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/exmy_base.h +0 -0
  7082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/device/detail.hpp +0 -0
  7083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/device/dist_gemm_universal_wrapper.hpp +0 -0
  7084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/device/full_barrier.hpp +0 -0
  7085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/kernel/detail.hpp +0 -0
  7086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/kernel/dist_gemm_kernel_wrapper.hpp +0 -0
  7087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/kernel/full_barrier.hpp +0 -0
  7088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_1d_schedules.hpp +0 -0
  7089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/experimental/distributed/schedules/dist_gemm_base_schedule.hpp +0 -0
  7090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/fast_math.h +0 -0
  7091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/float8.h +0 -0
  7092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/float_subbyte.h +0 -0
  7093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/floating_point_nvrtc.h +0 -0
  7094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/functional.h +0 -0
  7095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_9xBF16_umma_builder.inl +0 -0
  7096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_mixed_tma_cpasync_umma_builder.inl +0 -0
  7097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_sparse_umma_builder.inl +0 -0
  7098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_blockscaled_umma_builder.inl +0 -0
  7099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_blockwise_umma_builder.inl +0 -0
  7100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_common.inl +0 -0
  7101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_cpasync_umma_builder.inl +0 -0
  7102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_input_umma_builder.inl +0 -0
  7103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_mixed_tma_cpasync_umma_builder.inl +0 -0
  7104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_pipeline_carveout.inl +0 -0
  7105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_simt_builder.inl +0 -0
  7106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_sparse_umma_builder.inl +0 -0
  7107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm100_umma_builder.inl +0 -0
  7108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm103_blockscaled_umma_builder.inl +0 -0
  7109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_mma_builder.inl +0 -0
  7110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_blockscaled_sparse_mma_builder.inl +0 -0
  7111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_blockwise_mma_builder.inl +0 -0
  7112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_common.inl +0 -0
  7113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_mma_builder.inl +0 -0
  7114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm120_sparse_mma_builder.inl +0 -0
  7115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm1xx_common.inl +0 -0
  7116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm1xx_sparse_config.inl +0 -0
  7117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm90_common.inl +0 -0
  7118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm90_gmma_builder.inl +0 -0
  7119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_config.inl +0 -0
  7120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/builders/sm90_sparse_gmma_builder.inl +0 -0
  7121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/collective_builder.hpp +0 -0
  7122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/collective_builder_decl.hpp +0 -0
  7123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/collective_mma.hpp +0 -0
  7124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/collective_mma_decl.hpp +0 -0
  7125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/fp8_accumulation.hpp +0 -0
  7126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_array_warpspecialized.hpp +0 -0
  7127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  7128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_mma_warpspecialized.hpp +0 -0
  7129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_blockscaled_sparse_mma_warpspecialized.hpp +0 -0
  7130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized.hpp +0 -0
  7131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_blockwise_scaling.hpp +0 -0
  7132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_emulated.hpp +0 -0
  7133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_array_warpspecialized_rcggemm.hpp +0 -0
  7134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_cpasync_warpspecialized.hpp +0 -0
  7135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  7136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized.hpp +0 -0
  7137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_blockwise_scaling.hpp +0 -0
  7138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_emulated.hpp +0 -0
  7139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_mma_warpspecialized_mixed_input.hpp +0 -0
  7140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm100_sparse_mma_warpspecialized.hpp +0 -0
  7141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_array_warpspecialized.hpp +0 -0
  7142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm103_blockscaled_mma_warpspecialized.hpp +0 -0
  7143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_array_tma.hpp +0 -0
  7144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_mma_tma.hpp +0 -0
  7145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_blockscaled_sparse_mma_tma.hpp +0 -0
  7146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_mma_array_tma_blockwise_scaling.hpp +0 -0
  7147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_mma_tma.hpp +0 -0
  7148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_mma_tma_blockwise_scaling.hpp +0 -0
  7149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm120_sparse_mma_tma.hpp +0 -0
  7150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm70_mma_twostage.hpp +0 -0
  7151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm80_mma_array_multistage.hpp +0 -0
  7152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm80_mma_multistage.hpp +0 -0
  7153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
  7154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized.hpp +0 -0
  7155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  7156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
  7157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_rs_warpspecialized.hpp +0 -0
  7158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_multistage_gmma_ss_warpspecialized.hpp +0 -0
  7159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized.hpp +0 -0
  7160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_rs_warpspecialized_mixed_input.hpp +0 -0
  7161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss.hpp +0 -0
  7162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  7163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  7164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8_blockwise_scaling.hpp +0 -0
  7165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized.hpp +0 -0
  7166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/collective/sm90_sparse_mma_tma_gmma_ss_warpspecialized_fp8.hpp +0 -0
  7167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/base_grouped.h +0 -0
  7168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/default_gemm_configuration.h +0 -0
  7169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/ell_gemm.h +0 -0
  7170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm.h +0 -0
  7171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_array.h +0 -0
  7172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_batched.h +0 -0
  7173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_complex.h +0 -0
  7174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_grouped.h +0 -0
  7175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_layernorm_mainloop_fusion.h +0 -0
  7176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_sparse.h +0 -0
  7177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_sparse_universal.h +0 -0
  7178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_sparse_universal_with_absmax.h +0 -0
  7179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_sparse_with_absmax.h +0 -0
  7180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_sparse_with_visitor.h +0 -0
  7181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_splitk_parallel.h +0 -0
  7182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal.h +0 -0
  7183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal_adapter.h +0 -0
  7184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal_base.h +0 -0
  7185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal_streamk_with_broadcast.h +0 -0
  7186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal_with_absmax.h +0 -0
  7187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_universal_with_broadcast.h +0 -0
  7188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemm_with_k_reduction.h +0 -0
  7189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemv.h +0 -0
  7190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/gemv_blockscaled.h +0 -0
  7191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/rank_2k.h +0 -0
  7192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/rank_2k_grouped.h +0 -0
  7193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/rank_k.h +0 -0
  7194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/symm.h +0 -0
  7195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/device/trmm.h +0 -0
  7196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/dispatch_policy.hpp +0 -0
  7197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/gemm.h +0 -0
  7198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/gemm_enumerated_types.h +0 -0
  7199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/group_array_problem_shape.hpp +0 -0
  7200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_ell_gemm.h +0 -0
  7201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm.h +0 -0
  7202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_complex.h +0 -0
  7203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped.h +0 -0
  7204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_per_group_scale.h +0 -0
  7205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_grouped_softmax_mainloop_fusion.h +0 -0
  7206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_layernorm_mainloop_fusion.h +0 -0
  7207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_planar_complex_universal.h +0 -0
  7208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse.h +0 -0
  7209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal.h +0 -0
  7210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_universal_with_absmax.h +0 -0
  7211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_absmax.h +0 -0
  7212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_sparse_with_visitor.h +0 -0
  7213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_splitk_parallel.h +0 -0
  7214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_streamk_with_broadcast.h +0 -0
  7215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_universal.h +0 -0
  7216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_universal_with_visitor.h +0 -0
  7217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_with_absmax.h +0 -0
  7218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_with_broadcast.h +0 -0
  7219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_with_k_reduction.h +0 -0
  7220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemm_with_reduction.h +0 -0
  7221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_gemv.h +0 -0
  7222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_2k.h +0 -0
  7223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_2k_complex.h +0 -0
  7224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_2k_grouped.h +0 -0
  7225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_2k_universal.h +0 -0
  7226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_k.h +0 -0
  7227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_k_complex.h +0 -0
  7228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_rank_k_universal.h +0 -0
  7229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_symm.h +0 -0
  7230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_symm_complex.h +0 -0
  7231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_symm_universal.h +0 -0
  7232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_trmm.h +0 -0
  7233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_trmm_complex.h +0 -0
  7234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/default_trmm_universal.h +0 -0
  7235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/ell_gemm.h +0 -0
  7236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm.h +0 -0
  7237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_array.h +0 -0
  7238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_batched.h +0 -0
  7239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_grouped.h +0 -0
  7240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_grouped_per_group_scale.h +0 -0
  7241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_grouped_problem_visitor.h +0 -0
  7242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_grouped_softmax_mainloop_fusion.h +0 -0
  7243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_layernorm_mainloop_fusion.h +0 -0
  7244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_params.h +0 -0
  7245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_pipelined.h +0 -0
  7246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex.h +0 -0
  7247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_planar_complex_array.h +0 -0
  7248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal.h +0 -0
  7249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_sparse_universal_with_absmax.h +0 -0
  7250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_splitk_parallel.h +0 -0
  7251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_streamk_with_fused_epilogue.h +0 -0
  7252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_transpose_operands.h +0 -0
  7253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal.h +0 -0
  7254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal.hpp +0 -0
  7255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal_decl.h +0 -0
  7256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal_streamk.h +0 -0
  7257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor.h +0 -0
  7258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_universal_with_visitor_streamk.h +0 -0
  7259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_with_absmax.h +0 -0
  7260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_with_fused_epilogue.h +0 -0
  7261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemm_with_k_reduction.h +0 -0
  7262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemv.h +0 -0
  7263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemv_batched_strided.h +0 -0
  7264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/gemv_blockscaled.h +0 -0
  7265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/grouped_problem_visitor.h +0 -0
  7266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/params_sparse_base.h +0 -0
  7267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/params_universal_base.h +0 -0
  7268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped.h +0 -0
  7269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/rank_2k_grouped_problem_visitor.h +0 -0
  7270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/rank_2k_transpose_operands.h +0 -0
  7271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/rank_2k_universal.h +0 -0
  7272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/rank_k_universal.h +0 -0
  7273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp +0 -0
  7274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_input_transform.hpp +0 -0
  7275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized_mma_transform.hpp +0 -0
  7276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_cpasync_warpspecialized.hpp +0 -0
  7277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_mixed_tma_cpasync_warpspecialized.hpp +0 -0
  7278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp +0 -0
  7279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_input_transform.hpp +0 -0
  7280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mixed_input_transform.hpp +0 -0
  7281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp +0 -0
  7282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_sparse_gemm_tma_warpspecialized.hpp +0 -0
  7283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_static_tile_scheduler.hpp +0 -0
  7284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler.hpp +0 -0
  7285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_group.hpp +0 -0
  7286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm100_tile_scheduler_stream_k.hpp +0 -0
  7287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_array_tma_warpspecialized.hpp +0 -0
  7288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm103_blockscaled_gemm_tma_warpspecialized.hpp +0 -0
  7289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm120_gemm_tma_warpspecialized_cooperative_asymmetric_dma.hpp +0 -0
  7290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm70_gemm.hpp +0 -0
  7291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm70_gemm_array.hpp +0 -0
  7292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_cooperative.hpp +0 -0
  7293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_array_tma_warpspecialized_pingpong.hpp +0 -0
  7294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma.hpp +0 -0
  7295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized.hpp +0 -0
  7296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_cooperative.hpp +0 -0
  7297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_tma_warpspecialized_pingpong.hpp +0 -0
  7298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized.hpp +0 -0
  7299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_cooperative.hpp +0 -0
  7300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_gemm_warpspecialized_pingpong.hpp +0 -0
  7301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler.hpp +0 -0
  7302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_group.hpp +0 -0
  7303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sm90_tile_scheduler_stream_k.hpp +0 -0
  7304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sparse_gemm.h +0 -0
  7305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_absmax.h +0 -0
  7306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/sparse_gemm_with_visitor.h +0 -0
  7307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/static_tile_scheduler.hpp +0 -0
  7308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/symm_universal.h +0 -0
  7309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/tile_scheduler.hpp +0 -0
  7310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/tile_scheduler_detail.hpp +0 -0
  7311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/tile_scheduler_params.h +0 -0
  7312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/kernel/trmm_universal.h +0 -0
  7313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/thread/mma.h +0 -0
  7314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/thread/mma_sm50.h +0 -0
  7315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/thread/mma_sm60.h +0 -0
  7316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/thread/mma_sm61.h +0 -0
  7317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_ell_mma.h +0 -0
  7318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_gemv_core.h +0 -0
  7319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma.h +0 -0
  7320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core.h +0 -0
  7321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_simt.h +0 -0
  7322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm70.h +0 -0
  7323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm75.h +0 -0
  7324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sm80.h +0 -0
  7325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_sparse_sm80.h +0 -0
  7326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_access_size.h +0 -0
  7327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_with_reduction.h +0 -0
  7328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_core_wmma.h +0 -0
  7329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_layernorm_mainloop_fusion.h +0 -0
  7330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_multistage.h +0 -0
  7331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_planar_complex_pipelined.h +0 -0
  7332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_softmax_mainloop_fusion.h +0 -0
  7333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_mma_with_reduction.h +0 -0
  7334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex.h +0 -0
  7335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core.h +0 -0
  7336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_multistage_mma_complex_core_sm80.h +0 -0
  7337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_multistage_trmm_complex.h +0 -0
  7338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_sparse_mma.h +0 -0
  7339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/default_trmm.h +0 -0
  7340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/ell_mma_multistage.h +0 -0
  7341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/ell_mma_pipelined.h +0 -0
  7342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/gemv.h +0 -0
  7343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/index_remat.h +0 -0
  7344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_base.h +0 -0
  7345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_blas3_multistage.h +0 -0
  7346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_layernorm_mainloop_fusion_multistage.h +0 -0
  7347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_multistage.h +0 -0
  7348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_pipelined.h +0 -0
  7349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_base.h +0 -0
  7350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_multistage.h +0 -0
  7351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_planar_complex_pipelined.h +0 -0
  7352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_singlestage.h +0 -0
  7353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_softmax_mainloop_fusion_multistage.h +0 -0
  7354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_sparse_base.h +0 -0
  7355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_sparse_multistage.h +0 -0
  7356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/mma_with_reduction_multistage.h +0 -0
  7357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle.h +0 -0
  7358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/threadblock/threadblock_swizzle_streamk.h +0 -0
  7359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_complex_tensor_op.h +0 -0
  7360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_sparse_tensor_op.h +0 -0
  7361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op.h +0 -0
  7362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_tensor_op_sm80.h +0 -0
  7363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_with_reduction_tensor_op.h +0 -0
  7364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/default_mma_wmma_tensor_op.h +0 -0
  7365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/layernorm_scale_bias_transform.h +0 -0
  7366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma.h +0 -0
  7367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op.h +0 -0
  7368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_fast_f32.h +0 -0
  7369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_complex_tensor_op_tile_iterator_sm80.h +0 -0
  7370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op.h +0 -0
  7371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_gaussian_complex_tensor_op_tile_iterator_sm80.h +0 -0
  7372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_mixed_input_tensor_op.h +0 -0
  7373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_planar_complex.h +0 -0
  7374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_simt.h +0 -0
  7375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_simt_policy.h +0 -0
  7376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_simt_tile_iterator.h +0 -0
  7377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_sparse_tensor_op.h +0 -0
  7378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op.h +0 -0
  7379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fast_f32.h +0 -0
  7380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_fragment_iterator.h +0 -0
  7381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_policy.h +0 -0
  7382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_sm70.h +0 -0
  7383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_access_iterator.h +0 -0
  7384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator.h +0 -0
  7385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm70.h +0 -0
  7386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sm80.h +0 -0
  7387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_sparse.h +0 -0
  7388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_tile_iterator_wmma.h +0 -0
  7389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_tensor_op_wmma.h +0 -0
  7390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/mma_with_reduction_tensor_op.h +0 -0
  7391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/scale_bias_tile_iterator.h +0 -0
  7392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/softmax_scale_bias_transform.h +0 -0
  7393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm/warp/tile_iterator_planar_complex.h +0 -0
  7394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm_coord.h +0 -0
  7395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/gemm_coord.hpp +0 -0
  7396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/half.h +0 -0
  7397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/integer_subbyte.h +0 -0
  7398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/kernel_hardware_info.h +0 -0
  7399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/kernel_hardware_info.hpp +0 -0
  7400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/kernel_launch.h +0 -0
  7401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/layout.h +0 -0
  7402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/matrix.h +0 -0
  7403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/permute.h +0 -0
  7404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/pitch_linear.h +0 -0
  7405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/tensor.h +0 -0
  7406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm70.h +0 -0
  7407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm75.h +0 -0
  7408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/tensor_op_multiplicand_sm80.h +0 -0
  7409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/layout/vector.h +0 -0
  7410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/matrix.h +0 -0
  7411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/matrix_coord.h +0 -0
  7412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/matrix_shape.h +0 -0
  7413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/numeric_conversion.h +0 -0
  7414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/numeric_size.h +0 -0
  7415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/numeric_types.h +0 -0
  7416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/pipeline/pipeline.hpp +0 -0
  7417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/pipeline/sm100_pipeline.hpp +0 -0
  7418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/pipeline/sm90_pipeline.hpp +0 -0
  7419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/pitch_linear_coord.h +0 -0
  7420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/platform/platform.h +0 -0
  7421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/predicate_vector.h +0 -0
  7422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/quaternion.h +0 -0
  7423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/real.h +0 -0
  7424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/device/reduce_split_k.h +0 -0
  7425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/device/tensor_reduce.h +0 -0
  7426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_contiguous.h +0 -0
  7427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/device/tensor_reduce_affine_strided.h +0 -0
  7428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/kernel/reduce_softmax_final.h +0 -0
  7429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/kernel/reduce_split_k.h +0 -0
  7430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_contiguous.h +0 -0
  7431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/kernel/tensor_reduce_affine_strided.h +0 -0
  7432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/thread/reduce.h +0 -0
  7433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/thread/reduction_operators.h +0 -0
  7434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/reduction/threadblock_swizzle.h +0 -0
  7435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/relatively_equal.h +0 -0
  7436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/semaphore.h +0 -0
  7437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/subbyte_reference.h +0 -0
  7438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tensor_coord.h +0 -0
  7439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tensor_ref.h +0 -0
  7440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tensor_ref_planar_complex.h +0 -0
  7441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tensor_view.h +0 -0
  7442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tensor_view_planar_complex.h +0 -0
  7443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/tfloat32.h +0 -0
  7444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/thread/matrix.h +0 -0
  7445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/trace.h +0 -0
  7446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/collective/sm90_wgmma_transpose.hpp +0 -0
  7447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/device/transform_universal_adapter.hpp +0 -0
  7448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/kernel/filter_format_transformer.hpp +0 -0
  7449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/kernel/sm90_sparse_gemm_compressor.hpp +0 -0
  7450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/kernel/sparse_gemm_compressor.hpp +0 -0
  7451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/pitch_linear_thread_map.h +0 -0
  7452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/thread/transpose.h +0 -0
  7453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/thread/unary_op.h +0 -0
  7454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/ell_iterator.h +0 -0
  7455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_access_iterator.h +0 -0
  7456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/ell_predicated_tile_iterator.h +0 -0
  7457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_access_iterator.h +0 -0
  7458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_scale_bias_vector_iterator.h +0 -0
  7459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator.h +0 -0
  7460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_2dthreadtile.h +0 -0
  7461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_params.h +0 -0
  7462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_access_iterator_triangular_matrix.h +0 -0
  7463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator.h +0 -0
  7464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_2dthreadtile.h +0 -0
  7465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_tile_iterator_triangular_matrix.h +0 -0
  7466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/predicated_vector_access_iterator.h +0 -0
  7467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_scale_bias_vector_access_iterator.h +0 -0
  7468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator.h +0 -0
  7469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear.h +0 -0
  7470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_pitch_linear_direct_conv.h +0 -0
  7471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op.h +0 -0
  7472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_access_iterator_tensor_op_sm80.h +0 -0
  7473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator.h +0 -0
  7474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear.h +0 -0
  7475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_pitch_linear_2dthreadtile.h +0 -0
  7476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op.h +0 -0
  7477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/regular_tile_iterator_tensor_op_sm70.h +0 -0
  7478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/threadblock/vector_iterator.h +0 -0
  7479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/transform/warp/vector_fragment_iterator.h +0 -0
  7480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/uint128.h +0 -0
  7481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/uint256.h +0 -0
  7482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/version.h +0 -0
  7483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/wmma_array.h +0 -0
  7484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/include/cutlass/workspace.h +0 -0
  7485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/pyproject.toml +0 -0
  7486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/cutlass/setup.cfg +0 -0
  7487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/flash_api.cpp +0 -0
  7488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/alibi.h +0 -0
  7489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/block_info.h +0 -0
  7490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/dropout.h +0 -0
  7491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash.h +0 -0
  7492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_bf16_causal_sm80.cu +0 -0
  7493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_bf16_sm80.cu +0 -0
  7494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_fp16_causal_sm80.cu +0 -0
  7495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim128_fp16_sm80.cu +0 -0
  7496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_bf16_causal_sm80.cu +0 -0
  7497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_bf16_sm80.cu +0 -0
  7498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_fp16_causal_sm80.cu +0 -0
  7499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim192_fp16_sm80.cu +0 -0
  7500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_bf16_causal_sm80.cu +0 -0
  7501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_bf16_sm80.cu +0 -0
  7502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_fp16_causal_sm80.cu +0 -0
  7503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim256_fp16_sm80.cu +0 -0
  7504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_bf16_causal_sm80.cu +0 -0
  7505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_bf16_sm80.cu +0 -0
  7506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_fp16_causal_sm80.cu +0 -0
  7507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim32_fp16_sm80.cu +0 -0
  7508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_bf16_causal_sm80.cu +0 -0
  7509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_bf16_sm80.cu +0 -0
  7510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_fp16_causal_sm80.cu +0 -0
  7511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim64_fp16_sm80.cu +0 -0
  7512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_bf16_causal_sm80.cu +0 -0
  7513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_bf16_sm80.cu +0 -0
  7514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_fp16_causal_sm80.cu +0 -0
  7515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_hdim96_fp16_sm80.cu +0 -0
  7516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_kernel.h +0 -0
  7517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_launch_template.h +0 -0
  7518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_bwd_preprocess_kernel.h +0 -0
  7519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_bf16_causal_sm80.cu +0 -0
  7520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_bf16_sm80.cu +0 -0
  7521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_fp16_causal_sm80.cu +0 -0
  7522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim128_fp16_sm80.cu +0 -0
  7523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_bf16_causal_sm80.cu +0 -0
  7524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_bf16_sm80.cu +0 -0
  7525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_fp16_causal_sm80.cu +0 -0
  7526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim192_fp16_sm80.cu +0 -0
  7527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_bf16_causal_sm80.cu +0 -0
  7528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_bf16_sm80.cu +0 -0
  7529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_fp16_causal_sm80.cu +0 -0
  7530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim256_fp16_sm80.cu +0 -0
  7531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_bf16_causal_sm80.cu +0 -0
  7532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_bf16_sm80.cu +0 -0
  7533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_fp16_causal_sm80.cu +0 -0
  7534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim32_fp16_sm80.cu +0 -0
  7535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_bf16_causal_sm80.cu +0 -0
  7536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_bf16_sm80.cu +0 -0
  7537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_fp16_causal_sm80.cu +0 -0
  7538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim64_fp16_sm80.cu +0 -0
  7539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_bf16_causal_sm80.cu +0 -0
  7540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_bf16_sm80.cu +0 -0
  7541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_fp16_causal_sm80.cu +0 -0
  7542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_hdim96_fp16_sm80.cu +0 -0
  7543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_kernel.h +0 -0
  7544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_launch_template.h +0 -0
  7545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_bf16_causal_sm80.cu +0 -0
  7546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_bf16_sm80.cu +0 -0
  7547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_fp16_causal_sm80.cu +0 -0
  7548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim128_fp16_sm80.cu +0 -0
  7549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_bf16_causal_sm80.cu +0 -0
  7550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_bf16_sm80.cu +0 -0
  7551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_fp16_causal_sm80.cu +0 -0
  7552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim192_fp16_sm80.cu +0 -0
  7553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_bf16_causal_sm80.cu +0 -0
  7554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_bf16_sm80.cu +0 -0
  7555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_fp16_causal_sm80.cu +0 -0
  7556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim256_fp16_sm80.cu +0 -0
  7557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_bf16_causal_sm80.cu +0 -0
  7558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_bf16_sm80.cu +0 -0
  7559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_fp16_causal_sm80.cu +0 -0
  7560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim32_fp16_sm80.cu +0 -0
  7561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_bf16_causal_sm80.cu +0 -0
  7562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_bf16_sm80.cu +0 -0
  7563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_fp16_causal_sm80.cu +0 -0
  7564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim64_fp16_sm80.cu +0 -0
  7565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_bf16_causal_sm80.cu +0 -0
  7566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_bf16_sm80.cu +0 -0
  7567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_fp16_causal_sm80.cu +0 -0
  7568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/flash_fwd_split_hdim96_fp16_sm80.cu +0 -0
  7569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/generate_kernels.py +0 -0
  7570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/hardware_info.h +0 -0
  7571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/kernel_traits.h +0 -0
  7572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/mask.h +0 -0
  7573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/namespace_config.h +0 -0
  7574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/philox.cuh +0 -0
  7575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/philox_unpack.cuh +0 -0
  7576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/rotary.h +0 -0
  7577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/softmax.h +0 -0
  7578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/static_switch.h +0 -0
  7579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn/src/utils.h +0 -0
  7580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/flash_api.cpp +0 -0
  7581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/flash_common.cpp +0 -0
  7582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/flash_common.hpp +0 -0
  7583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/mha_bwd.cpp +0 -0
  7584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/mha_fwd.cpp +0 -0
  7585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/mha_fwd_kvcache.cpp +0 -0
  7586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/mha_varlen_bwd.cpp +0 -0
  7587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/flash_attn_ck/mha_varlen_fwd.cpp +0 -0
  7588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/fused_dense_lib/README.md +0 -0
  7589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/fused_dense_lib/fused_dense.cpp +0 -0
  7590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/fused_dense_lib/fused_dense_cuda.cu +0 -0
  7591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/fused_dense_lib/setup.py +0 -0
  7592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/README.md +0 -0
  7593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln.h +0 -0
  7594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_api.cpp +0 -0
  7595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_1024.cu +0 -0
  7596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_1280.cu +0 -0
  7597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_1536.cu +0 -0
  7598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_2048.cu +0 -0
  7599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_256.cu +0 -0
  7600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_2560.cu +0 -0
  7601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_3072.cu +0 -0
  7602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_4096.cu +0 -0
  7603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_512.cu +0 -0
  7604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_5120.cu +0 -0
  7605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_6144.cu +0 -0
  7606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_7168.cu +0 -0
  7607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_768.cu +0 -0
  7608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_8192.cu +0 -0
  7609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_bwd_kernels.cuh +0 -0
  7610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_1024.cu +0 -0
  7611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_1280.cu +0 -0
  7612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_1536.cu +0 -0
  7613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_2048.cu +0 -0
  7614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_256.cu +0 -0
  7615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_2560.cu +0 -0
  7616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_3072.cu +0 -0
  7617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_4096.cu +0 -0
  7618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_512.cu +0 -0
  7619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_5120.cu +0 -0
  7620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_6144.cu +0 -0
  7621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_7168.cu +0 -0
  7622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_768.cu +0 -0
  7623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_8192.cu +0 -0
  7624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_fwd_kernels.cuh +0 -0
  7625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_kernel_traits.h +0 -0
  7626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1024.cu +0 -0
  7627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1280.cu +0 -0
  7628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_1536.cu +0 -0
  7629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_2048.cu +0 -0
  7630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_256.cu +0 -0
  7631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_2560.cu +0 -0
  7632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_3072.cu +0 -0
  7633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_4096.cu +0 -0
  7634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_512.cu +0 -0
  7635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_5120.cu +0 -0
  7636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_6144.cu +0 -0
  7637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_7168.cu +0 -0
  7638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_768.cu +0 -0
  7639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_bwd_8192.cu +0 -0
  7640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1024.cu +0 -0
  7641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1280.cu +0 -0
  7642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_1536.cu +0 -0
  7643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_2048.cu +0 -0
  7644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_256.cu +0 -0
  7645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_2560.cu +0 -0
  7646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_3072.cu +0 -0
  7647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_4096.cu +0 -0
  7648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_512.cu +0 -0
  7649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_5120.cu +0 -0
  7650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_6144.cu +0 -0
  7651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_7168.cu +0 -0
  7652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_768.cu +0 -0
  7653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_fwd_8192.cu +0 -0
  7654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_residual_bwd_kernels.cuh +0 -0
  7655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_parallel_residual_fwd_kernels.cuh +0 -0
  7656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/ln_utils.cuh +0 -0
  7657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/setup.py +0 -0
  7658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/csrc/layer_norm/static_switch.h +0 -0
  7659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/__init__.py +0 -0
  7660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/bert_padding.py +0 -0
  7661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/.flake8 +0 -0
  7662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/README.md +0 -0
  7663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/__init__.py +0 -0
  7664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/ampere_helpers.py +0 -0
  7665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/barrier.py +0 -0
  7666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/benchmark.py +0 -0
  7667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/benchmark_mask_mod.py +0 -0
  7668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/blackwell_helpers.py +0 -0
  7669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/block_info.py +0 -0
  7670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/block_sparsity.py +0 -0
  7671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/copy_utils.py +0 -0
  7672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/cute_dsl_utils.py +0 -0
  7673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/fast_math.py +0 -0
  7674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_bwd.py +0 -0
  7675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_bwd_postprocess.py +0 -0
  7676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_bwd_preprocess.py +0 -0
  7677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_bwd_sm100.py +0 -0
  7678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_bwd_sm90.py +0 -0
  7679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_fwd.py +0 -0
  7680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_fwd_combine.py +0 -0
  7681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/flash_fwd_sm100.py +0 -0
  7682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/hopper_helpers.py +0 -0
  7683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/interface.py +0 -0
  7684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/mask.py +0 -0
  7685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/mask_definitions.py +0 -0
  7686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/mma_sm100_desc.py +0 -0
  7687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/named_barrier.py +0 -0
  7688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/pack_gqa.py +0 -0
  7689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/pipeline.py +0 -0
  7690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/pyproject.toml +0 -0
  7691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/seqlen_info.py +0 -0
  7692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/softmax.py +0 -0
  7693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/testing.py +0 -0
  7694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/tile_scheduler.py +0 -0
  7695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/cute/utils.py +0 -0
  7696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_interface.py +0 -0
  7697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton.py +0 -0
  7698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/Dockerfile +0 -0
  7699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/README.md +0 -0
  7700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/__init__.py +0 -0
  7701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bench.py +0 -0
  7702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bwd_prefill.py +0 -0
  7703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bwd_prefill_fused.py +0 -0
  7704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bwd_prefill_onekernel.py +0 -0
  7705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bwd_prefill_split.py +0 -0
  7706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/bwd_ref.py +0 -0
  7707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/fp8.py +0 -0
  7708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/fwd_decode.py +0 -0
  7709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/fwd_prefill.py +0 -0
  7710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/fwd_ref.py +0 -0
  7711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/interface_fa.py +0 -0
  7712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/test.py +0 -0
  7713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/train.py +0 -0
  7714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_amd/utils.py +0 -0
  7715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_attn_triton_og.py +0 -0
  7716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_blocksparse_attention.py +0 -0
  7717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/flash_blocksparse_attn_interface.py +0 -0
  7718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/layers/__init__.py +0 -0
  7719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/layers/patch_embed.py +0 -0
  7720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/layers/rotary.py +0 -0
  7721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/losses/__init__.py +0 -0
  7722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/losses/cross_entropy.py +0 -0
  7723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/__init__.py +0 -0
  7724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/baichuan.py +0 -0
  7725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/bert.py +0 -0
  7726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/bigcode.py +0 -0
  7727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/btlm.py +0 -0
  7728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/falcon.py +0 -0
  7729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/gpt.py +0 -0
  7730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/gpt_neox.py +0 -0
  7731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/gptj.py +0 -0
  7732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/llama.py +0 -0
  7733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/opt.py +0 -0
  7734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/models/vit.py +0 -0
  7735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/modules/__init__.py +0 -0
  7736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/modules/block.py +0 -0
  7737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/modules/embedding.py +0 -0
  7738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/modules/mha.py +0 -0
  7739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/modules/mlp.py +0 -0
  7740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/__init__.py +0 -0
  7741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/activations.py +0 -0
  7742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/fused_dense.py +0 -0
  7743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/layer_norm.py +0 -0
  7744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/rms_norm.py +0 -0
  7745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/__init__.py +0 -0
  7746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/cross_entropy.py +0 -0
  7747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/k_activations.py +0 -0
  7748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/layer_norm.py +0 -0
  7749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/linear.py +0 -0
  7750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/mlp.py +0 -0
  7751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/ops/triton/rotary.py +0 -0
  7752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/pyproject.toml +0 -0
  7753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/__init__.py +0 -0
  7754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/benchmark.py +0 -0
  7755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/distributed.py +0 -0
  7756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/generation.py +0 -0
  7757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/library.py +0 -0
  7758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/pretrained.py +0 -0
  7759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/testing.py +0 -0
  7760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/flash_attn/utils/torch.py +0 -0
  7761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/__init__.py +0 -0
  7762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/benchmark_attn.py +0 -0
  7763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/benchmark_flash_attention_fp8.py +0 -0
  7764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/benchmark_mla_decode.py +0 -0
  7765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/benchmark_split_kv.py +0 -0
  7766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/block.h +0 -0
  7767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/copy_sm90_bulk_reduce.hpp +0 -0
  7768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/cuda_check.h +0 -0
  7769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/epilogue_bwd.hpp +0 -0
  7770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/epilogue_fwd.hpp +0 -0
  7771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash.h +0 -0
  7772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_api.cpp +0 -0
  7773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_api_stable.cpp +0 -0
  7774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_attn_interface.py +0 -0
  7775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_bwd_kernel_sm80.h +0 -0
  7776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_bwd_kernel_sm90.h +0 -0
  7777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_bwd_launch_template.h +0 -0
  7778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_bwd_postprocess_kernel.h +0 -0
  7779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_bwd_preprocess_kernel.h +0 -0
  7780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_combine.cu +0 -0
  7781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_combine_kernel.h +0 -0
  7782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_combine_launch_template.h +0 -0
  7783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_kernel_sm80.h +0 -0
  7784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_kernel_sm90.h +0 -0
  7785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_fwd_launch_template.h +0 -0
  7786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/flash_prepare_scheduler.cu +0 -0
  7787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/generate_kernels.py +0 -0
  7788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/heuristics.h +0 -0
  7789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm80.cu +0 -0
  7790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_sm90.cu +0 -0
  7791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm80.cu +0 -0
  7792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcap_sm90.cu +0 -0
  7793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_bf16_softcapall_sm90.cu +0 -0
  7794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm80.cu +0 -0
  7795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_sm90.cu +0 -0
  7796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm80.cu +0 -0
  7797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcap_sm90.cu +0 -0
  7798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim128_fp16_softcapall_sm90.cu +0 -0
  7799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm80.cu +0 -0
  7800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_sm90.cu +0 -0
  7801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm80.cu +0 -0
  7802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcap_sm90.cu +0 -0
  7803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_bf16_softcapall_sm90.cu +0 -0
  7804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm80.cu +0 -0
  7805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_sm90.cu +0 -0
  7806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm80.cu +0 -0
  7807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcap_sm90.cu +0 -0
  7808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim192_fp16_softcapall_sm90.cu +0 -0
  7809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm80.cu +0 -0
  7810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_sm90.cu +0 -0
  7811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm80.cu +0 -0
  7812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcap_sm90.cu +0 -0
  7813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_bf16_softcapall_sm90.cu +0 -0
  7814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm80.cu +0 -0
  7815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_sm90.cu +0 -0
  7816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm80.cu +0 -0
  7817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcap_sm90.cu +0 -0
  7818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim256_fp16_softcapall_sm90.cu +0 -0
  7819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm80.cu +0 -0
  7820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_sm90.cu +0 -0
  7821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm80.cu +0 -0
  7822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcap_sm90.cu +0 -0
  7823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_bf16_softcapall_sm90.cu +0 -0
  7824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm80.cu +0 -0
  7825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_sm90.cu +0 -0
  7826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm80.cu +0 -0
  7827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcap_sm90.cu +0 -0
  7828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim64_fp16_softcapall_sm90.cu +0 -0
  7829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm80.cu +0 -0
  7830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_sm90.cu +0 -0
  7831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm80.cu +0 -0
  7832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcap_sm90.cu +0 -0
  7833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_bf16_softcapall_sm90.cu +0 -0
  7834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm80.cu +0 -0
  7835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_sm90.cu +0 -0
  7836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm80.cu +0 -0
  7837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcap_sm90.cu +0 -0
  7838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_bwd_hdim96_fp16_softcapall_sm90.cu +0 -0
  7839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_packgqa_sm90.cu +0 -0
  7840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm80.cu +0 -0
  7841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_sm90.cu +0 -0
  7842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm80.cu +0 -0
  7843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcap_sm90.cu +0 -0
  7844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_softcapall_sm80.cu +0 -0
  7845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm80.cu +0 -0
  7846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_sm90.cu +0 -0
  7847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm80.cu +0 -0
  7848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcap_sm90.cu +0 -0
  7849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_paged_split_softcapall_sm80.cu +0 -0
  7850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm100.cu +0 -0
  7851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm80.cu +0 -0
  7852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_sm90.cu +0 -0
  7853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_packgqa_sm90.cu +0 -0
  7854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm80.cu +0 -0
  7855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcap_sm90.cu +0 -0
  7856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_softcapall_sm80.cu +0 -0
  7857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm80.cu +0 -0
  7858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_sm90.cu +0 -0
  7859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm80.cu +0 -0
  7860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcap_sm90.cu +0 -0
  7861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_bf16_split_softcapall_sm80.cu +0 -0
  7862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_packgqa_sm90.cu +0 -0
  7863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_sm90.cu +0 -0
  7864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_softcap_sm90.cu +0 -0
  7865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_sm90.cu +0 -0
  7866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_paged_split_softcap_sm90.cu +0 -0
  7867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_sm90.cu +0 -0
  7868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_packgqa_sm90.cu +0 -0
  7869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_softcap_sm90.cu +0 -0
  7870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_sm90.cu +0 -0
  7871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_e4m3_split_softcap_sm90.cu +0 -0
  7872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_packgqa_sm90.cu +0 -0
  7873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm80.cu +0 -0
  7874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_sm90.cu +0 -0
  7875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm80.cu +0 -0
  7876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcap_sm90.cu +0 -0
  7877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_softcapall_sm80.cu +0 -0
  7878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm80.cu +0 -0
  7879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_sm90.cu +0 -0
  7880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm80.cu +0 -0
  7881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcap_sm90.cu +0 -0
  7882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_paged_split_softcapall_sm80.cu +0 -0
  7883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm80.cu +0 -0
  7884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_sm90.cu +0 -0
  7885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_packgqa_sm90.cu +0 -0
  7886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm80.cu +0 -0
  7887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcap_sm90.cu +0 -0
  7888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_softcapall_sm80.cu +0 -0
  7889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm80.cu +0 -0
  7890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_sm90.cu +0 -0
  7891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm80.cu +0 -0
  7892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcap_sm90.cu +0 -0
  7893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim128_fp16_split_softcapall_sm80.cu +0 -0
  7894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_packgqa_sm90.cu +0 -0
  7895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_sm90.cu +0 -0
  7896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_softcap_sm90.cu +0 -0
  7897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_sm90.cu +0 -0
  7898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_paged_split_softcap_sm90.cu +0 -0
  7899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_sm90.cu +0 -0
  7900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_packgqa_sm90.cu +0 -0
  7901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_softcap_sm90.cu +0 -0
  7902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_sm90.cu +0 -0
  7903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_bf16_split_softcap_sm90.cu +0 -0
  7904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_packgqa_sm90.cu +0 -0
  7905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_sm90.cu +0 -0
  7906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_softcap_sm90.cu +0 -0
  7907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_sm90.cu +0 -0
  7908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_paged_split_softcap_sm90.cu +0 -0
  7909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_sm90.cu +0 -0
  7910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_packgqa_sm90.cu +0 -0
  7911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_softcap_sm90.cu +0 -0
  7912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_sm90.cu +0 -0
  7913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_e4m3_split_softcap_sm90.cu +0 -0
  7914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_packgqa_sm90.cu +0 -0
  7915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_sm90.cu +0 -0
  7916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_softcap_sm90.cu +0 -0
  7917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_sm90.cu +0 -0
  7918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_paged_split_softcap_sm90.cu +0 -0
  7919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_sm90.cu +0 -0
  7920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_packgqa_sm90.cu +0 -0
  7921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_softcap_sm90.cu +0 -0
  7922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_sm90.cu +0 -0
  7923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_128_fp16_split_softcap_sm90.cu +0 -0
  7924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_packgqa_sm90.cu +0 -0
  7925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm80.cu +0 -0
  7926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_sm90.cu +0 -0
  7927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm80.cu +0 -0
  7928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcap_sm90.cu +0 -0
  7929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_softcapall_sm80.cu +0 -0
  7930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm80.cu +0 -0
  7931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_sm90.cu +0 -0
  7932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm80.cu +0 -0
  7933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcap_sm90.cu +0 -0
  7934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_paged_split_softcapall_sm80.cu +0 -0
  7935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm80.cu +0 -0
  7936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_sm90.cu +0 -0
  7937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_packgqa_sm90.cu +0 -0
  7938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm80.cu +0 -0
  7939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcap_sm90.cu +0 -0
  7940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_softcapall_sm80.cu +0 -0
  7941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm80.cu +0 -0
  7942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_sm90.cu +0 -0
  7943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm80.cu +0 -0
  7944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcap_sm90.cu +0 -0
  7945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_bf16_split_softcapall_sm80.cu +0 -0
  7946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_packgqa_sm90.cu +0 -0
  7947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_sm90.cu +0 -0
  7948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_softcap_sm90.cu +0 -0
  7949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_sm90.cu +0 -0
  7950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_paged_split_softcap_sm90.cu +0 -0
  7951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_sm90.cu +0 -0
  7952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_packgqa_sm90.cu +0 -0
  7953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_softcap_sm90.cu +0 -0
  7954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_sm90.cu +0 -0
  7955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_e4m3_split_softcap_sm90.cu +0 -0
  7956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_packgqa_sm90.cu +0 -0
  7957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm80.cu +0 -0
  7958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_sm90.cu +0 -0
  7959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm80.cu +0 -0
  7960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcap_sm90.cu +0 -0
  7961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_softcapall_sm80.cu +0 -0
  7962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm80.cu +0 -0
  7963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_sm90.cu +0 -0
  7964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm80.cu +0 -0
  7965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcap_sm90.cu +0 -0
  7966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_paged_split_softcapall_sm80.cu +0 -0
  7967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm80.cu +0 -0
  7968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_sm90.cu +0 -0
  7969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_packgqa_sm90.cu +0 -0
  7970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm80.cu +0 -0
  7971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcap_sm90.cu +0 -0
  7972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_softcapall_sm80.cu +0 -0
  7973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm80.cu +0 -0
  7974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_sm90.cu +0 -0
  7975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm80.cu +0 -0
  7976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcap_sm90.cu +0 -0
  7977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim192_fp16_split_softcapall_sm80.cu +0 -0
  7978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_packgqa_sm90.cu +0 -0
  7979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm80.cu +0 -0
  7980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_sm90.cu +0 -0
  7981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm80.cu +0 -0
  7982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcap_sm90.cu +0 -0
  7983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_softcapall_sm80.cu +0 -0
  7984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm80.cu +0 -0
  7985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_sm90.cu +0 -0
  7986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm80.cu +0 -0
  7987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcap_sm90.cu +0 -0
  7988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_paged_split_softcapall_sm80.cu +0 -0
  7989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm80.cu +0 -0
  7990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_sm90.cu +0 -0
  7991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_packgqa_sm90.cu +0 -0
  7992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm80.cu +0 -0
  7993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcap_sm90.cu +0 -0
  7994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_softcapall_sm80.cu +0 -0
  7995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm80.cu +0 -0
  7996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_sm90.cu +0 -0
  7997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm80.cu +0 -0
  7998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcap_sm90.cu +0 -0
  7999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_bf16_split_softcapall_sm80.cu +0 -0
  8000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_packgqa_sm90.cu +0 -0
  8001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_sm90.cu +0 -0
  8002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_softcap_sm90.cu +0 -0
  8003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_sm90.cu +0 -0
  8004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_paged_split_softcap_sm90.cu +0 -0
  8005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_sm90.cu +0 -0
  8006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_packgqa_sm90.cu +0 -0
  8007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_softcap_sm90.cu +0 -0
  8008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_sm90.cu +0 -0
  8009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_e4m3_split_softcap_sm90.cu +0 -0
  8010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_packgqa_sm90.cu +0 -0
  8011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm80.cu +0 -0
  8012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_sm90.cu +0 -0
  8013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm80.cu +0 -0
  8014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcap_sm90.cu +0 -0
  8015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_softcapall_sm80.cu +0 -0
  8016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm80.cu +0 -0
  8017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_sm90.cu +0 -0
  8018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm80.cu +0 -0
  8019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcap_sm90.cu +0 -0
  8020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_paged_split_softcapall_sm80.cu +0 -0
  8021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm80.cu +0 -0
  8022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_sm90.cu +0 -0
  8023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_packgqa_sm90.cu +0 -0
  8024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm80.cu +0 -0
  8025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcap_sm90.cu +0 -0
  8026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_softcapall_sm80.cu +0 -0
  8027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm80.cu +0 -0
  8028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_sm90.cu +0 -0
  8029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm80.cu +0 -0
  8030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcap_sm90.cu +0 -0
  8031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim256_fp16_split_softcapall_sm80.cu +0 -0
  8032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_packgqa_sm90.cu +0 -0
  8033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_sm90.cu +0 -0
  8034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_softcap_sm90.cu +0 -0
  8035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_sm90.cu +0 -0
  8036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_paged_split_softcap_sm90.cu +0 -0
  8037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_sm90.cu +0 -0
  8038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_packgqa_sm90.cu +0 -0
  8039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_softcap_sm90.cu +0 -0
  8040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_sm90.cu +0 -0
  8041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_bf16_split_softcap_sm90.cu +0 -0
  8042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_packgqa_sm90.cu +0 -0
  8043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_sm90.cu +0 -0
  8044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_softcap_sm90.cu +0 -0
  8045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_sm90.cu +0 -0
  8046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_paged_split_softcap_sm90.cu +0 -0
  8047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_sm90.cu +0 -0
  8048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_packgqa_sm90.cu +0 -0
  8049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_softcap_sm90.cu +0 -0
  8050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_sm90.cu +0 -0
  8051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_256_fp16_split_softcap_sm90.cu +0 -0
  8052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_packgqa_sm90.cu +0 -0
  8053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_sm90.cu +0 -0
  8054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_softcap_sm90.cu +0 -0
  8055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_sm90.cu +0 -0
  8056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_paged_split_softcap_sm90.cu +0 -0
  8057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_sm90.cu +0 -0
  8058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_packgqa_sm90.cu +0 -0
  8059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_softcap_sm90.cu +0 -0
  8060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_sm90.cu +0 -0
  8061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_bf16_split_softcap_sm90.cu +0 -0
  8062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_packgqa_sm90.cu +0 -0
  8063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_sm90.cu +0 -0
  8064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_softcap_sm90.cu +0 -0
  8065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_sm90.cu +0 -0
  8066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_paged_split_softcap_sm90.cu +0 -0
  8067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_sm90.cu +0 -0
  8068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_packgqa_sm90.cu +0 -0
  8069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_softcap_sm90.cu +0 -0
  8070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_sm90.cu +0 -0
  8071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_512_fp16_split_softcap_sm90.cu +0 -0
  8072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_packgqa_sm90.cu +0 -0
  8073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm80.cu +0 -0
  8074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_sm90.cu +0 -0
  8075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm80.cu +0 -0
  8076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcap_sm90.cu +0 -0
  8077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_softcapall_sm80.cu +0 -0
  8078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm80.cu +0 -0
  8079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_sm90.cu +0 -0
  8080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm80.cu +0 -0
  8081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcap_sm90.cu +0 -0
  8082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_paged_split_softcapall_sm80.cu +0 -0
  8083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm80.cu +0 -0
  8084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_sm90.cu +0 -0
  8085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_packgqa_sm90.cu +0 -0
  8086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm80.cu +0 -0
  8087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcap_sm90.cu +0 -0
  8088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_softcapall_sm80.cu +0 -0
  8089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm80.cu +0 -0
  8090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_sm90.cu +0 -0
  8091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm80.cu +0 -0
  8092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcap_sm90.cu +0 -0
  8093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_bf16_split_softcapall_sm80.cu +0 -0
  8094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_packgqa_sm90.cu +0 -0
  8095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_sm90.cu +0 -0
  8096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_softcap_sm90.cu +0 -0
  8097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_sm90.cu +0 -0
  8098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_paged_split_softcap_sm90.cu +0 -0
  8099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_sm90.cu +0 -0
  8100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_packgqa_sm90.cu +0 -0
  8101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_softcap_sm90.cu +0 -0
  8102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_sm90.cu +0 -0
  8103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_e4m3_split_softcap_sm90.cu +0 -0
  8104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_packgqa_sm90.cu +0 -0
  8105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm80.cu +0 -0
  8106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_sm90.cu +0 -0
  8107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm80.cu +0 -0
  8108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcap_sm90.cu +0 -0
  8109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_softcapall_sm80.cu +0 -0
  8110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm80.cu +0 -0
  8111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_sm90.cu +0 -0
  8112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm80.cu +0 -0
  8113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcap_sm90.cu +0 -0
  8114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_paged_split_softcapall_sm80.cu +0 -0
  8115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm80.cu +0 -0
  8116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_sm90.cu +0 -0
  8117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_packgqa_sm90.cu +0 -0
  8118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm80.cu +0 -0
  8119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcap_sm90.cu +0 -0
  8120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_softcapall_sm80.cu +0 -0
  8121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm80.cu +0 -0
  8122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_sm90.cu +0 -0
  8123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm80.cu +0 -0
  8124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcap_sm90.cu +0 -0
  8125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim64_fp16_split_softcapall_sm80.cu +0 -0
  8126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_packgqa_sm90.cu +0 -0
  8127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm80.cu +0 -0
  8128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_sm90.cu +0 -0
  8129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm80.cu +0 -0
  8130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcap_sm90.cu +0 -0
  8131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_softcapall_sm80.cu +0 -0
  8132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm80.cu +0 -0
  8133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_sm90.cu +0 -0
  8134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm80.cu +0 -0
  8135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcap_sm90.cu +0 -0
  8136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_paged_split_softcapall_sm80.cu +0 -0
  8137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm80.cu +0 -0
  8138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_sm90.cu +0 -0
  8139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_packgqa_sm90.cu +0 -0
  8140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm80.cu +0 -0
  8141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcap_sm90.cu +0 -0
  8142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_softcapall_sm80.cu +0 -0
  8143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm80.cu +0 -0
  8144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_sm90.cu +0 -0
  8145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm80.cu +0 -0
  8146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcap_sm90.cu +0 -0
  8147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_bf16_split_softcapall_sm80.cu +0 -0
  8148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_packgqa_sm90.cu +0 -0
  8149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_sm90.cu +0 -0
  8150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_softcap_sm90.cu +0 -0
  8151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_sm90.cu +0 -0
  8152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_paged_split_softcap_sm90.cu +0 -0
  8153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_sm90.cu +0 -0
  8154. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_packgqa_sm90.cu +0 -0
  8155. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_softcap_sm90.cu +0 -0
  8156. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_sm90.cu +0 -0
  8157. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_e4m3_split_softcap_sm90.cu +0 -0
  8158. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_packgqa_sm90.cu +0 -0
  8159. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm80.cu +0 -0
  8160. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_sm90.cu +0 -0
  8161. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm80.cu +0 -0
  8162. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcap_sm90.cu +0 -0
  8163. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_softcapall_sm80.cu +0 -0
  8164. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm80.cu +0 -0
  8165. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_sm90.cu +0 -0
  8166. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm80.cu +0 -0
  8167. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcap_sm90.cu +0 -0
  8168. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_paged_split_softcapall_sm80.cu +0 -0
  8169. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm80.cu +0 -0
  8170. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_sm90.cu +0 -0
  8171. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_packgqa_sm90.cu +0 -0
  8172. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm80.cu +0 -0
  8173. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcap_sm90.cu +0 -0
  8174. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_softcapall_sm80.cu +0 -0
  8175. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm80.cu +0 -0
  8176. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_sm90.cu +0 -0
  8177. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm80.cu +0 -0
  8178. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcap_sm90.cu +0 -0
  8179. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdim96_fp16_split_softcapall_sm80.cu +0 -0
  8180. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_packgqa_sm90.cu +0 -0
  8181. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_sm90.cu +0 -0
  8182. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_softcap_sm90.cu +0 -0
  8183. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_sm90.cu +0 -0
  8184. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_paged_split_softcap_sm90.cu +0 -0
  8185. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_sm90.cu +0 -0
  8186. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_packgqa_sm90.cu +0 -0
  8187. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_softcap_sm90.cu +0 -0
  8188. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_sm90.cu +0 -0
  8189. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_bf16_split_softcap_sm90.cu +0 -0
  8190. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_packgqa_sm90.cu +0 -0
  8191. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_sm90.cu +0 -0
  8192. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_softcap_sm90.cu +0 -0
  8193. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_sm90.cu +0 -0
  8194. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_paged_split_softcap_sm90.cu +0 -0
  8195. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_sm90.cu +0 -0
  8196. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_packgqa_sm90.cu +0 -0
  8197. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_softcap_sm90.cu +0 -0
  8198. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_sm90.cu +0 -0
  8199. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_e4m3_split_softcap_sm90.cu +0 -0
  8200. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_packgqa_sm90.cu +0 -0
  8201. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_sm90.cu +0 -0
  8202. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_softcap_sm90.cu +0 -0
  8203. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_sm90.cu +0 -0
  8204. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_paged_split_softcap_sm90.cu +0 -0
  8205. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_sm90.cu +0 -0
  8206. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_packgqa_sm90.cu +0 -0
  8207. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_softcap_sm90.cu +0 -0
  8208. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_sm90.cu +0 -0
  8209. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimall_fp16_split_softcap_sm90.cu +0 -0
  8210. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_packgqa_sm90.cu +0 -0
  8211. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_sm90.cu +0 -0
  8212. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_softcap_sm90.cu +0 -0
  8213. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_sm90.cu +0 -0
  8214. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_paged_split_softcap_sm90.cu +0 -0
  8215. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_sm90.cu +0 -0
  8216. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_packgqa_sm90.cu +0 -0
  8217. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_softcap_sm90.cu +0 -0
  8218. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_sm90.cu +0 -0
  8219. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_bf16_split_softcap_sm90.cu +0 -0
  8220. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_packgqa_sm90.cu +0 -0
  8221. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_sm90.cu +0 -0
  8222. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_softcap_sm90.cu +0 -0
  8223. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_sm90.cu +0 -0
  8224. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_paged_split_softcap_sm90.cu +0 -0
  8225. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_sm90.cu +0 -0
  8226. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_packgqa_sm90.cu +0 -0
  8227. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_softcap_sm90.cu +0 -0
  8228. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_sm90.cu +0 -0
  8229. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_e4m3_split_softcap_sm90.cu +0 -0
  8230. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_packgqa_sm90.cu +0 -0
  8231. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_sm90.cu +0 -0
  8232. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_softcap_sm90.cu +0 -0
  8233. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_sm90.cu +0 -0
  8234. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_paged_split_softcap_sm90.cu +0 -0
  8235. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_sm90.cu +0 -0
  8236. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_packgqa_sm90.cu +0 -0
  8237. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_softcap_sm90.cu +0 -0
  8238. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_sm90.cu +0 -0
  8239. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/instantiations/flash_fwd_hdimdiff_fp16_split_softcap_sm90.cu +0 -0
  8240. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/mainloop_bwd_sm80.hpp +0 -0
  8241. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/mainloop_bwd_sm90_tma_gmma_ws.hpp +0 -0
  8242. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/mainloop_fwd_sm80.hpp +0 -0
  8243. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/mainloop_fwd_sm90_tma_gmma_ws.hpp +0 -0
  8244. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/mask.h +0 -0
  8245. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/named_barrier.hpp +0 -0
  8246. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/pack_gqa.h +0 -0
  8247. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/padding.py +0 -0
  8248. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/paged_kv.h +0 -0
  8249. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/rotary.h +0 -0
  8250. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/seqlen.h +0 -0
  8251. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/setup.py +0 -0
  8252. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/sm90_pipeline_no_cluster.hpp +0 -0
  8253. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/softmax.h +0 -0
  8254. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/static_switch.h +0 -0
  8255. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/test_attn_kvcache.py +0 -0
  8256. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/test_flash_attn.py +0 -0
  8257. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/test_flash_attn_bwd_determinism.py +0 -0
  8258. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/test_kvcache.py +0 -0
  8259. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/test_util.py +0 -0
  8260. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/tile_scheduler.hpp +0 -0
  8261. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/tile_size.h +0 -0
  8262. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/hopper/utils.h +0 -0
  8263. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/third_party/flash-attention/version.txt +0 -0
  8264. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/__init__.py +0 -0
  8265. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_cpp_lib.py +0 -0
  8266. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_deprecation_warning.py +0 -0
  8267. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/__init__.py +0 -0
  8268. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/bert_padding.py +0 -0
  8269. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/__init__.py +0 -0
  8270. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/ampere_helpers.py +0 -0
  8271. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/barrier.py +0 -0
  8272. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/benchmark.py +0 -0
  8273. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/benchmark_mask_mod.py +0 -0
  8274. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/blackwell_helpers.py +0 -0
  8275. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/block_info.py +0 -0
  8276. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/block_sparsity.py +0 -0
  8277. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/copy_utils.py +0 -0
  8278. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/cute_dsl_utils.py +0 -0
  8279. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/fast_math.py +0 -0
  8280. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_bwd.py +0 -0
  8281. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_bwd_postprocess.py +0 -0
  8282. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_bwd_preprocess.py +0 -0
  8283. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_bwd_sm100.py +0 -0
  8284. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_bwd_sm90.py +0 -0
  8285. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_fwd.py +0 -0
  8286. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_fwd_combine.py +0 -0
  8287. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/flash_fwd_sm100.py +0 -0
  8288. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/hopper_helpers.py +0 -0
  8289. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/interface.py +0 -0
  8290. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/mask.py +0 -0
  8291. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/mask_definitions.py +0 -0
  8292. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/mma_sm100_desc.py +0 -0
  8293. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/named_barrier.py +0 -0
  8294. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/pack_gqa.py +0 -0
  8295. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/pipeline.py +0 -0
  8296. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/seqlen_info.py +0 -0
  8297. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/softmax.py +0 -0
  8298. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/testing.py +0 -0
  8299. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/tile_scheduler.py +0 -0
  8300. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/cute/utils.py +0 -0
  8301. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_interface.py +0 -0
  8302. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton.py +0 -0
  8303. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/__init__.py +0 -0
  8304. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bench.py +0 -0
  8305. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bwd_prefill.py +0 -0
  8306. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bwd_prefill_fused.py +0 -0
  8307. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bwd_prefill_onekernel.py +0 -0
  8308. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bwd_prefill_split.py +0 -0
  8309. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/bwd_ref.py +0 -0
  8310. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/fp8.py +0 -0
  8311. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/fwd_decode.py +0 -0
  8312. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/fwd_prefill.py +0 -0
  8313. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/fwd_ref.py +0 -0
  8314. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/interface_fa.py +0 -0
  8315. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/test.py +0 -0
  8316. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/train.py +0 -0
  8317. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_amd/utils.py +0 -0
  8318. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_attn_triton_og.py +0 -0
  8319. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_blocksparse_attention.py +0 -0
  8320. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/flash_blocksparse_attn_interface.py +0 -0
  8321. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/layers/__init__.py +0 -0
  8322. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/layers/patch_embed.py +0 -0
  8323. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/layers/rotary.py +0 -0
  8324. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/losses/__init__.py +0 -0
  8325. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/losses/cross_entropy.py +0 -0
  8326. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/__init__.py +0 -0
  8327. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/baichuan.py +0 -0
  8328. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/bert.py +0 -0
  8329. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/bigcode.py +0 -0
  8330. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/btlm.py +0 -0
  8331. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/falcon.py +0 -0
  8332. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/gpt.py +0 -0
  8333. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/gpt_neox.py +0 -0
  8334. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/gptj.py +0 -0
  8335. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/llama.py +0 -0
  8336. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/opt.py +0 -0
  8337. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/models/vit.py +0 -0
  8338. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/modules/__init__.py +0 -0
  8339. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/modules/block.py +0 -0
  8340. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/modules/embedding.py +0 -0
  8341. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/modules/mha.py +0 -0
  8342. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/modules/mlp.py +0 -0
  8343. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/__init__.py +0 -0
  8344. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/activations.py +0 -0
  8345. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/fused_dense.py +0 -0
  8346. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/layer_norm.py +0 -0
  8347. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/rms_norm.py +0 -0
  8348. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/__init__.py +0 -0
  8349. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/cross_entropy.py +0 -0
  8350. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/k_activations.py +0 -0
  8351. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/layer_norm.py +0 -0
  8352. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/linear.py +0 -0
  8353. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/mlp.py +0 -0
  8354. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/ops/triton/rotary.py +0 -0
  8355. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/__init__.py +0 -0
  8356. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/benchmark.py +0 -0
  8357. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/distributed.py +0 -0
  8358. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/generation.py +0 -0
  8359. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/library.py +0 -0
  8360. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/pretrained.py +0 -0
  8361. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/testing.py +0 -0
  8362. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/_flash_attn/utils/torch.py +0 -0
  8363. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/attn_bias_utils.py +0 -0
  8364. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/__init__.py +0 -0
  8365. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/batch_fetch_results.py +0 -0
  8366. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/batch_submit.py +0 -0
  8367. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/code/__init__.py +0 -0
  8368. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/code/dataset.py +0 -0
  8369. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/code/model_wrapper.py +0 -0
  8370. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/run_grid_search.py +0 -0
  8371. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/run_tasks.py +0 -0
  8372. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/LRA/run_with_submitit.py +0 -0
  8373. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/__init__.py +0 -0
  8374. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_attn_decoding.py +0 -0
  8375. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_indexing.py +0 -0
  8376. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_mem_eff_attention.py +0 -0
  8377. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_merge_attentions.py +0 -0
  8378. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_nystrom_utils.py +0 -0
  8379. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_revnet.py +0 -0
  8380. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_sequence_parallel_fused.py +0 -0
  8381. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_sp24.py +0 -0
  8382. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/benchmark_tiled_matmul.py +0 -0
  8383. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/benchmarks/utils.py +0 -0
  8384. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/checkpoint.py +0 -0
  8385. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/__init__.py +0 -0
  8386. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/attention_mask.py +0 -0
  8387. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/attention_patterns.py +0 -0
  8388. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/base.py +0 -0
  8389. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/fourier_mix.py +0 -0
  8390. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/scaled_dot_product.py +0 -0
  8391. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/sparsity_config.py +0 -0
  8392. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/attention/utils.py +0 -0
  8393. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/input_projection.py +0 -0
  8394. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/components/residual.py +0 -0
  8395. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/attention.cpp +0 -0
  8396. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_decoder/CMakeLists.txt +0 -0
  8397. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_decoder/attention_forward_splitk.cpp +0 -0
  8398. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_decoder/ck_tile_attention_forward_decoder_splitk.h +0 -0
  8399. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_decoder/ck_tile_attention_inner_product.h +0 -0
  8400. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/GENERATE_INSTANCES.md +0 -0
  8401. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/attention_backward_generic_ck_tiled.cpp +0 -0
  8402. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/attention_ck_rand_uniform.cpp +0 -0
  8403. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/attention_forward_generic_ck_tiled.cpp +0 -0
  8404. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_fmha_test.cpp +0 -0
  8405. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_fmha_util.h +0 -0
  8406. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_bool_switch.h +0 -0
  8407. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_backward.h +0 -0
  8408. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_backward_bf16.cpp +0 -0
  8409. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_backward_fp16.cpp +0 -0
  8410. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward.h +0 -0
  8411. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward_bf16.cpp +0 -0
  8412. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward_dispatch.h +0 -0
  8413. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward_fp16.cpp +0 -0
  8414. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward_splitkv_dispatch.h +0 -0
  8415. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_forward_splitkv_smallq_dispatch.h +0 -0
  8416. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer.h +0 -0
  8417. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer_bf16.cpp +0 -0
  8418. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer_dispatch.h +0 -0
  8419. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer_fp16.cpp +0 -0
  8420. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer_splitkv_dispatch.h +0 -0
  8421. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_batched_infer_splitkv_smallq_dispatch.h +0 -0
  8422. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_bwd_setting.h +0 -0
  8423. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_setting.h +0 -0
  8424. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_splitkv_selector.h +0 -0
  8425. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_splitkv_setting.h +0 -0
  8426. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_splitkv_smallq_selector.h +0 -0
  8427. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_splitkv_smallq_setting.h +0 -0
  8428. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_fwd_type_config.h +0 -0
  8429. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_backward.h +0 -0
  8430. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_backward_bf16.cpp +0 -0
  8431. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_backward_fp16.cpp +0 -0
  8432. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward.h +0 -0
  8433. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward_bf16.cpp +0 -0
  8434. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward_dispatch.h +0 -0
  8435. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward_fp16.cpp +0 -0
  8436. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward_splitkv_dispatch.h +0 -0
  8437. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_forward_splitkv_smallq_dispatch.h +0 -0
  8438. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer.h +0 -0
  8439. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer_bf16.cpp +0 -0
  8440. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer_dispatch.h +0 -0
  8441. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer_fp16.cpp +0 -0
  8442. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer_splitkv_dispatch.h +0 -0
  8443. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_grouped_infer_splitkv_smallq_dispatch.h +0 -0
  8444. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_num_kv_split_switch.h +0 -0
  8445. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_params.h +0 -0
  8446. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_fmha_seqlen_q_switch.h +0 -0
  8447. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_headdim_switch.h +0 -0
  8448. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/ck_tiled_rand_uniform_kernel.h +0 -0
  8449. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/generate_instances.py +0 -0
  8450. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8451. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8452. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8453. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8454. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8455. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8456. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8457. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8458. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8459. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8460. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8461. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8462. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8463. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8464. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8465. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8466. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8467. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8468. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8469. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8470. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8471. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8472. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8473. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8474. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8475. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8476. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8477. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8478. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8479. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8480. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_instances_ref.h +0 -0
  8481. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8482. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8483. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8484. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8485. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8486. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8487. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8488. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8489. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8490. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8491. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8492. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8493. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8494. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8495. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8496. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8497. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8498. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8499. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8500. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8501. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8502. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8503. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8504. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8505. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8506. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8507. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8508. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8509. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8510. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8511. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8512. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8513. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8514. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8515. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8516. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8517. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8518. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8519. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8520. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8521. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8522. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8523. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8524. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8525. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8526. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8527. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8528. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8529. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8530. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8531. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8532. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8533. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8534. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8535. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8536. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8537. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8538. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8539. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8540. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8541. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_instances_ref.h +0 -0
  8542. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8543. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8544. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8545. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8546. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8547. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8548. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8549. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8550. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8551. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8552. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8553. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8554. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8555. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8556. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8557. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8558. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8559. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8560. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8561. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8562. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8563. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8564. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8565. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8566. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8567. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8568. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8569. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8570. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8571. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8572. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8573. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8574. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8575. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8576. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8577. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8578. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8579. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8580. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8581. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8582. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8583. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8584. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8585. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8586. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8587. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8588. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8589. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8590. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8591. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8592. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8593. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8594. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8595. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8596. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_instances_ref.h +0 -0
  8597. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8598. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8599. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8600. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8601. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8602. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8603. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8604. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8605. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8606. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8607. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8608. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8609. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8610. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8611. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8612. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8613. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8614. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8615. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8616. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8617. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8618. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8619. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8620. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_bf16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8621. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8622. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8623. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8624. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8625. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8626. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8627. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8628. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8629. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8630. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8631. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8632. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8633. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8634. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8635. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8636. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8637. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8638. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8639. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8640. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8641. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8642. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8643. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8644. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8645. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_instances_ref.h +0 -0
  8646. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8647. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8648. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8649. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8650. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8651. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8652. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8653. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8654. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8655. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8656. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8657. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8658. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8659. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8660. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8661. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8662. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8663. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8664. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8665. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8666. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8667. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8668. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8669. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_forward_fp16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8670. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8671. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8672. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8673. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8674. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8675. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8676. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8677. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8678. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8679. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8680. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8681. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8682. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8683. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8684. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8685. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8686. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8687. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8688. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8689. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8690. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8691. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8692. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8693. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8694. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_instances_ref.h +0 -0
  8695. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8696. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8697. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8698. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8699. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8700. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8701. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8702. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8703. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8704. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8705. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8706. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8707. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8708. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8709. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8710. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8711. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8712. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8713. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8714. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8715. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8716. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8717. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8718. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_bf16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8719. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8720. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8721. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8722. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8723. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8724. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8725. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8726. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8727. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8728. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8729. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8730. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8731. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8732. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8733. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8734. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8735. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8736. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8737. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8738. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8739. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8740. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8741. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8742. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8743. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_instances_ref.h +0 -0
  8744. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8745. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8746. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8747. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8748. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8749. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8750. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8751. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8752. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8753. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8754. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8755. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8756. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8757. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8758. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8759. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8760. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8761. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8762. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8763. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8764. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8765. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8766. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8767. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_batched_infer_fp16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8768. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8769. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8770. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8771. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8772. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8773. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8774. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8775. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8776. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8777. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8778. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8779. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8780. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8781. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8782. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8783. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8784. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8785. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8786. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8787. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8788. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8789. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8790. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8791. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8792. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8793. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8794. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8795. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8796. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8797. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8798. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_instances_ref.h +0 -0
  8799. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8800. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8801. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8802. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8803. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8804. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8805. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8806. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8807. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8808. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8809. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8810. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8811. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8812. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8813. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8814. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8815. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8816. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8817. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8818. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8819. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8820. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8821. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8822. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8823. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8824. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8825. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8826. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8827. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8828. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_bf16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8829. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8830. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8831. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8832. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8833. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8834. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8835. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8836. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8837. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8838. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8839. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8840. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8841. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8842. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8843. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8844. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8845. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8846. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8847. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8848. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8849. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8850. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8851. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8852. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8853. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8854. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8855. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8856. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8857. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8858. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_has_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8859. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_instances_ref.h +0 -0
  8860. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8861. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8862. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8863. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8864. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8865. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8866. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8867. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8868. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8869. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_has_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8870. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8871. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8872. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8873. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8874. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8875. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8876. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8877. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8878. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8879. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_has_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8880. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_128.cpp +0 -0
  8881. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_256.cpp +0 -0
  8882. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_32.cpp +0 -0
  8883. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_64.cpp +0 -0
  8884. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_has_dropout_maxk_96.cpp +0 -0
  8885. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_128.cpp +0 -0
  8886. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_256.cpp +0 -0
  8887. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_32.cpp +0 -0
  8888. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_64.cpp +0 -0
  8889. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_backward_fp16_no_mask_no_bias_no_biasgrad_no_dropout_maxk_96.cpp +0 -0
  8890. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8891. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8892. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8893. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8894. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8895. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8896. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8897. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8898. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8899. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8900. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8901. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8902. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8903. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8904. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8905. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8906. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8907. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8908. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8909. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8910. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8911. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8912. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8913. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8914. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_instances_ref.h +0 -0
  8915. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8916. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8917. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8918. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8919. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8920. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8921. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8922. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8923. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8924. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8925. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8926. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8927. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8928. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8929. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8930. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8931. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8932. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8933. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8934. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8935. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8936. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8937. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8938. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_bf16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8939. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8940. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8941. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8942. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8943. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8944. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8945. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8946. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8947. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8948. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8949. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8950. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8951. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8952. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8953. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8954. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8955. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8956. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8957. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8958. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8959. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8960. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8961. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8962. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8963. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_instances_ref.h +0 -0
  8964. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8965. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8966. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8967. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8968. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8969. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8970. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8971. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8972. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8973. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8974. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8975. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  8976. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  8977. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  8978. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  8979. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  8980. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  8981. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  8982. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  8983. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  8984. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  8985. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  8986. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  8987. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_forward_fp16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  8988. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  8989. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  8990. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  8991. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  8992. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  8993. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  8994. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  8995. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  8996. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  8997. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  8998. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  8999. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  9000. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  9001. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  9002. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  9003. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  9004. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  9005. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  9006. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  9007. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  9008. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  9009. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  9010. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  9011. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  9012. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_instances_ref.h +0 -0
  9013. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  9014. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  9015. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  9016. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  9017. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  9018. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  9019. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  9020. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  9021. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  9022. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  9023. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  9024. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  9025. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  9026. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  9027. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  9028. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  9029. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  9030. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  9031. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  9032. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  9033. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  9034. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  9035. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  9036. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_bf16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  9037. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  9038. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  9039. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  9040. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  9041. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  9042. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  9043. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  9044. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  9045. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  9046. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  9047. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  9048. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  9049. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  9050. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  9051. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  9052. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  9053. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  9054. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  9055. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  9056. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  9057. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  9058. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  9059. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  9060. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_has_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  9061. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_instances_ref.h +0 -0
  9062. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_128.cpp +0 -0
  9063. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_256.cpp +0 -0
  9064. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_32.cpp +0 -0
  9065. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_512.cpp +0 -0
  9066. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_64.cpp +0 -0
  9067. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_has_dropout_maxk_96.cpp +0 -0
  9068. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_128.cpp +0 -0
  9069. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_256.cpp +0 -0
  9070. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_32.cpp +0 -0
  9071. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_512.cpp +0 -0
  9072. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_64.cpp +0 -0
  9073. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_has_bias_no_dropout_maxk_96.cpp +0 -0
  9074. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_128.cpp +0 -0
  9075. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_256.cpp +0 -0
  9076. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_32.cpp +0 -0
  9077. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_512.cpp +0 -0
  9078. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_64.cpp +0 -0
  9079. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_has_dropout_maxk_96.cpp +0 -0
  9080. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_128.cpp +0 -0
  9081. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_256.cpp +0 -0
  9082. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_32.cpp +0 -0
  9083. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_512.cpp +0 -0
  9084. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_64.cpp +0 -0
  9085. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/attention/hip_fmha/instances/fmha_grouped_infer_fp16_no_mask_no_bias_no_dropout_maxk_96.cpp +0 -0
  9086. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/nvcc_info.cu +0 -0
  9087. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/compute_sparse_tile.h +0 -0
  9088. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/gemm.cu +0 -0
  9089. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/meta_utils.cu +0 -0
  9090. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24.cpp +0 -0
  9091. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_apply.cu +0 -0
  9092. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_apply_dense_output.cu +0 -0
  9093. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_gemm_sm90.cu +0 -0
  9094. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_largest_mask_2d.cu +0 -0
  9095. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_pack.cu +0 -0
  9096. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_pack.h +0 -0
  9097. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparse24_pack_test.cu +0 -0
  9098. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/sparseNM_dense.cu +0 -0
  9099. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/static_sort.h +0 -0
  9100. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/csrc/sparse24/warp_tensor.h +0 -0
  9101. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/flash_attn_3/__init__.py +0 -0
  9102. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/fwbw_overlap.py +0 -0
  9103. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/__init__.py +0 -0
  9104. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/k_index_select_cat.py +0 -0
  9105. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/k_scaled_index_add.py +0 -0
  9106. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/matmul_perf_model.py +0 -0
  9107. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/rmsnorm_kernels.py +0 -0
  9108. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/rope_padded_kernels.py +0 -0
  9109. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/_triton/tiled_matmul_kernels.py +0 -0
  9110. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/common.py +0 -0
  9111. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/__init__.py +0 -0
  9112. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/_triton/__init__.py +0 -0
  9113. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/_triton/splitk_kernels.py +0 -0
  9114. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/attn_bias.py +0 -0
  9115. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/ck.py +0 -0
  9116. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/ck_splitk.py +0 -0
  9117. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/common.py +0 -0
  9118. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/cutlass.py +0 -0
  9119. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/cutlass_blackwell.py +0 -0
  9120. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/dispatch.py +0 -0
  9121. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/flash.py +0 -0
  9122. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/flash3.py +0 -0
  9123. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/merge_training.py +0 -0
  9124. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/torch_attention_compat.py +0 -0
  9125. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/fmha/triton_splitk.py +0 -0
  9126. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/indexing.py +0 -0
  9127. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/rmsnorm.py +0 -0
  9128. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/rope_padded.py +0 -0
  9129. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/seqpar.py +0 -0
  9130. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/sequence_parallel_fused_ops.py +0 -0
  9131. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/sp24.py +0 -0
  9132. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/tiled_matmul.py +0 -0
  9133. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/tree_attention.py +0 -0
  9134. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/ops/unbind.py +0 -0
  9135. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/__init__.py +0 -0
  9136. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/api.py +0 -0
  9137. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/device_limits.py +0 -0
  9138. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/find_slowest.py +0 -0
  9139. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/profile_analyzer.py +0 -0
  9140. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/profiler.py +0 -0
  9141. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/profiler_dcgm.py +0 -0
  9142. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/profiler/profiler_dcgm_impl.py +0 -0
  9143. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/sparse/blocksparse_tensor.py +0 -0
  9144. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/sparse/utils.py +0 -0
  9145. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/test.py +0 -0
  9146. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/triton/__init__.py +0 -0
  9147. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/triton/importing.py +0 -0
  9148. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/triton/vararg_kernel.py +0 -0
  9149. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers/utils.py +0 -0
  9150. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/dependency_links.txt +0 -0
  9151. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/not-zip-safe +0 -0
  9152. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/requires.txt +0 -0
  9153. {xformers-0.0.34.dev1098 → xformers-0.0.34.dev1102}/xformers.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xformers
3
- Version: 0.0.34.dev1098
3
+ Version: 0.0.34.dev1102
4
4
  Summary: XFormers: A collection of composable Transformer building blocks.
5
5
  Home-page: https://facebookresearch.github.io/xformers/
6
6
  Author: Facebook AI Research
@@ -449,8 +449,6 @@ def get_extensions():
449
449
  source_cuda = list(set(source_cuda) - set(source_hip_generated))
450
450
  sources = list(set(sources) - set(source_hip))
451
451
 
452
- sputnik_dir = os.path.join(this_dir, "third_party", "sputnik")
453
-
454
452
  xformers_pt_cutlass_attn = os.getenv("XFORMERS_PT_CUTLASS_ATTN")
455
453
  # By default, we try to link to torch internal CUTLASS attention implementation
456
454
  # and silently switch to local CUTLASS attention build if no compatibility
@@ -519,7 +517,6 @@ def get_extensions():
519
517
  # CUDA 12.5
520
518
  sources.remove(os.path.join(extensions_dir, "swiglu_fairinternal.cu"))
521
519
  include_dirs += [
522
- sputnik_dir,
523
520
  cutlass_dir,
524
521
  cutlass_util_dir,
525
522
  cutlass_examples_dir,
@@ -8,7 +8,6 @@ import functools
8
8
  import pytest
9
9
  import torch
10
10
 
11
- from xformers.components.attention._sputnik_sparse import SparseCS
12
11
  from xformers.components.attention.core import scaled_dot_product_attention
13
12
 
14
13
 
@@ -120,19 +119,3 @@ def test_amp_attention_sparse(device):
120
119
 
121
120
  expected_device = torch.float32
122
121
  assert r.dtype == expected_device
123
-
124
-
125
- @pytest.mark.parametrize("device", _devices)
126
- def test_amp_attention_sparsecs(device):
127
- b, s, d = 8, 64, 32
128
- prob = 0.9
129
-
130
- a = torch.rand(b, s, d, device=device)
131
- m = torch.rand(s, s, device=device) > prob
132
- m = SparseCS(m, device)
133
-
134
- with torch.amp.autocast("cuda"):
135
- r = scaled_dot_product_attention(a, a, a, m)
136
-
137
- expected_device = torch.float32
138
- assert r.dtype == expected_device
@@ -9,7 +9,7 @@ import torch
9
9
  # needed to register custom ops
10
10
  import xformers # noqa: F401
11
11
  from xformers.ops import masked_matmul
12
- from xformers.sparse import BlockSparseTensor, SparseCSRTensor
12
+ from xformers.sparse import BlockSparseTensor
13
13
 
14
14
  from .utils import disable_tf32
15
15
 
@@ -17,7 +17,7 @@ cuda_only = pytest.mark.skipif(not torch.cuda.is_available(), reason="requires C
17
17
  _devices = (
18
18
  ["cpu", "cuda:0"] if torch.cuda.is_available() and torch.version.cuda else ["cpu"]
19
19
  )
20
- _tensor_types = [BlockSparseTensor, SparseCSRTensor]
20
+ _tensor_types = [BlockSparseTensor]
21
21
 
22
22
 
23
23
  def _create_blocksparse_tensor(
@@ -33,31 +33,12 @@ def _create_blocksparse_tensor(
33
33
  return BlockSparseTensor(values, layout)
34
34
 
35
35
 
36
- def _create_csr_tensor(device, dtype, shape, sparsity, divisible_by=4):
37
- matrix = torch.rand(shape, dtype=torch.float32, device=device).to(dtype)
38
- assert matrix.ndim == 3
39
- keep = torch.rand_like(matrix[0], dtype=torch.float32) > sparsity
40
- nonzero = torch.nonzero(keep)
41
- nnz = nonzero.shape[0]
42
- # NOTE: need to make it a multiple of 4 for sputnik
43
- nonzero = nonzero[: (nnz - nnz % divisible_by)]
44
- i, j = nonzero.unbind(1)
45
- output = torch.zeros_like(matrix)
46
- bdim = torch.arange(matrix.shape[0], device=matrix.device)[:, None]
47
- output[bdim, i, j] = matrix[bdim, i, j]
48
- return SparseCSRTensor.from_dense(output)
49
-
50
-
51
36
  def _create_tensor(tensor_type, device, dtype, shape, sparsity):
52
37
  if tensor_type == BlockSparseTensor:
53
38
  block_size = 16
54
39
  return _create_blocksparse_tensor(
55
40
  device=device, dtype=dtype, block_size=block_size
56
41
  )
57
- elif tensor_type == SparseCSRTensor:
58
- return _create_csr_tensor(
59
- device=device, dtype=dtype, shape=shape, sparsity=sparsity
60
- )
61
42
 
62
43
 
63
44
  def _seed():
@@ -83,28 +64,6 @@ def _get_dtype_atol(tensor_type, device: str):
83
64
  return torch.float32, 1e-5
84
65
 
85
66
 
86
- @pytest.mark.parametrize("device", _devices)
87
- @pytest.mark.parametrize("func", [torch.add, torch.mul])
88
- def test_sparse_binary_ops(func, device):
89
- # TODO: add for BlockSparseTensor as well
90
- N, H, W = 8, 64, 64
91
- sparsity = 0.5
92
- shape = (N, H, W)
93
-
94
- a_sparse = _create_tensor(
95
- SparseCSRTensor, device, dtype=torch.float32, shape=shape, sparsity=sparsity
96
- )
97
- a = a_sparse.to_dense()
98
-
99
- b = a
100
- b_sparse = a_sparse
101
-
102
- res = func(a_sparse, b_sparse).to_dense()
103
- res_gt = func(a, b)
104
-
105
- assert torch.allclose(res, res_gt)
106
-
107
-
108
67
  @disable_tf32
109
68
  @pytest.mark.parametrize("tensor_type", _tensor_types)
110
69
  @pytest.mark.parametrize("device", _devices)
@@ -0,0 +1 @@
1
+ 0.0.34.dev1102
@@ -15,7 +15,6 @@ from xformers.utils import (
15
15
  import_all_modules,
16
16
  )
17
17
 
18
- from ._sputnik_sparse import SparseCS
19
18
  from .attention_mask import AttentionMask
20
19
  from .base import Attention, AttentionConfig # noqa
21
20
 
@@ -30,7 +29,6 @@ ATTENTION_CLASS_NAMES: Set[str] = set()
30
29
  # Arbitrary threshold for now,
31
30
  # in between dense and sparse matrix algorithms for the attention mechanism
32
31
  _DENSITY_THRESHOLD = 0.30 # noqa # from the sputnik paper, vs.
33
- _USE_SPUTNIK = True
34
32
 
35
33
 
36
34
  def build_attention(config: Union[Dict[str, Any], AttentionConfig]):
@@ -91,8 +89,6 @@ def maybe_sparsify(matrix) -> Any:
91
89
 
92
90
 
93
91
  def sparsify(matrix):
94
- if _USE_SPUTNIK:
95
- return SparseCS(matrix)
96
92
  return matrix.to_sparse()
97
93
 
98
94
 
@@ -11,12 +11,8 @@ from typing import Optional, Union
11
11
 
12
12
  import torch
13
13
 
14
- from xformers import _has_cpp_library
15
14
  from xformers.components.attention.attention_mask import AttentionMask
16
15
 
17
- if _has_cpp_library:
18
- from ._sputnik_sparse import SparseCS
19
-
20
16
  logger = logging.getLogger("xformers")
21
17
 
22
18
 
@@ -63,30 +59,16 @@ def _broadcast_batch(mask, batch_size):
63
59
  def _matmul_with_mask(
64
60
  a: torch.Tensor,
65
61
  b: torch.Tensor,
66
- mask: Optional[Union[torch.Tensor, "SparseCS"]],
62
+ mask: Optional[torch.Tensor],
67
63
  ) -> torch.Tensor:
68
64
  if mask is None:
69
65
  return a @ b
70
66
 
71
- if _has_cpp_library and mask.dtype == torch.bool:
72
- if isinstance(mask, SparseCS):
73
- return mask.matmul_with_mask(a, b)
74
- if mask.is_sparse:
75
- # perform broadcasting if needed
76
- mask = _broadcast_batch(mask, a.shape[0])
77
-
78
- # coalesced is not implemented for bool tensors, so need to cast
79
- mask = mask.to(dtype=a.dtype) # type: ignore # mypy is missing the catch above
80
-
81
- return torch.ops.xformers.matmul_with_mask(a, b, mask)
82
-
83
67
  # Non optimized codepath
84
- if _has_cpp_library:
85
- assert not isinstance(mask, SparseCS)
86
-
87
68
  att = a @ b
88
69
  if mask.dtype == torch.bool:
89
- assert not isinstance(mask, SparseCS)
70
+ if mask.is_sparse:
71
+ mask = mask.to_dense()
90
72
  if mask.ndim == 2:
91
73
  mask = mask.unsqueeze(0).expand(att.shape[0], -1, -1)
92
74
  # mask is presumed false == ignore
@@ -95,8 +77,7 @@ def _matmul_with_mask(
95
77
  # mask is presumed additive
96
78
  # repeat if batch sizes don't match
97
79
  if (
98
- not isinstance(mask, SparseCS)
99
- and mask.ndim == 3
80
+ mask.ndim == 3
100
81
  and mask.shape[0] != att.shape[0]
101
82
  and (att.shape[0] % mask.shape[0]) == 0
102
83
  ):
@@ -108,57 +89,13 @@ def _matmul_with_mask(
108
89
 
109
90
 
110
91
  def _softmax(a: torch.Tensor, causal: bool = False) -> torch.Tensor:
111
- if _has_cpp_library and isinstance(a, SparseCS):
112
- return a.softmax()
113
-
114
92
  if a.is_sparse:
115
93
  return torch.sparse.softmax(a, dim=a.ndim - 1)
116
94
 
117
95
  return torch.softmax(a, dim=a.ndim - 1)
118
96
 
119
97
 
120
- if _has_cpp_library:
121
-
122
- class SparseBMM(torch.autograd.Function):
123
- @staticmethod
124
- def forward(ctx, a, b):
125
- a = a.coalesce()
126
- r = torch.bmm(a, b)
127
- ctx.save_for_backward(a, b)
128
- return r
129
-
130
- @staticmethod
131
- def backward(ctx, grad):
132
- a, b = ctx.saved_tensors
133
-
134
- # gradients w.r.t. a
135
- ga = None
136
- if ctx.needs_input_grad[0]:
137
- ga = torch.ops.xformers.matmul_with_mask(grad, b.transpose(-2, -1), a)
138
-
139
- # gradients w.r.t. b
140
- gb = None
141
- if ctx.needs_input_grad[1]:
142
- gb = a.transpose(1, 2).bmm(grad)
143
-
144
- return ga, gb
145
-
146
- def _sparse_bmm(a: torch.Tensor, b: torch.Tensor) -> torch.Tensor:
147
- """
148
- Batch matrix multiply between a sparse matrix and a dense matrix
149
- """
150
- assert a.ndim == b.ndim == 3
151
- assert a.shape[0] == b.shape[0]
152
- assert a.shape[2] == b.shape[1]
153
- return SparseBMM.apply(a, b)
154
-
155
-
156
98
  def bmm(a: torch.Tensor, b: torch.Tensor) -> torch.Tensor:
157
- if _has_cpp_library:
158
- if isinstance(a, SparseCS):
159
- return a.spmm(b)
160
- if a.is_sparse:
161
- return _sparse_bmm(a, b)
162
99
  return a @ b
163
100
 
164
101
 
@@ -166,30 +103,6 @@ def _apply_dropout(att, dropout):
166
103
  if dropout is None:
167
104
  return att
168
105
 
169
- # Dropout chokes on sparse tensors
170
- if _has_cpp_library:
171
- if isinstance(att, SparseCS):
172
- values = att.values.clone()
173
- values = dropout(values)
174
- att = SparseCS.wrap(
175
- att.shape,
176
- values,
177
- att.row_indices,
178
- att.row_offsets,
179
- att.column_indices,
180
- att._transp_info,
181
- )
182
- elif att.is_sparse:
183
- att = att.coalesce()
184
- values = att.values().clone() # protect against in-place dropout
185
- values = dropout(values)
186
- att = torch.sparse_coo_tensor(att.indices(), values, att.shape)
187
- else:
188
- # Simple dense case
189
- att = dropout(att)
190
-
191
- return att
192
-
193
106
  # Non optimized vanilla dropout
194
107
  att = dropout(att)
195
108
  return att
@@ -198,7 +111,7 @@ def _apply_dropout(att, dropout):
198
111
  def scaled_query_key_softmax(
199
112
  q: torch.Tensor,
200
113
  k: torch.Tensor,
201
- att_mask: Optional[Union[AttentionMask, "SparseCS", torch.Tensor]],
114
+ att_mask: Optional[Union[AttentionMask, torch.Tensor]],
202
115
  ) -> torch.Tensor:
203
116
  # TODO assume we have (N, S, hs) instead of (B, nh, S, hs), with N = B x nh
204
117
  # this is needed due to limitations in sparse_bmm for now
@@ -209,7 +122,7 @@ def scaled_query_key_softmax(
209
122
  # Matmul with mask
210
123
  if att_mask is not None and isinstance(att_mask, AttentionMask):
211
124
  # Additive mask
212
- mask: Optional[Union[SparseCS, torch.Tensor]] = att_mask.values
125
+ mask: Optional[torch.Tensor] = att_mask.values
213
126
  else:
214
127
  mask = att_mask
215
128
 
@@ -225,14 +138,10 @@ def scaled_dot_product_attention(
225
138
  q: torch.Tensor,
226
139
  k: torch.Tensor,
227
140
  v: torch.Tensor,
228
- att_mask: Optional[Union[AttentionMask, "SparseCS", torch.Tensor]],
141
+ att_mask: Optional[Union[AttentionMask, torch.Tensor]],
229
142
  dropout: Optional[torch.nn.Module] = None,
230
143
  ) -> torch.Tensor:
231
- autocast_disabled = (
232
- _has_cpp_library
233
- and isinstance(att_mask, SparseCS)
234
- or (att_mask is not None and att_mask.is_sparse)
235
- )
144
+ autocast_disabled = att_mask is not None and att_mask.is_sparse
236
145
  with torch.amp.autocast("cuda", enabled=False) if autocast_disabled else nullcontext(): # type: ignore
237
146
  if autocast_disabled:
238
147
  q, k, v = q.float(), k.float(), v.float()
@@ -83,6 +83,7 @@ struct MetadataCuSparseLtSm80 {
83
83
  // TODO: Cast metadata to Short
84
84
  static_assert(kBytesPerScalar == 2, "or modify the last dim below");
85
85
  metadata = metadata.view({rows / 128, cols / 32, 256});
86
+ storage = storage.view({rows, -1});
86
87
  return std::make_tuple(storage, packed, metadata);
87
88
  }
88
89
  MetadataCuSparseLtSm80(
@@ -8,7 +8,7 @@ from typing import Dict
8
8
 
9
9
  import torch
10
10
 
11
- from . import __version__, _cpp_lib, _is_opensource, _is_triton_available, ops
11
+ from . import __version__, _cpp_lib, _is_opensource, _is_triton_available
12
12
  from .ops.common import OPERATORS_REGISTRY
13
13
  from .profiler.profiler_dcgm import DCGM_PROFILER_AVAILABLE
14
14
 
@@ -18,8 +18,6 @@ def get_features_status() -> Dict[str, str]:
18
18
  for op in OPERATORS_REGISTRY:
19
19
  status_str = "available" if op.is_available() else "unavailable"
20
20
  features[f"{op.OPERATOR_CATEGORY}.{op.NAME}"] = status_str
21
- for k, v in ops.swiglu_op._info().items():
22
- features[f"swiglu.{k}"] = v
23
21
  features["is_triton_available"] = str(_is_triton_available())
24
22
  return features
25
23
 
@@ -33,15 +33,7 @@ from .sequence_parallel_fused_ops import (
33
33
  fused_linear_and_reducescatter,
34
34
  )
35
35
  from .sp24 import Sparse24Tensor, sparsify24, sparsify24_like
36
- from .swiglu_op import (
37
- SwiGLU,
38
- swiglu,
39
- SwiGLUEagerOp,
40
- SwiGLUFusedOp,
41
- SwiGLUOp,
42
- SwiGLUOpDispatch,
43
- SwiGLUPackedFusedOp,
44
- )
36
+ from .swiglu_op import SwiGLU, swiglu, SwiGLUEagerOp, SwiGLUOp, SwiGLUOpDispatch
45
37
  from .tiled_matmul import tiled_matmul
46
38
  from .unbind import get_stack_strides, stack_or_none, unbind
47
39
 
@@ -108,10 +100,8 @@ __all__ = [
108
100
  # swiglu_op
109
101
  "SwiGLU",
110
102
  "SwiGLUEagerOp",
111
- "SwiGLUFusedOp",
112
103
  "SwiGLUOp",
113
104
  "SwiGLUOpDispatch",
114
- "SwiGLUPackedFusedOp",
115
105
  "swiglu",
116
106
  # tiled_matmul
117
107
  "tiled_matmul",
@@ -97,8 +97,10 @@ class _CopyToModelParallelRegion(torch.autograd.Function):
97
97
 
98
98
 
99
99
  def copy_to_model_parallel_region(
100
- x: torch.Tensor, process_group: torch.distributed.ProcessGroup
100
+ x: torch.Tensor, process_group: Optional[torch.distributed.ProcessGroup]
101
101
  ) -> torch.Tensor:
102
+ if process_group is None:
103
+ return x
102
104
  return _CopyToModelParallelRegion.apply(x, process_group)
103
105
 
104
106
 
@@ -119,8 +121,10 @@ class _ReduceFromModelParallelRegion(torch.autograd.Function):
119
121
 
120
122
 
121
123
  def reduce_from_model_parallel_region(
122
- x: torch.Tensor, process_group: torch.distributed.ProcessGroup
124
+ x: torch.Tensor, process_group: Optional[torch.distributed.ProcessGroup]
123
125
  ) -> torch.Tensor:
126
+ if process_group is None:
127
+ return x
124
128
  return _ReduceFromModelParallelRegion.apply(x, process_group)
125
129
 
126
130
 
@@ -145,8 +149,10 @@ class _GatherFromSequenceParallelRegion(torch.autograd.Function):
145
149
 
146
150
 
147
151
  def gather_from_sequence_parallel_region(
148
- x: torch.Tensor, process_group: torch.distributed.ProcessGroup
152
+ x: torch.Tensor, process_group: Optional[torch.distributed.ProcessGroup]
149
153
  ) -> torch.Tensor:
154
+ if process_group is None:
155
+ return x
150
156
  return _GatherFromSequenceParallelRegion.apply(x, process_group)
151
157
 
152
158
 
@@ -169,6 +175,8 @@ class _ScatterToSequenceParallelRegion(torch.autograd.Function):
169
175
 
170
176
 
171
177
  def scatter_to_sequence_parallel_region(
172
- x: torch.Tensor, process_group: torch.distributed.ProcessGroup
178
+ x: torch.Tensor, process_group: Optional[torch.distributed.ProcessGroup]
173
179
  ) -> torch.Tensor:
180
+ if process_group is None:
181
+ return x
174
182
  return _ScatterToSequenceParallelRegion.apply(x, process_group)
@@ -3,7 +3,7 @@
3
3
  # This source code is licensed under the BSD license found in the
4
4
  # LICENSE file in the root directory of this source tree.
5
5
 
6
- from typing import Callable, List
6
+ from typing import Callable, List, Optional
7
7
 
8
8
  import torch
9
9
  import torch.distributed
@@ -18,15 +18,15 @@ from .seqpar import sequence_parallel_leading_matmul, sequence_parallel_trailing
18
18
  def _init_2d_weight(
19
19
  weight: torch.Tensor,
20
20
  init_method: Callable[[torch.Tensor], torch.Tensor],
21
- process_group: torch.distributed.ProcessGroup,
21
+ process_group: Optional[torch.distributed.ProcessGroup],
22
22
  partition_dim: int,
23
23
  ) -> None:
24
24
  # Mimick FairScale's _initialize_affine_weight, for backwards compatibility.
25
25
  # The reason we initialize the full unpartitioned/gathered weight is so that
26
26
  # different ranks get different initial values and thus "break the symmetry"
27
27
  # and in order to achieve the same init for any value of model parallelism.
28
- rank = process_group.rank()
29
- world_size = process_group.size()
28
+ rank = process_group.rank() if process_group is not None else 0
29
+ world_size = process_group.size() if process_group is not None else 1
30
30
 
31
31
  nrows, ncols = weight.shape
32
32
  if partition_dim == 0:
@@ -4,51 +4,14 @@
4
4
  # LICENSE file in the root directory of this source tree.
5
5
 
6
6
  from dataclasses import dataclass
7
- from typing import Dict, Optional, Sequence, Tuple, Union
7
+ from typing import Optional, Tuple, Union
8
8
 
9
9
  import torch
10
10
  import torch.nn.functional as F
11
11
  from torch import nn
12
- from torch.amp import custom_bwd, custom_fwd
13
12
 
14
- from .common import BaseOperator, get_xformers_operator, register_operator
15
13
  from .unbind import stack_or_none, unbind
16
14
 
17
- if torch.version.hip:
18
-
19
- @torch.library.register_kernel("xformers::dual_gemm_silu_identity_mul", "cuda") # type: ignore
20
- def dual_gemm_silu_identity_mul_cuda(
21
- x: torch.Tensor,
22
- w1: torch.Tensor,
23
- b1: Optional[torch.Tensor],
24
- w2: torch.Tensor,
25
- b2: Optional[torch.Tensor],
26
- ) -> Tuple[torch.Tensor, torch.Tensor, torch.Tensor]:
27
- x1 = x @ w1.T
28
- if b1 is not None:
29
- x1 += b1
30
-
31
- x2 = x @ w2.T
32
- if b2 is not None:
33
- x2 += b2
34
-
35
- x4 = F.silu(x1) * x2
36
- return x1, x2, x4
37
-
38
-
39
- @register_operator
40
- class DualGemmSiluOp(BaseOperator):
41
- OPERATOR = get_xformers_operator("dual_gemm_silu_identity_mul")
42
- OPERATOR_CATEGORY = "swiglu"
43
- NAME = "dual_gemm_silu"
44
-
45
-
46
- @register_operator
47
- class GemmFusedSumOp(BaseOperator):
48
- OPERATOR = get_xformers_operator("gemm_fused_operand_sum")
49
- OPERATOR_CATEGORY = "swiglu"
50
- NAME = "gemm_fused_operand_sum"
51
-
52
15
 
53
16
  class _SwiGLUDecomposedFunc(torch.autograd.Function):
54
17
  """
@@ -106,68 +69,6 @@ class _SwiGLUDecomposedFunc(torch.autograd.Function):
106
69
  return (dx, dw1, db1, dw2, db2, dw3, db3)
107
70
 
108
71
 
109
- class _SwiGLUFusedFunc(torch.autograd.Function):
110
- NAME = "fused.py"
111
-
112
- @classmethod
113
- @custom_fwd(device_type="cuda")
114
- def forward(cls, ctx, x, w1, b1, w2, b2, w3, b3):
115
- x1, x2, x4 = DualGemmSiluOp.OPERATOR(x, w1, b1, w2, b2)
116
-
117
- x5 = F.linear(x4, w3, b3)
118
- ctx.save_for_backward(x, w1, w2, w3, x1, x2)
119
- ctx.bias = [b1 is not None, b2 is not None, b3 is not None]
120
- return x5
121
-
122
- @staticmethod
123
- def _linear_bw(
124
- dy: torch.Tensor, x: torch.Tensor, bias: bool
125
- ) -> Tuple[torch.Tensor, Optional[torch.Tensor]]:
126
- if not bias:
127
- return (dy.transpose(-2, -1) @ x), None
128
- dw, db = GemmFusedSumOp.OPERATOR(dy.transpose(-2, -1), x)
129
- return dw, db
130
-
131
- @classmethod
132
- @custom_bwd(device_type="cuda")
133
- def backward(cls, ctx, dx5):
134
- x, w1, w2, w3, x1, x2 = ctx.saved_tensors
135
- w1w2 = stack_or_none([w1, w2], dim=0)
136
-
137
- dx4 = dx5 @ w3 # 255us (nn)
138
- dx1dx2, x4 = torch.ops.xformers.silu_bw_fused(x1, x2, dx4)
139
- dx1, dx2 = dx1dx2.unbind(1)
140
- del x1, x2, dx4
141
-
142
- dw3, db3 = cls._linear_bw(dx5, x4, bias=ctx.bias[2])
143
- del x4, dx5
144
- if w1w2 is not None:
145
- assert dx1dx2.is_contiguous()
146
- assert w1w2.is_contiguous()
147
- w1w2 = w1w2.view([w1.shape[0] * 2, w1.shape[1]])
148
- dx = dx1dx2.view([dx1.shape[0], 2 * dx1.shape[1]]) @ w1w2
149
-
150
- # backward of linear1 + linear2 - packed
151
- dw1dw2 = dx1dx2.view([dx1.shape[0], 2 * dx1.shape[1]]).transpose(-2, -1) @ x
152
- dw1dw2, db1db2 = cls._linear_bw(
153
- dx1dx2.view([dx1.shape[0], 2 * dx1.shape[1]]), x, bias=ctx.bias[0]
154
- )
155
- dw1, dw2 = dw1dw2.view([2, *w1.shape]).unbind(0)
156
- if ctx.bias[0]:
157
- db1db2 = db1db2.view([2, dx1.shape[1]])
158
- db1, db2 = torch.unbind(db1db2, dim=0)
159
- else:
160
- db1 = db2 = None
161
- else:
162
- dx = dx2 @ w2 # 260us (nn)
163
- torch.addmm(
164
- dx, dx1, w1.to(dx1.dtype), beta=1, alpha=1, out=dx
165
- ) # dx += dx1 @ w1
166
- dw2, db2 = cls._linear_bw(dx2, x, bias=ctx.bias[1])
167
- dw1, db1 = cls._linear_bw(dx1, x, bias=ctx.bias[0])
168
- return (dx, dw1, db1, dw2, db2, dw3, db3)
169
-
170
-
171
72
  class SwiGLUOp:
172
73
  """Base class for any swiglu operator in :attr:`xformers.ops.swiglu`"""
173
74
 
@@ -241,13 +142,6 @@ class SwiGLUOpDispatch:
241
142
  Returns:
242
143
  SwiGLUOp: The best operator for the configuration
243
144
  """
244
- priorities: Sequence[SwiGLUOp] = [
245
- SwiGLUPackedFusedOp,
246
- SwiGLUFusedOp,
247
- ]
248
- for op in priorities:
249
- if op.supports(self):
250
- return op
251
145
  return SwiGLUEagerOp
252
146
 
253
147
  @staticmethod
@@ -273,18 +167,6 @@ class SwiGLUOpDispatch:
273
167
  )
274
168
 
275
169
 
276
- def _only_sm80(op: SwiGLUOpDispatch) -> bool:
277
- device_type = op.device if isinstance(op.device, str) else op.device.type
278
- return device_type == "cuda" and torch.cuda.get_device_capability(op.device)[0] >= 8
279
-
280
-
281
- def _only_half_or_autocast(op: SwiGLUOpDispatch) -> bool:
282
- HALF_DTYPES = [torch.half, torch.bfloat16]
283
- return op.dtype in HALF_DTYPES or (
284
- op.dtype_autocast_gpu is not None and op.dtype_autocast_gpu in HALF_DTYPES
285
- )
286
-
287
-
288
170
  def _bias_enabled(op: SwiGLUOpDispatch) -> bool:
289
171
  return op.bias_enabled
290
172
 
@@ -292,15 +174,6 @@ def _bias_enabled(op: SwiGLUOpDispatch) -> bool:
292
174
  _SwiGLUDecomposedOp = _ForwardToPythonAutogradFunc(
293
175
  _SwiGLUDecomposedFunc, False, "decomposed", constraints=[_bias_enabled]
294
176
  )
295
- SwiGLUFusedOp = _ForwardToPythonAutogradFunc(
296
- _SwiGLUFusedFunc, False, "fused", constraints=[_only_sm80, _only_half_or_autocast]
297
- )
298
- SwiGLUPackedFusedOp = _ForwardToFunc(
299
- get_xformers_operator("swiglu_packedw"),
300
- True,
301
- "fused.p.cpp",
302
- constraints=[_only_sm80, _only_half_or_autocast],
303
- )
304
177
  SwiGLUEagerOp = _ForwardToFunc(
305
178
  _eager_functional_swiglu,
306
179
  False,
@@ -309,10 +182,6 @@ SwiGLUEagerOp = _ForwardToFunc(
309
182
  )
310
183
 
311
184
 
312
- def _info() -> Dict[str, str]:
313
- return {op.NAME: op.info() for op in [SwiGLUPackedFusedOp]}
314
-
315
-
316
185
  def swiglu(
317
186
  x: torch.Tensor,
318
187
  w1: torch.Tensor,
@@ -4,4 +4,3 @@
4
4
  # LICENSE file in the root directory of this source tree.
5
5
 
6
6
  from .blocksparse_tensor import BlockSparseTensor # noqa: F401
7
- from .csr_tensor import SparseCSRTensor # noqa: F401
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xformers
3
- Version: 0.0.34.dev1098
3
+ Version: 0.0.34.dev1102
4
4
  Summary: XFormers: A collection of composable Transformer building blocks.
5
5
  Home-page: https://facebookresearch.github.io/xformers/
6
6
  Author: Facebook AI Research