Skip to content
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

Ensure serial algorithms can be used on devices #172

Open
tpadioleau opened this issue Aug 31, 2023 · 1 comment · May be fixed by #174
Open

Ensure serial algorithms can be used on devices #172

tpadioleau opened this issue Aug 31, 2023 · 1 comment · May be fixed by #174
Assignees
Labels
enhancement New feature or request

Comments

@tpadioleau
Copy link
Member

tpadioleau commented Aug 31, 2023

Current serial_host should be renamed to serial in order to allow serial algorithms to be used on any thread whether CPU or GPU.

@tpadioleau
Copy link
Member Author

tpadioleau commented Aug 31, 2023

List of algorithms to check

  • for_each
  • transform_reduce
  • deepcopy (should assert that the memory space is accessible)
  • fill (should assert that the memory space is accessible)

@tpadioleau tpadioleau self-assigned this Nov 22, 2023
@tpadioleau tpadioleau added the enhancement New feature or request label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant