We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ce019 commit 3ce4742Copy full SHA for 3ce4742
test/kernels/rms_norm.py
@@ -6,7 +6,7 @@
6
import numpy as np
7
8
9
-@ct.kernel
+@ct.kernel(occupancy=ct.ByTarget(sm_100=16))
10
def rms_norm_kernel(
11
x,
12
w,
0 commit comments