This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit da9695a
authored
[Dev] Fix GEMV Dynamic Scheduling with Splitk (#52)
* improve e4m3 decoding.
* append fp16xint1
* Update submodule commit reference
* chore: Update shared memory scope for float32 output dtype
* BUGFIX: UINT8/INT8 Decoding
* feat: Add rasterization options for roller module
* Refactor tensorcore_legalization method to optimize tensor core usage
* feat: Add function to collect variables from expression, improve for splitk
* chore: Update typing import in __init__.py
* chore: Refactor CPU execution of operators
* Refactor matmul implementation for splitk layout
* Refactor matmul implementation for splitk layout
* Refactor matmul implementation for splitk layout
* chore: Update version to 0.0.1.dev8
* chore: Enable debug output in bitblas.set_debug_level()
* Refactor Linear module matmul implementation for splitk layout
* Refactor matmul implementation for splitk layout
* Refactor CUDA kernel launch string for dynamic symbolic set
* Bumpt version to v0.0.1.dev9
* Refactor CUDA kernel launch string for dynamic symbolic set
* Bump version to v0.0.1.dev10
---------
Co-authored-by: LeiWang199 <leiwang199>1 parent b78dcfe commit da9695a
File tree
4 files changed
+17
-3
lines changed- python/bitblas
- gpu
4 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
| 778 | + | |
| 779 | + | |
779 | 780 | | |
780 | 781 | | |
781 | 782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
274 | 279 | | |
275 | 280 | | |
276 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
277 | 290 | | |
278 | 291 | | |
279 | 292 | | |
| |||
0 commit comments