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

Asynchronous Execution of Kernels #7

Open
muellren opened this issue Sep 18, 2019 · 0 comments
Open

Asynchronous Execution of Kernels #7

muellren opened this issue Sep 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@muellren
Copy link
Contributor

The current grCUDA prototype adds an synchronization barriers after every kernel execution (cudaDeviceSynchronize()). In CUDA, kernels are executed asynchronously with respect to host code and kernels or memory operations in other streams.

  • Implement asynchronous but non-deferred execution.
  • Track read and write dependencies in DeviceArray and automatically insert synchronization points.
@muellren muellren added the enhancement New feature or request label Sep 18, 2019
AlbertoParravicini added a commit to AlbertoParravicini/grcuda that referenced this issue May 19, 2022
* added submodule for grcuda-data

* removed docs files that have been moved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant