Alexey Sachkov
Alexey Sachkov
@intel/dpcpp-clang-driver-reviewers, could you please take a look at this PR?
@MrSidims, @AlexeySotkin, we need to incorporate #2254 into this PR: we need to list Alex Bezzubikov as a contributor and copy issues raised in that PR into the spec. The...
Initial support (means no support for math built-ins with `vec`) was added in #12261. @densamoilov, I will close this feature request as complete, but please report any issues you have...
@imyxh, this is a bug in OpenCL ICD Loader tests and looks like this project contains outdated version of them. You can cherry-pick a fix from KhronosGroup/OpenCL-ICD-Loader#101
@CaoZhongZ, it looks like the question was answered and I don't think that we can do anything on the implementation side for now. Therefore, I suggest that we close this...
I think that this issue is not actual anymore with SYCL 2020. From [4.9.4.2. SYCL functions for invoking kernels](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#subsec:invokingkernels): > ```template > void parallel_for(nd_range executionRange, > const kernel& kernelObject) >...
Hi @andrewtbarker, unfortunately I don't see any core or an extension-provided feature which would expose the same functionality. Therefore, it seems to me that you may need to request a...
This is indeed a SYCL toolchain problem and I think that this issue can be closed
Some massaging of our `enable_if`s is required here: https://github.com/intel/llvm/blob/5fae0aaa4f932c6ecddb052a0cb3d873ff2eee64/sycl/include/sycl/kernel_handler.hpp#L66-L85 We have a simple switch between `compound` and `fundamental` types, but we should probably use less C++-y terms like `composite` and...
Hi @jinz2014, > I have a question. Is there a function for rounding to nearest integer with saturation in SYCL ? I'm looking into the spec, but I don't think...