Skip to content

Commit 171b15b

Browse files
authored
fix layernorm import (Dao-AILab#92)
1 parent 55571a2 commit 171b15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmark_layernorm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import cutlass
99
import cutlass.torch as cutlass_torch
1010
from cutlass.cute.runtime import from_dlpack
11-
from quack.layernorm import layernorm, layernorm_ref, rstd_ref, mean_ref
11+
from quack.rmsnorm import layernorm_fwd as layernorm, layernorm_ref
1212
import cutlass.cute as cute
1313

1414
try:

0 commit comments

Comments
 (0)