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

Remove cuda synchronizations #121

Closed
IlyasMoutawwakil opened this issue Feb 12, 2024 · 1 comment
Closed

Remove cuda synchronizations #121

IlyasMoutawwakil opened this issue Feb 12, 2024 · 1 comment

Comments

@IlyasMoutawwakil
Copy link
Member

Using CUDA events is a better way to measure the latency on cuda devices, that way we can benchmark the benefit of asynchronous optimizations, like CUDA Graphs for example.

@IlyasMoutawwakil
Copy link
Member Author

done in #124

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