You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: