Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for 1.7 spec with the static loader #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

nrspruit
Copy link
Contributor

No description provided.

@nrspruit nrspruit requested a review from rwmcguir February 21, 2025 16:50
bool zeInitDriversSupport = true;
const std::string loader_name = "loader";
for (auto &component : versions) {
if (loader_name == component.component_name) {
version = component.spec_version;
std::string message = "ze_lib Context Init() Static Loader Found Loader Version v" + std::to_string(component.component_lib_version.major) + "." + std::to_string(component.component_lib_version.minor) + "." + std::to_string(component.component_lib_version.patch);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Adjusting case to match other statements in function... (less Caps).. adding 'dynamic' as well
"ze_lib Context Init() static loader found dynamic loader version v"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

dynamic loader found would not make sense here since the dynamic is the loader found.

I am going to leave this for now and merge.

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.

My comment is optional, approving, or I can re-approve if you address comment.

@nrspruit nrspruit merged commit e680415 into oneapi-src:master Feb 21, 2025
48 of 49 checks passed
@nrspruit nrspruit deleted the 1_7_static_support branch February 21, 2025 19:53
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.

2 participants