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

Implement sortable concept #470

Closed
Tracked by #62
miscco opened this issue Sep 21, 2023 · 0 comments · Fixed by #471
Closed
Tracked by #62

Implement sortable concept #470

miscco opened this issue Sep 21, 2023 · 0 comments · Fixed by #471
Assignees

Comments

@miscco
Copy link
Collaborator

miscco commented Sep 21, 2023

No description provided.

@miscco miscco self-assigned this Sep 21, 2023
elstehle pushed a commit to elstehle/cccl that referenced this issue Nov 16, 2023
* Relax execution checks for function objects

Previously, we would require that a function that is passed to a function object such as `cuda::std::plus` is annotated as `__host__ __device__`

However, this breaks valid use cases, such as using a `__device__` function in a `__global__` kernel.

This obviously also inhibits any compiler warnings which might catch a bug, but rejecting valid code seems the worse choice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant