We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rope.py
1 parent 19dbae5 commit fdbbe6eCopy full SHA for fdbbe6e
1 file changed
rope.py
@@ -38,7 +38,7 @@ def application(tensor, sin_table, cos_table):
38
tensor[1] = tensor_0 * sin_table + tensor_1 * cos_table
39
40
41
-tensors = tuple(Tensor(4, constexpr_shape=True) for _ in range(3))
+tensors = tuple(Tensor(4, shape_options={"constexpr": True}) for _ in range(3))
42
rope_kernel = ninetoothed.make(arrangement, application, tensors)
43
44
0 commit comments