low.LowCodeImportKind enum¶
External code source kind for an imported low function declaration.
Cases¶
| Keyword | Value | Description |
|---|---|---|
vm |
1 | Imported implementation is an IREE VM symbol. |
native |
2 | Imported implementation is a native callable symbol. |
rocasm |
3 | Imported implementation is an AMDGPU rocasm symbol. |
object |
4 | Imported implementation is a linked object-file symbol. |
Used by¶
low.func.decl.import_kind