[SYCL][UR][L0] First version of UR L0 adapter#8744
Merged
againull merged 50 commits intointel:syclfrom May 26, 2023
Merged
Conversation
a789054 to
daf13db
Compare
95607a2 to
4398719
Compare
6d4bea6 to
c524deb
Compare
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
* Fix failing device CTS Signed-off-by: Brandon Yates <brandon.yates@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9203 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9243 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9275 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9300 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
* Fixes for porting to UR repo (#4) * Fixes for porting to UR repo Signed-off-by: Brandon Yates <brandon.yates@intel.com>
pi_bool is uint32_t and ur_bool_t is uint8_t, so to make sure correct functionality is maintain, use uint32_t as replacement for pi_bool, instead of ur_bool_t. Also, add back check for urMemImageCreate that was before in piMemImageCreate. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
- Add changes to fix tests after [SYCL] Add Unified Runtime plugin and route to it with SYCL_PREFER_UR intel#9232 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
intel#9442 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
…ke_queue and get_native intel#8871 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9503 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9446 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9409 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
this to absorb latest changes in queue native handle APIs Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#9555 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
intel#9610 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
smaslov-intel
approved these changes
May 26, 2023
Contributor
Author
|
Some CI errors being addressed in |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Jaime Arteaga jaime.a.arteaga.molina@intel.com
Signed-off-by: Brandon Yates brandon.yates@intel.com
Signed-off-by: Callum Fare callum@codeplay.com