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
Copy file name to clipboardExpand all lines: arrayjit/lib/lowering_and_inlining.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The optimization behavior is controlled by `virtualize_settings`:
117
117
-`max_tracing_dim`: Maximum dimension size for loop unrolling during analysis
118
118
-`enable_device_only`: Whether to prefer device-only storage when possible
119
119
-`inline_scalar_constexprs`: Whether to inline scalar constant expressions regardless of accesses
120
-
-`inline_simple_computations`: Currently, whether to inline computations built from index embeddings and scalar constant expressions, regardless of accesses
120
+
-`inline_simple_computations`: Currently, whether to inline computations built from either single getters, or index embeddings and scalar constant expressions, regardless of accesses
0 commit comments