We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
==6564== Profiling application: ./vector_add_grid ==6564== Profiling result: Time(%) Time Calls Avg Min Max Name 55.65% 20.312ms 2 10.156ms 10.150ms 10.162ms [CUDA memcpy HtoD] 41.24% 15.050ms 1 15.050ms 15.050ms 15.050ms [CUDA memcpy DtoH] 3.11% 1.1347ms 1 1.1347ms 1.1347ms 1.1347ms vector_add(float*, float*, float*, int)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
==6564== Profiling application: ./vector_add_grid
==6564== Profiling result:
Time(%) Time Calls Avg Min Max Name
55.65% 20.312ms 2 10.156ms 10.150ms 10.162ms [CUDA memcpy HtoD]
41.24% 15.050ms 1 15.050ms 15.050ms 15.050ms [CUDA memcpy DtoH]
3.11% 1.1347ms 1 1.1347ms 1.1347ms 1.1347ms vector_add(float*, float*, float*, int)
The text was updated successfully, but these errors were encountered: