Skip to content

Conversation

@nrspruit
Copy link
Contributor

@nrspruit nrspruit commented Oct 16, 2025

  • Delay to load of the L0 Driver Libraries until the user has directly
    requested the library to be loaded thru the flags.
  • Remove the "pretest" of driver support and instead assume driver
    support based on naming and registry categorization. Speeds up loader
    init.
  • Moved init of driver libraries until zInitDrivers or zeInit
  • Added ULTs to verify the new init_driver functionality

@nrspruit nrspruit force-pushed the init_refactor branch 12 times, most recently from c8b0eb3 to 3e550da Compare October 22, 2025 20:05
@nrspruit nrspruit force-pushed the init_refactor branch 3 times, most recently from 20c2abe to f35ffc2 Compare October 28, 2025 22:15
@nrspruit
Copy link
Contributor Author

Abi issues are invalid so please ignore.

@nrspruit nrspruit marked this pull request as ready for review October 29, 2025 14:26
@nrspruit nrspruit force-pushed the init_refactor branch 4 times, most recently from 7d3c02b to e3858a5 Compare October 30, 2025 15:44
@nrspruit
Copy link
Contributor Author

Because some of the tests are changed due to the refactor, the tests that are failing in the n-1 are expected. they are the changed tests.

- Delay to load of the L0 Driver Libraries until the user has directly
  requested the library to be loaded thru the flags.
- Remove the "pretest" of driver support and instead assume driver
  support based on naming and registry categorization. Speeds up loader
  init.
- Moved init of drivers until zInitDrivers or zeInit
- Added ULTs to verify the new init_driver functionality
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Copy link
Contributor

@rwmcguir rwmcguir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me, other than the failing content below...

@nrspruit nrspruit merged commit 44fba79 into oneapi-src:master Nov 4, 2025
44 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants