pjrt

OpenXLAPartitioner

OpenXLAPartitioner

#include <compiler.h>
class OpenXLAPartitioner

Defined in integrations/pjrt/src/iree_pjrt/common/compiler.h:92

Inherits: AbstractCompiler

List of all members

NameKindOwner
StartJobfunctionDeclared here
GetRevisionfunctionDeclared here
GetErrorMessagefunctionDeclared here
error_message_variableDeclared here
~AbstractCompilerfunctionInherited from AbstractCompiler
StartJobfunctionInherited from AbstractCompiler
GetRevisionfunctionInherited from AbstractCompiler
GetErrorMessagefunctionInherited from AbstractCompiler

Inherited from AbstractCompiler

KindNameDescription
function~AbstractCompiler virtualDefaulted destructor.
functionStartJob virtual
functionGetRevision virtual
functionGetErrorMessage virtual

Public Methods

ReturnNameDescription
std::unique_ptr< CompilerJob >StartJob virtual override
std::stringGetRevision virtual override
std::stringGetErrorMessage virtual inline override

StartJob

virtual override

virtual std::unique_ptr< CompilerJob > StartJob() override

Defined in integrations/pjrt/src/iree_pjrt/common/compiler.h:94

Reimplements


GetRevision

virtual override

virtual std::string GetRevision() override

Defined in integrations/pjrt/src/iree_pjrt/common/compiler.h:95

Reimplements


GetErrorMessage

virtual inline override

virtual inline std::string GetErrorMessage() override

Defined in integrations/pjrt/src/iree_pjrt/common/compiler.h:96

Reimplements

Private Attributes

ReturnNameDescription
std::stringerror_message_

error_message_

std::string error_message_

Defined in integrations/pjrt/src/iree_pjrt/common/compiler.h:99