MLIR
22.0.0git
|
Classes | |
class | SerializeGPUModuleBase |
Base class for all XeVM serializations from GPU modules into binary strings. More... | |
Functions | |
void | registerXeVMTargetInterfaceExternalModels (mlir::DialectRegistry ®istry) |
Registers the TargetAttrInterface for the #xevm.target attribute in the given registry. More... | |
void | registerXeVMTargetInterfaceExternalModels (mlir::MLIRContext &context) |
Registers the TargetAttrInterface for the #xevm.target attribute in the registry associated with the given context. More... | |
void mlir::xevm::registerXeVMTargetInterfaceExternalModels | ( | mlir::DialectRegistry & | registry | ) |
Registers the TargetAttrInterface
for the #xevm.target
attribute in the given registry.
Definition at line 64 of file Target.cpp.
References mlir::DialectRegistry::addExtension().
Referenced by mlir::registerAllDialects(), and registerXeVMTargetInterfaceExternalModels().
void mlir::xevm::registerXeVMTargetInterfaceExternalModels | ( | mlir::MLIRContext & | context | ) |
Registers the TargetAttrInterface
for the #xevm.target
attribute in the registry associated with the given context.
Definition at line 71 of file Target.cpp.
References mlir::MLIRContext::appendDialectRegistry(), and registerXeVMTargetInterfaceExternalModels().