-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is a trivial change. Instead of having a call to ctx.disableMultiThreading() call ctx.enableMultiThreading(). To close this ticket, we should also clean up the printing infrastructure. At the very least, CatalystIRPrinterConfig's definition should be deleted as it is no longer used. Please also delete the comment. The way printing is done has changed and the comment is outdated.
catalyst/mlir/lib/Driver/CompilerDriver.cpp
Lines 409 to 411 in c559403
| // TODO: FIXME: | |
| // Let's try to enable multithreading. Do not forget to protect the printing. | |
| ctx.disableMultithreading(); |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request