TT-MLIR
Classes | Public Member Functions | List of all members
mlir::tt::ttir::TTIROp Class Reference
Inheritance diagram for mlir::tt::ttir::TTIROp:

Classes

struct  Trait
 

Public Member Functions

::mlir::tt::SystemDescAttr getSystemDesc ()
 Get the device of the current scope. More...
 
::mlir::tt::DeviceAttr getDevice ()
 Get the device of the current scope. More...
 
bool supportsCPUExecution ()
 Return whether op can be run on CPU. More...
 
bool supportsOnlyCPUExecution ()
 Return whether op must be run on CPU. More...
 

Member Function Documentation

◆ getDevice()

mlir::tt::DeviceAttr mlir::tt::ttir::TTIROp::getDevice ( )

Get the device of the current scope.

◆ getSystemDesc()

mlir::tt::SystemDescAttr mlir::tt::ttir::TTIROp::getSystemDesc ( )

Get the device of the current scope.

◆ supportsCPUExecution()

bool mlir::tt::ttir::TTIROp::supportsCPUExecution ( )

Return whether op can be run on CPU.

◆ supportsOnlyCPUExecution()

bool mlir::tt::ttir::TTIROp::supportsOnlyCPUExecution ( )

Return whether op must be run on CPU.


The documentation for this class was generated from the following files: