[SYCL][UR] move UR headers to dedicated unified-runtime include directory#21399
[SYCL][UR] move UR headers to dedicated unified-runtime include directory#21399ldorau wants to merge 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>
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