-
Notifications
You must be signed in to change notification settings - Fork 159
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
experimental wrapper types for cudaEvent_t
that provide a modern C++ interface.
#2017
Merged
Commits on Jul 20, 2024
-
Wrapper types for
cudaEvent_t
that provide a modern C++ interface.* `cuda::experimental::event_ref` is a non-owning wrapper around a `cudaEvent_t`. * `cuda::experimental::event` is an owning wrapper around a `cudaEvent_t`. * `cuda::experimental::timed_event` is a `cuda::experimental::event` that also records the time at which it was recorded.
Configuration menu - View commit details
-
Copy full SHA for e8b991d - Browse repository at this point
Copy the full SHA e8b991dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45c33b - Browse repository at this point
Copy the full SHA a45c33bView commit details -
represent the elapsed time between two events with nanoseconds instea…
…d of microsoconds according to the CUDA docs for `cudaEventElapsedTime`, the elapsed time has sub-microsecond resolution, so it is more appropriate to represent it in nanoseconds.
Configuration menu - View commit details
-
Copy full SHA for 32e2624 - Browse repository at this point
Copy the full SHA 32e2624View commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 227464e - Browse repository at this point
Copy the full SHA 227464eView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 284328f - Browse repository at this point
Copy the full SHA 284328fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 731eb4c - Browse repository at this point
Copy the full SHA 731eb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9780a91 - Browse repository at this point
Copy the full SHA 9780a91View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14219fb - Browse repository at this point
Copy the full SHA 14219fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2932ff5 - Browse repository at this point
Copy the full SHA 2932ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2585468 - Browse repository at this point
Copy the full SHA 2585468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d126a - Browse repository at this point
Copy the full SHA 03d126aView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0d1bcc - Browse repository at this point
Copy the full SHA a0d1bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af6135 - Browse repository at this point
Copy the full SHA 2af6135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ade362 - Browse repository at this point
Copy the full SHA 9ade362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f65ae3 - Browse repository at this point
Copy the full SHA 3f65ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b383b6 - Browse repository at this point
Copy the full SHA 9b383b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6a01f - Browse repository at this point
Copy the full SHA 4a6a01fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f13b0d5 - Browse repository at this point
Copy the full SHA f13b0d5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.