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.
1 parent fcfb3ed commit a1573c6Copy full SHA for a1573c6
ocannl_config.example
@@ -111,7 +111,8 @@ inline_simple_computations=true
111
# If true, virtualize_max_visits only counts accesses that are not used for assignment of
112
# the same cell (typically accumulation). Otherwise, all accesses are counted, so computations
113
# that reduce an axis will rarely be inlined.
114
-inline_complex_computations=true
+# FIXME(#351): avoid excessive inlining while CSE is not implemented
115
+inline_complex_computations=false
116
117
# The random number library. Options: `stdlib` -- `Base.Random`;
118
# `for_tests` -- simplistic randomness with 32 bit seed, focused on reproducibility.
0 commit comments