# npu_compiler_elf **Repository Path**: mirrors_openvinotoolkit/npu_compiler_elf ## Basic Information - **Project Name**: npu_compiler_elf - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-15 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ELF Library ## Components The ELF Library has 3 main components: ### HPI (HostParsedInference) - HPI is divided into a public component and a private one, and at the same time, in an arch-specific and arch-agnostic part. - It serves as the sole interface for the user of ELF library (drivers, test applications and etc.) and shall be used to orchestrate the ELF Loading process. ### Loader - Loader is a class that contains most of the implementation details used by HPI to trigger loading process: read and interpreter sections, apply relocations and etc. ### Reader/Writer - These represent classes designed for easing the ELF R/W and are capable to interpret NPU-specific extensions. ## **ELF Versioning System** For details on the versioning system, please consult [VERSIONING.md](VERSIONING.md).