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

Missing full qualification of namespace std in CUB #1699

Open
miscco opened this issue May 5, 2024 · 0 comments
Open

Missing full qualification of namespace std in CUB #1699

miscco opened this issue May 5, 2024 · 0 comments
Labels
bug: functional cub For all items related to CUB

Comments

@miscco
Copy link
Collaborator

miscco commented May 5, 2024

This is a bug in as we might encounter nested namespaces cuda that will conflict. This should be fully qualified ::cuda::std::

struct accumulator_pack_base_t<OffsetT, typename cuda::std::enable_if<sizeof(OffsetT) == 4>::type>

@miscco miscco added cub For all items related to CUB bug: functional labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: functional cub For all items related to CUB
Projects
Status: Todo
Development

No branches or pull requests

1 participant