Skip to content

🚸 MLIR - Enable building without exceptions enabled #1590

@burgholzer

Description

@burgholzer

Due to the integration with the qc::QuantumComputation class we currently need to build the MLIR code with exceptions enabled even though we do not need exceptions in the MLIR part of the code base.
Since exception handling adds extra code that may hinder performance, we want to look into disabling exceptions again for the MLIR code base.

This is intended as a tracking issue for removing the requirement to build with exceptions enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MLIRAnything related to MLIRusabilityAnything related to usability

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions