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

Check kernel launches for failures #1208

Open
upsj opened this issue Nov 21, 2022 · 0 comments
Open

Check kernel launches for failures #1208

upsj opened this issue Nov 21, 2022 · 0 comments
Labels
is:todo This issue describes a concrete task to be done mod:cuda This is related to the CUDA module. mod:hip This is related to the HIP module.

Comments

@upsj
Copy link
Member

upsj commented Nov 21, 2022

We often only check the CUDA or HIP error state implicitly in functions like cudaFree. Since invalid kernel configurations or mismatching device architectures get caught at the cuda/hipLaunchKernel level already, we should consider providing a wrapper to it instead of using the triple chevron syntax.

@upsj upsj added mod:cuda This is related to the CUDA module. mod:hip This is related to the HIP module. labels Nov 21, 2022
@upsj upsj added the is:todo This issue describes a concrete task to be done label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:todo This issue describes a concrete task to be done mod:cuda This is related to the CUDA module. mod:hip This is related to the HIP module.
Projects
None yet
Development

No branches or pull requests

1 participant