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

[BUG]: vsmem_helper instantiation in c.parallel merge_sort and unique_by_key is inconsistent in host and device code #4005

Open
1 task done
NaderAlAwar opened this issue Mar 4, 2025 · 0 comments · May be fixed by #4090
Assignees
Labels
bug Something isn't working right.

Comments

@NaderAlAwar
Copy link
Contributor

Is this a duplicate?

Type of Bug

Silent Failure

Component

cuda.parallel (Python)

Describe the bug

The kernels in unique by key and merge sort accept (or should accept) a vsmem helper as a template parameter. Currently in the c.parallel implementations we don't pass this helper to the part of the code that generates the kernel instantiation code.

How to Reproduce

N/A

Expected behavior

N/A

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@NaderAlAwar NaderAlAwar added the bug Something isn't working right. label Mar 4, 2025
@NaderAlAwar NaderAlAwar self-assigned this Mar 4, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 4, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Mar 11, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from In Review to In Progress in CCCL Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Status: In Progress
1 participant