Skip to content

Commit 3ce4742

Browse files
committed
Add occupancy hint to rms_norm
Signed-off-by: Jay Gu <[email protected]>
1 parent 29ce019 commit 3ce4742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kernels/rms_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numpy as np
77

88

9-
@ct.kernel
9+
@ct.kernel(occupancy=ct.ByTarget(sm_100=16))
1010
def rms_norm_kernel(
1111
x,
1212
w,

0 commit comments

Comments
 (0)