mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-14 21:51:57 +00:00
[inference] add reference and fix some bugs (#4937)
* add reference and fix some bugs * update gptq init --------- Co-authored-by: Xu Kai <xukai16@foxamil.com>
This commit is contained in:
@@ -267,6 +267,7 @@ def cai_gptq_matmul_248_kernel(
|
||||
tl.store(c_ptrs, accumulator, mask=c_mask)
|
||||
|
||||
|
||||
# Adapted from AutoGPTQ auto_gptq: https://github.com/PanQiWei/AutoGPTQ
|
||||
@autotune(
|
||||
configs=[
|
||||
triton.Config(
|
||||
|
Reference in New Issue
Block a user