Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 10, 2024
1 parent 6afeccf commit 46677e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submodules/flash-attention
Submodule flash-attention updated 112 files
2 changes: 1 addition & 1 deletion submodules/xformers
Submodule xformers updated 43 files
+2 −2 .github/actions/setup-build-cuda/action.yml
+0 −0 .github/compute_wheel_version.py
+0 −154 .github/workflows/conda.yml
+5 −0 .github/workflows/gpu_test_gh.yml
+2 −2 .github/workflows/rocm_build.yml
+4 −4 .github/workflows/wheels.yml
+1 −1 .github/workflows/wheels_build.yml
+1 −1 .github/workflows/wheels_upload_pip.yml
+8 −1 .github/workflows/win-build.yml
+7 −0 CHANGELOG.md
+3 −14 README.md
+1 −1 docs/source/xformers_mingpt.ipynb
+0 −184 examples/cifar_MetaFormer.py
+0 −242 examples/cifar_ViT.py
+0 −182 packaging/build_conda.py
+0 −44 packaging/xformers/meta.yaml
+0 −3 requirements-test.txt
+0 −90 tests/test_feedforward.py
+0 −19 tests/test_hydra_helper.py
+0 −59 tests/test_pickling.py
+0 −224 tests/test_reversible.py
+0 −13 xformers/benchmarks/benchmark_tiled_matmul.py
+20 −12 xformers/csrc/swiglu/cuda/dual_gemm_silu_identity_mul.cu
+108 −0 xformers/csrc/swiglu/cuda/epilogue_lhs_activation_and_mul.h
+6 −12 xformers/csrc/swiglu/swiglu_packedw.cpp
+0 −1 xformers/factory/README.md
+0 −11 xformers/factory/__init__.py
+0 −237 xformers/factory/block_configs.py
+0 −358 xformers/factory/block_factory.py
+0 −36 xformers/factory/hydra_helper.py
+0 −313 xformers/factory/model_factory.py
+0 −293 xformers/factory/weight_init.py
+0 −7 xformers/helpers/__init__.py
+0 −124 xformers/helpers/hierarchical_configs.py
+0 −32 xformers/helpers/test_utils.py
+0 −55 xformers/helpers/timm_sparse_attention.py
+1 −0 xformers/ops/__init__.py
+250 −0 xformers/ops/_triton/matmul_perf_model.py
+1 −1 xformers/ops/_triton/rope_padded_kernels.py
+5 −1 xformers/ops/_triton/tiled_matmul_kernels.py
+3 −3 xformers/ops/fmha/__init__.py
+1 −1 xformers/ops/fmha/_triton/splitk_kernels.py
+68 −91 xformers/profiler/find_slowest.py

0 comments on commit 46677e5

Please sign in to comment.