Skip to content

Commit

Permalink
[Dlight] Scheduling Low batch GEMM using GEMV-like rule (#16579)
Browse files Browse the repository at this point in the history
* low batch

* fix

* fix lint

* do dequantize only once

* change default

* add test

* fix lint

* fix lint
  • Loading branch information
jinhongyii authored Feb 21, 2024
1 parent bd79374 commit ff0b99c
Show file tree
Hide file tree
Showing 5 changed files with 876 additions and 3 deletions.
1 change: 1 addition & 0 deletions python/tvm/dlight/gpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
For CUDA/ROCm/Vulkan/Metal-specific rules, use `tvm.dlight.cuda/rocm/vulkan/metal` instead
"""
from .gemv import GEMV
from .low_batch_gemv import LowBatchGEMV
from .fallback import Fallback
from .matmul import Matmul
from .reduction import Reduction
Expand Down
Loading

0 comments on commit ff0b99c

Please sign in to comment.