Dmitriy Sobolev

Results 13 comments of Dmitriy Sobolev

Hi, @lilohuang. Yes, it is a limitation. oneDPL does not provide access to the command group handlers used by the algorithms and thus `sycl::stream` cannot be applied. I am investigating...

Threre are other places in the host backend which should be considered, e.g. https://github.com/oneapi-src/oneDPL/pull/395#discussion_r737243526

@SergeyKopienko, could you review this patch?

Hi @michaeleisel! It is explained in https://stackoverflow.com/a/67924408/15892698. Is the explanation helpful?

Hello, @bagrorg. The issue has been fixed in #389. There have not been official releases containing the fix yet, but the most stable branch with the fix is [release/2021.6](https://github.com/oneapi-src/oneDPL/tree/release/2021.6). The...

The fix has been included into https://github.com/oneapi-src/oneDPL/releases/tag/oneDPL-2021.6.1-release.

Closing this PR due to its controversial impact on the code readability.

@illuhad, oneDPL does not use `cl::` namespace nor `CL/sycl.hpp` header now. It has been fixed in PR #722 and #631. Let me close that issue. Feel free to reopen it...

> what is the purpose of this patch? You are saying about different versions on oneDPL but I don't understand the use-case. Are trying to do not use sycl_defs as...

> @akukanov, @dmitriy-sobolev but what about #937 ? I mean `__dpl_sycl::__get_host_access` in the tests. Looks like it should be fixed too. I the tests for permutation iterator I just copied...