Class NemoBackend

    • Method Detail

      • compile

        public PhysicalPlan compile​(IRDAG irDAG)
        Compiles an IR DAG into a PhysicalPlan to be submitted to Runtime.
        Specified by:
        compile in interface Backend<PhysicalPlan>
        Parameters:
        irDAG - the IR DAG to compile.
        Returns:
        the execution plan to be submitted to Runtime.