wrong number of dimensions
This commit is contained in:
parent
bf7b5b06a1
commit
eaf3f932e0
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def _DWf_DW_dfg_kernel(
|
|||
|
||||
|
||||
def swiglu_DWf_DW_dfg_kernel(DW, e, g):
|
||||
batch_seq_len, hd = e.shape
|
||||
batch, seq_len, hd = e.shape
|
||||
n_elements = e.numel()
|
||||
grid = lambda meta: (triton.cdiv(n_elements, meta["BLOCK_SIZE"]),)
|
||||
with torch_gpu_device(e.device):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue