Dmitriy Sobolev

Results 17 issues of Dmitriy Sobolev

Do not rely on functionality from `oneapi/dpl/pstl/hetero/dpcpp/sycl_defs.h`. Signed-off-by: Sobolev, Dmitriy

We may remove extra code when dealing with kernel names according to suggestion from https://github.com/oneapi-src/oneDPL/pull/521#discussion_r811429212 Another suggestion is to distinguish default/custom kernel names in `make_wrapped_kernel`-like functions, but not in `_HasDefaultName`...

enhancement

The issue is based on this suggestion: https://github.com/oneapi-src/oneDPL/pull/521#discussion_r811437919

enhancement

There are three main types of issues: - unused (parameter, variable, lambda argument and so on) - deprecated-copy-with-user-provided-copy - sign-compare

enhancement

There are a lot of other places in this file, when we use `__brick_.*` functions without namespaces, which is inconsistent. _Originally posted by @dsobolev-dev in https://github.com/oneapi-src/oneDPL/pull/395#discussion_r737259476_

enhancement

Let's have different patches for the library and for the tests for easier review and prioritization.

Signed-off-by: Sobolev, Dmitriy Some devices do not support shared allocations, e.g. some FPGA cards/configurations. Using not supported allocation will result in getting nullptr and then accessing it. - [X] To...

Hi, It would be great to have median metric alongside with average or have a choice. Many benchmarks run warm-up trials and then a lot of main trials of the...

`reduce_by_segment` generates the data this way: ``` keys = {1, 2, 3, 4, 1, 1, 2, 2, 3, 3, 4, 4,..., 1 , 2 , 3 4 }` values =...