Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
fast_run
from mode in test_shape_i_const
`fast_run` includes the fusion optimization, but that should not be called with a `fast_compile` mode because that prevents the creation of `c_thunks`, even when a `C` compiler is available. This forces the use of Python perform method which is limited to 32 operands, when the Fusion Optimizer assumed that the C limit (1024 operands) was in place. In this test, one of the fused Composite surpasses that limit.
- Loading branch information