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 #708
Open

Ensure serial algorithms can be used on devices #172

tpadioleau opened this issue Aug 31, 2023 · 1 comment · May be fixed by #708
Assignees
Labels
core 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
1 participant