-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use graph properties from ZeroInitStruct in compiler adapter (#28699)
### Details: - *FEIL/FIL was increased with #28314. Querying compiler properties forces UMD to load the compiler DLL. To optimize the memory consumption UMD will also unload the the compiler DLL.* - *By reusing graph properties in the compiler adapter we remove one (load + read + unload) cycle from FEIL/FIL* - *Rename private member names to _compiler_properties_: even if we use a common graph ext API to query graph properties we only store ZE_STRUCTURE_TYPE_DEVICE_GRAPH_PROPERTIES - which are compiler properties.* ### Tickets: - *CVS-161294*
- Loading branch information
1 parent
fa7740a
commit 5981aab
Showing
5 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters