Timmie Smith

Results 8 issues of Timmie Smith

The tests for the by_segment and multi-value binary search algorithms need to be refactored to use the test framework used by the rest of the pstl algorithms. Specific issues to...

Test for reduce_by_segment algorithm extension is refactored to use the test framework. Additional calls to the algorithm are added to improve test coverage. Signed-off-by: Timmie Smith [email protected]

# Existing Sample Changes ## Description In SYCL 2020 the interface of `buffer_allocator` is changed to require a template parameter that is the type of data that will be stored...

### Description Adding read-all permission to all workflows to ensure they have the minimum required access and accidental writes don't occur. - [X ] - git commit message contains an...

infrastructure

A review of oneDPL using the OSSF scorecard showed that the oneDPL licenses are not in a standard location that makes it easily discoverable. This PR resolves that issue by...

https://en.cppreference.com/w/cpp/language/rule_of_three defines the best practice of providing no user-defined ctors/assignment/dtor or providing all of them. A review of oneDPL code found that in most places where methods are missing they...

https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies recommends explicitly pinning dependencies to reduce several security risks. Line endings in the file were inconsistent so I converted them all to ASCII instead of a mix of CR...

The PR lists the lead maintainers for oneDPL and the areas for which they're primarily responsible. Please suggest corrections to the areas as needed. This addresses https://github.com/uxlfoundation/open-source-working-group/issues/11