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

Error Code 1: Cuda Runtime (an illegal memory access was encountered) Cuda failure: 700 #28

Open
Rubbishwang opened this issue Oct 20, 2023 · 0 comments

Comments

@Rubbishwang
Copy link

Rubbishwang commented Oct 20, 2023

Hi,
I use your code to infer on the Jetson platform and run:

CHECK(cudaMemcpyAsync(output, buffers[outputIndex], output_size * sizeof(float), cudaMemcpyDeviceToHost, stream));

This line reported an error: Error Code 1: Cuda Runtime (an illegal memory access was encountered) Cuda failure: 700. I checked the memory size of the output and did not find any issues. Do you know any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant