Add a runtime HAL executable loader for static objects #4679
Labels
hal/cpu
Runtime Host/CPU-based HAL backend
performance ⚡
Performance/optimization related work across the compiler and runtime
After #3580 lands and we are generating the
iree_hal_executable_library_t
interface we can add support for producing static objects (or maybe archives?) as part of the LLVM AOT path. These objects would contain an exported library symbol that can be included in builds by users and the VM-side would embed the same identifier for runtime lookup via airee/hal/local/loaders/static_library_loader.c
interface.The text was updated successfully, but these errors were encountered: