Skip to content

func.ExportAbiKind enum

← Attribute reference

Callable or package ABI used by an export plan.

Cases

Keyword Value Description
unknown 0 No ABI selected.
object_function 1 Native object function ABI.
hal_kernel 2 IREE HAL dispatch kernel ABI.
vm_module_function 3 IREE VM module function ABI.
shader_entry_point 4 Graphics shader entry point ABI.
wasm_function 5 WebAssembly module function ABI.
command_program 6 Reusable command-program materialization ABI.

Used by

  • func.decl.abi
  • func.def.abi