We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15dd890 commit c963da4Copy full SHA for c963da4
1 file changed
src/shady/compile.c
@@ -49,8 +49,6 @@ CompilationResult run_compiler_passes(CompilerConfig* config, Module** pmod) {
49
*pmod = import(config, *pmod); // we don't want to mess with the original module
50
51
add_scheduler_source(config, *pmod);
52
- log_module(ERROR, config, *pmod);
53
- //exit(0);
54
}
55
56
RUN_PASS(reconvergence_heuristics)
0 commit comments