Skip to content

Rely more on the driver for input checks to reduce latency #685

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

Open
leofang opened this issue Jun 6, 2025 · 0 comments
Open

Rely more on the driver for input checks to reduce latency #685

leofang opened this issue Jun 6, 2025 · 0 comments
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do triage Needs the team's attention

Comments

@leofang
Copy link
Member

leofang commented Jun 6, 2025

Instead of doing all of these checks in Python, if we just set the options as passed and try the launch, does CUDA error gracefully where we can post process the error code to make it meaningful to the user? Doing all of these checks in Python feels expensive and will hurt kernel launch latency.

Originally posted by @kkraus14 in #676 (comment)

@github-project-automation github-project-automation bot moved this to Todo in CCCL Jun 6, 2025
@github-actions github-actions bot added the triage Needs the team's attention label Jun 6, 2025
@leofang leofang added enhancement Any code-related improvements P1 Medium priority - Should do cuda.core Everything related to the cuda.core module and removed triage Needs the team's attention labels Jun 6, 2025
@leofang leofang added this to the cuda.core parking lot milestone Jun 6, 2025
@leofang leofang mentioned this issue Jun 6, 2025
2 tasks
@leofang leofang added the triage Needs the team's attention label Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do triage Needs the team's attention
Projects
Status: Todo
Development

No branches or pull requests

1 participant