Commit 8af42af
File tree
291 files changed
+12708
-2397
lines changed- 3rdparty
- mscclpp/include
- tensorrt_llm
- ci/jenkins
- cmake
- modules
- contrib
- docker
- install
- docs/how_to/profile
- include/tvm
- arith
- ir
- relax
- relay
- runtime
- disco
- memory
- script/ir_builder/tir
- tir
- licenses
- python/tvm
- _ffi
- arith
- auto_scheduler
- contrib
- cutlass
- relay_viz
- dlight
- base
- gpu
- driver
- ir
- meta_schedule
- relax
- analysis
- backend/contrib
- frontend
- nn
- op
- builtin
- training
- transform
- legalize_ops
- relay
- backend/contrib/ethosu
- frontend
- op/contrib
- quantize
- testing
- runtime/disco
- script
- ir_builder
- ir
- relax
- parser
- core
- ir
- relax
- tir
- target
- testing
- tir
- analysis
- schedule
- topi/arm_cpu
- src
- arith
- driver
- node
- relax
- analysis
- backend/vm
- ir
- op
- tensor
- transform
- relay
- analysis
- backend/vm
- ir
- transforms
- runtime
- contrib
- cutlass
- mscclpp
- papi
- disco
- cuda_ipc
- nccl
- memory
- opencl
- relax_vm
- cuda
- hexagon
- vm
- script/ir_builder
- ir
- relax
- tir
- support
- target
- llvm
- parsers
- source
- literal
- tir
- analysis
- contrib/ethosu
- ir
- schedule/primitive
- transforms
- tests
- cpp-runtime/opencl
- cpp
- runtime/memory
- target/parsers
- python
- arith
- codegen
- contrib
- test_ethosu
- test_hexagon
- test_msc
- disco
- dlight
- frontend
- pytorch
- tensorflow
- integration
- meta_schedule
- micro
- relax
- distributed
- relay
- aot
- strategy
- target
- tir-analysis
- tir-base
- tir-schedule
- tir-transform
- tir-usmp
- topi
- tvmscript
- web/emcc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
291 files changed
+12708
-2397
lines changedSubmodule cutlass updated 1843 files
Submodule flashinfer updated 47 files
- .github/workflows/release_wheel.yml+25-2
- .gitignore+4
- CMakeLists.txt+223-10
- docs/conf.py+2-2
- include/flashinfer.cuh-24
- include/flashinfer/attention/decode.cuh+78-372
- include/flashinfer/attention/handler.cuh+246-13
- include/flashinfer/attention/prefill.cuh+5-203
- include/flashinfer/attention_impl.cuh+3-5
- include/flashinfer/decode_attention_decl.cuh+236
- include/flashinfer/layout.cuh+11
- include/flashinfer/mma.cuh+159-5
- include/flashinfer/prefill_attention_decl.cuh+83-81
- include/flashinfer/utils.cuh+14-16
- python/MANIFEST.in+7
- python/csrc/batch_decode.cu+148-96
- python/csrc/batch_prefill.cu+58-54
- python/csrc/cascade.cu+1-1
- python/csrc/flashinfer_decl.h-82
- python/csrc/flashinfer_ops.h+4-4
- python/csrc/page.cu+1-1
- python/csrc/pytorch_extension_utils.h+90-43
- python/csrc/single_decode.cu+44-23
- python/csrc/single_prefill.cu+26-25
- python/generate_batch_padded_decode_inst.py+69
- python/generate_batch_paged_decode_inst.py+69
- python/generate_batch_paged_prefill_inst.py+95
- python/generate_batch_ragged_prefill_inst.py+86
- python/generate_dispatch_inc.py+139
- python/generate_single_decode_inst.py+60
- python/generate_single_prefill_inst.py+69
- python/literal_map.py+45
- python/setup.py+255-88
- python/tests/test_batch_prefill_kernels.py+1-1
- python/tests/test_shared_prefix_kernels.py+2-2
- scripts/formatter.sh+3-2
- scripts/run-ci-build-wheel.sh+1-1
- src/bench_batch_decode.cu+2-1
- src/bench_cascade.cu+2-1
- src/bench_single_decode.cu+2-2
- src/bench_single_prefill.cu+1-1
- src/test_batch_decode.cu+1-5
- src/test_batch_prefill.cu+187-49
- src/test_cascade.cu+2-1
- src/test_single_decode.cu+1-5
- src/test_single_prefill.cu+1-1
- src/tvm_wrapper.cu+57-130
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
0 commit comments