Open
Description
Uncaught exceptions aren't guaranteed to print, which means by default we don't have any kind of error reporting at all on windows when you compile Halide with exceptions. Things that are user errors are present as crashes. GenGen has a top-level exception handler, so generators should be fine. However, JIT usage is very unfriendly. I'm not sure what to do about this.