Alexey Bader

Results 166 comments of Alexey Bader

> Bump looks reasonable, but are the CI failures expected? I don't know, but @intel/dpcpp-devops-reviewers team is expected to figure it out and make sure pre-commit passes before the merge....

PR title says "Bump UR tag to test USM allocation functions fix for non-power of 2 alignments", but I don't see any UR tag changes in the diff. @lbushi25, could...

We added `deploy-sycl-toolchain` target to install DPC++.

We use `deploy-sycl-toolchain` target for years, I don't think we ever used `install` target to deploy DPC++ compiler. I'm not aware of `sycl-mlir` branch changes regarding the deployment procedure.

@matthew-olson-intel, please, try using `sycl` branch instead of `master`.

@ldrumm, do you have any updates on this issue? @matthew-olson-intel, I'm not sure you are hitting the same problem as reported in the issue description. You seem to build the...

> Is it right that the real issue is sycl::range should not be limited to the range of an integer ? Thanks. Yes. It's done for performance reasons and can...

[HIP backend fix](https://github.com/intel/llvm/pull/5115) is not merged yet. > @bader I believe the remaining issue here is with the OpenCL/Level Zero backend. I think exception with `CL_INVALID_WORK_GROUP_SIZE` error code might be...