-
Notifications
You must be signed in to change notification settings - Fork 859
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule flashinfer
updated
13 files
+1 −0 | .gitignore | |
+0 −14 | aot_build_utils/generate.py | |
+12 −0 | aot_build_utils/generate_batch_paged_decode_inst.py | |
+12 −0 | aot_build_utils/generate_dispatch_inc.py | |
+13 −0 | aot_build_utils/generate_single_decode_inst.py | |
+0 −66 | csrc/aot_default_additional_params.h | |
+3 −0 | csrc/aot_extension_utils.h | |
+17 −15 | csrc/batch_prefill_sm90_config.inc | |
+3 −3 | csrc/flashinfer_ops.cu | |
+7 −7 | csrc/flashinfer_ops_sm90.cu | |
+16 −14 | csrc/single_prefill_sm90_config.inc | |
+1 −1 | flashinfer/jit/attention.py | |
+33 −5 | setup.py |