Skip to content

low.LowResourceImportKind enum

← Attribute reference

Target-provided ABI resource imported into a low function body.

Cases

Keyword Value Description
native_pointer 1 Native object-function pointer argument materialized as a register value.
vm_state 2 IREE VM module state or context handle materialized as a register value.
vm_import 3 IREE VM imported-function or imported-resource handle materialized as a register value.
hal_binding 4 IREE HAL dispatch binding payload materialized as a register value.
command_input 5 Command-program materialization input selected by result register class and dense index.

Used by

  • low.resource.import_kind