TT-MLIR
|
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... | |
mlir::tt::DeviceAttr mlir::tt::ttir::TTIROp::getDevice | ( | ) |
Get the device of the current scope.
mlir::tt::SystemDescAttr mlir::tt::ttir::TTIROp::getSystemDesc | ( | ) |
Get the device of the current scope.
bool mlir::tt::ttir::TTIROp::supportsCPUExecution | ( | ) |
Return whether op can be run on CPU.
bool mlir::tt::ttir::TTIROp::supportsOnlyCPUExecution | ( | ) |
Return whether op must be run on CPU.