Skip to content

[oneDPL][doc] Know limitations: a minor change proposed #2208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MikeDvorskiy
Copy link
Contributor

  1. A minor change proposed. about move constructable for remove/remove_if/unique
  2. A wording about 'sort' issue with Intel® Arc™ graphics 140V

@akukanov akukanov added this to the 2022.9.0 milestone May 6, 2025
@@ -166,7 +166,7 @@ Known Limitations
* For ``max_element``, ``min_element``, ``minmax_element``, ``partial_sort``, ``partial_sort_copy``, ``sort``, ``stable_sort``
the dereferenced value type of the provided iterators should satisfy the ``DefaultConstructible`` requirements.
* For ``remove``, ``remove_if``, ``unique`` the dereferenced value type of the provided
iterators should be ``MoveConstructible``.
iterators should be ``CopyConstructible``.
Copy link
Contributor

@akukanov akukanov May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please point out to the place(s) in the code where copy construction is needed?

Comment on lines +180 to +181
* ``sort``, ``stable_sort``, ``sort_by_key`` and ``stable_sort_by_key`` algorithms with a device policy are still not supported
on Windows with Intel® Arc™ graphics 140V.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a temporary limitation or a "permanent" one? If we expect this to be resolved in reasonable time, the note should go into Release Notes, not into this document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants