• Ricardo Vieira's avatar
    Do not manually include fast_run in test_shape_i_* · c111364f
    Ricardo Vieira 提交于
    It doesn't make sense to include `fast_run` if `fast_compile` mode is being used. Some rewrites such as the FusionOptimizer are not compatible with `fast_compile` mode which prevents the creation of C thunks. The FusionOptimizer has no way of knowing this is the case, and assumes it is safe to return Composites with more than 32 operands, even though that's not the case with the Python perform method.
    c111364f
test_subtensor.py 89.3 KB