Skip to content
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

[UR][L0] Upgrade L0 loader to v1.15.1 #1061

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

jandres742
Copy link

LLVM testing: intel/llvm#11844

@jandres742 jandres742 marked this pull request as ready for review November 13, 2023 18:12
@jandres742 jandres742 requested a review from a team as a code owner November 13, 2023 18:12
@jandres742
Copy link
Author

jandres742 commented Nov 13, 2023

To be merged once intel/llvm#11844 is approved, since we need to update the loader in lock-step way in the UR and in the intel-llvm.

@jandres742 jandres742 force-pushed the updateL0loader branch 7 times, most recently from 1264873 to 87f560e Compare November 22, 2023 20:47
@jandres742
Copy link
Author

Considering headers are backwards compatible, we can merge this ahead of the changes in intel/llvm.

@kbenzie : please merge when possible.

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-parameter")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-c++98-compat-extra-semi")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-non-virtual-dtor")
Copy link
Contributor

@nrspruit nrspruit Nov 27, 2023

Choose a reason for hiding this comment

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

As of oneapi-src/level-zero@cfc05b0 you should not need at least non-virtual-dtor

Copy link
Author

Choose a reason for hiding this comment

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

thanks @nrspruit . Seems like it is not needed, based on my local testing. Removed it.

@kbenzie kbenzie added the v0.8.x Include in the v0.8.x release label Nov 28, 2023
@fabiomestre fabiomestre changed the base branch from adapters to main December 5, 2023 16:50
@fabiomestre
Copy link
Contributor

I have updated the target branch of this PR from the adapters branch to the main branch.
Development in UR is moving back to main. The adapters branch will soon be deleted.

@jandres742
Copy link
Author

@kbenzie : please merge this when possible.

@kbenzie kbenzie added the ready to merge Added to PR's which are ready to merge label Dec 6, 2023
@kbenzie kbenzie mentioned this pull request Dec 6, 2023
13 tasks
Jaime Arteaga added 2 commits December 14, 2023 16:05
This to use latest features present in L0 spec.

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
@kbenzie kbenzie merged commit dcec3fe into oneapi-src:main Dec 14, 2023
36 of 51 checks passed
kbenzie added a commit to kbenzie/unified-runtime that referenced this pull request Dec 14, 2023
kbenzie added a commit to kbenzie/unified-runtime that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Added to PR's which are ready to merge v0.8.x Include in the v0.8.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants