This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit 9bdcbf8
authored
[Dev] Fix a correctness issue when block reduce is applied with pipeline stage (#94)
* Refactor BatchMatMulEmitter and BatchMatMulSelector for improved readability and maintainability
* Refactor import statements for improved readability and maintainability
* Refactor import statements for improved readability and maintainability
* disable failure email for ci
* remove email notifications.
* move relax pass from testing to mlc_llm
* Refactor scripts with se check_eual_ref_scripts_with_emitter function
* Lint Fix
* Refactor scripts with se check_eual_ref_scripts_with_emitter function
* bug fix in test
* lint fix.
* test cuda i4 kernel
* Refactor copyright notice in i4matmul.hpp
* Refactor BitBLASLinear test module for improved readability and maintainability
* refactor test as version below python 3.9 cannot handle int32 overflow.
* format lint for test
* Refactor test_int4b_fp16_convert.py for improved readability and maintainability
* remove unused design file
* move tile device from package to base
* dummy impl for codegen
* Refactor file structure for ladder_permutate module
* Refactor backend class and fix typos in comments
* Deep refactor Lib related code.
* remove ci pull.
* LintFix
* refactor builder for whl build
* Refactor TIRWrapper.wrap() method to include an assertion for the optimized module
* Refactor lib_generator to set library and source paths
* lint fix
* BitNet vllm integration
* chore: update codespell to version 2.3.0
* Lintfix
* Bump version to 0.0.1.dev13
* lint fix
* disable fast decoding [u]int4xint8 by default.
* optimize from dict design in Hint
* Implement SplitK
* bitnet benchmark generation.
* Add benchmark script for BitNet integration
* AtomicAdd Support
* LintFix
* ci fix when 3rdparty tvm is initialized.
* bug fix for setup
* fix a bug in block reduce
* typo fix
* BUG Fix for block reduce.
* Lint fix
* Refactor block reduce schedule template1 parent 853522d commit 9bdcbf8
2 files changed
Lines changed: 23 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
123 | | - | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
318 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
319 | 325 | | |
320 | 326 | | |
321 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1986 | 1986 | | |
1987 | 1987 | | |
1988 | 1988 | | |
1989 | | - | |
| 1989 | + | |
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
| |||
1998 | 1998 | | |
1999 | 1999 | | |
2000 | 2000 | | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
2001 | 2005 | | |
2002 | 2006 | | |
2003 | 2007 | | |
| |||
0 commit comments