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
Hi! I am new to CUDA. When I run my examples with the same image size and intrinsics, everything works well. However, when I used examples with different image sizes (1280*720 in this case), I encountered the following error.
Even I downsampled images, the error still exists. This time error appeared at a different location but the same cudaSafeCall(cudaMemcpyAsync(...)) function. Do you have any ideas or suggestions about how to debug this error? Here is the example causing the problem: https://drive.google.com/drive/folders/14lIaURgeYLTmeyIy-iyBc3HdUCUdz30b?usp=sharing
The text was updated successfully, but these errors were encountered:
Hi! I am new to CUDA. When I run my examples with the same image size and intrinsics, everything works well. However, when I used examples with different image sizes (1280*720 in this case), I encountered the following error.
Even I downsampled images, the error still exists. This time error appeared at a different location but the same
cudaSafeCall(cudaMemcpyAsync(...))
function. Do you have any ideas or suggestions about how to debug this error? Here is the example causing the problem: https://drive.google.com/drive/folders/14lIaURgeYLTmeyIy-iyBc3HdUCUdz30b?usp=sharingThe text was updated successfully, but these errors were encountered: