You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""If True, forces all temporaries in stencils to have type annotations."""
66
+
67
+
45
68
@enum.unique
46
69
classAccessKind(enum.IntFlag):
47
70
NONE=0
@@ -123,6 +146,8 @@ class BuildOptions(AttributeClassLike):
123
146
"Literal precision for `int` types and casts. Defaults to architecture precision unless overwritten by the environment variable `GT4PY_LITERAL_INT_PRECISION`."
"Literal precision for `float` types and casts. Defaults to architecture precision unless overwritten by the environment variable `GT4PY_LITERAL_FLOAT_PRECISION`."
"If True, enforce all temporaries to have type annotations. Defaults to False unless overwritten by the environment variable `GT4PY_FORCE_ANNOTATED_TEMPORARIES`."
0 commit comments