[SYCL][UR] move UR headers to dedicated unified-runtime include directory#21399
[SYCL][UR] move UR headers to dedicated unified-runtime include directory#21399kswiecicki merged 1 commit intointel:syclfrom
Conversation
|
Please review @pbalcer |
|
Please review @intel/bindless-images-reviewers @intel/dpcpp-nativecpu-reviewers @intel/llvm-reviewers-cuda @intel/llvm-reviewers-runtime @intel/sycl-graphs-reviewers @intel/unified-runtime-reviewers @intel/unified-runtime-reviewers-level-zero @intel/unified-runtime-reviewers-opencl |
e6fb3a0 to
8ddbcdb
Compare
|
The nightly benchmarks from intel/compute-benchmarks rely on including Probably need to ensure compatibility with older versions with a |
That's a good shout, thanks! Yes, we should do that. |
First look for <ur/ur_api.h>, then <ur_api.h> for compatibility with older versions. Ref: intel/llvm#21399 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
|
First look for <ur/ur_api.h>, then <ur_api.h> for compatibility with older versions. Ref: intel/llvm#21399 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
First look for <ur/ur_api.h>, then <ur_api.h> for compatibility with older versions. Ref: intel/llvm#21399 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
|
The UR CUDA precommit conformance test exp_usm_context_memcpy/urUSMContextMemcpyExp fails because of #19688 |
|
Please review @intel/bindless-images-reviewers @intel/dpcpp-nativecpu-reviewers @intel/llvm-reviewers-cuda @intel/llvm-reviewers-runtime @intel/sycl-graphs-reviewers @intel/unified-runtime-reviewers @intel/unified-runtime-reviewers-level-zero @intel/unified-runtime-reviewers-opencl |
I will update the benchmarks' scripts in #21421 once your commit is available. |
First look for <ur/ur_api.h>, then <ur_api.h> for compatibility with older versions. Ref: intel/llvm#21399 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
There already is: intel/compute-benchmarks@48504d2 |
Regarding "a benchmark commit id update": |
|
Please review @intel/bindless-images-reviewers @intel/dpcpp-nativecpu-reviewers @intel/llvm-reviewers-cuda @intel/llvm-reviewers-runtime @intel/sycl-graphs-reviewers @intel/unified-runtime-reviewers @intel/unified-runtime-reviewers-level-zero @intel/unified-runtime-reviewers-opencl |
|
CUDA/HIP adapters LGTM |
8ddbcdb to
b3e091f
Compare
|
Rebased because of conflicts. |
|
Please review @intel/bindless-images-reviewers, @intel/llvm-reviewers-runtime and @intel/unified-runtime-reviewers-level-zero |
b3e091f to
81973e8
Compare
|
Renamed |
|
Please review @intel/bindless-images-reviewers, @intel/llvm-reviewers-runtime and @intel/unified-runtime-reviewers-level-zero |
81973e8 to
08a647c
Compare
…tory This aligns how headers are installed by other components. While UR was never meant to be used directly, this change may break existing software that includes <ur_api.h>. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
|
Please review @intel/bindless-images-reviewers, @intel/llvm-reviewers-runtime and @intel/unified-runtime-reviewers-level-zero |
First look for <unified-runtime/ur_api.h>, then <ur_api.h> for compatibility with older versions. The decision was changed after #2143 and the Unified Runtime include directory was changed to `include/unified-runtime/`. Ref: intel/llvm#21399 Ref: #2143 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
|
@intel/bindless-images-reviewers @intel/llvm-reviewers-runtime please review |
to work properly with new UR headers location. Ref. intel#21399
|
@intel/llvm-gatekeepers please consider merging |
|
This PR should be best merged along with #21468 for nightly benchmarks to work properly :) |
to work properly with new UR headers location. Ref. #21399 Ref. intel/compute-benchmarks@2be1a1e
This aligns how headers are installed by other components.
While UR was never meant to be used directly,
this change may break existing software that includes <ur_api.h>.
Ref: #21421