Skip to content

Commit a1573c6

Browse files
committed
inline_complex_computations=false for now (got accidentally committed already)
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent fcfb3ed commit a1573c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocannl_config.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ inline_simple_computations=true
111111
# If true, virtualize_max_visits only counts accesses that are not used for assignment of
112112
# the same cell (typically accumulation). Otherwise, all accesses are counted, so computations
113113
# that reduce an axis will rarely be inlined.
114-
inline_complex_computations=true
114+
# FIXME(#351): avoid excessive inlining while CSE is not implemented
115+
inline_complex_computations=false
115116

116117
# The random number library. Options: `stdlib` -- `Base.Random`;
117118
# `for_tests` -- simplistic randomness with 32 bit seed, focused on reproducibility.

0 commit comments

Comments
 (0)