Skip to content

[MLIR] Re-enable multithreaded compilation in MLIR #466

@erick-xanadu

Description

@erick-xanadu

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.

// TODO: FIXME:
// Let's try to enable multithreading. Do not forget to protect the printing.
ctx.disableMultithreading();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions