-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
module: bootcampWe plan to do a full writeup on the issue, and then get someone to do it for onboardingWe plan to do a full writeup on the issue, and then get someone to do it for onboardingmodule: cppRelated to C++ APIRelated to C++ APItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
In Python we have torch.cuda.synchronize() but the C++ counterpart doesn't exist. Ref https://github.com/pytorch/pytorch/pull/47428/files#r520917319
A nice follow up is to build up all of torch::cuda so that it has API parity with torch.cuda. Make sure your implementation works even when built without CUDA support (existing functions in torch::cuda should clue you how to do this.)
Metadata
Metadata
Assignees
Labels
module: bootcampWe plan to do a full writeup on the issue, and then get someone to do it for onboardingWe plan to do a full writeup on the issue, and then get someone to do it for onboardingmodule: cppRelated to C++ APIRelated to C++ APItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module