MLIR 23.0.0git
mlir::omp::TargetExtOperands Struct Reference

Extended TargetOperands with kernel_type attribute. More...

#include "mlir/Dialect/OpenMP/OpenMPClauseOperands.h"

Inheritance diagram for mlir::omp::TargetExtOperands:

Public Attributes

TargetExecModeAttr kernelType
 Kernel execution mode for the target region.

Detailed Description

Extended TargetOperands with kernel_type attribute.

Definition at line 55 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ kernelType

TargetExecModeAttr mlir::omp::TargetExtOperands::kernelType

Kernel execution mode for the target region.

Definition at line 57 of file OpenMPClauseOperands.h.


The documentation for this struct was generated from the following file: