Right now, if the performance estimation after the splitting heuristic is applied fails, a slothy.core.core.SlothyException: No solution found exception is raised and not handled. Therefore, all the optimization process is gone.
I think there should be a warning in the output but still, the optimized code should be written.
Right now, if the performance estimation after the splitting heuristic is applied fails, a
slothy.core.core.SlothyException: No solution found
exception is raised and not handled. Therefore, all the optimization process is gone.I think there should be a warning in the output but still, the optimized code should be written.