You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -362,35 +362,35 @@ Welcome to PyTorch Tutorials
362
362
.. customcarditem::
363
363
:header: Registering a Dispatched Operator in C++
364
364
:card_description: The dispatcher is an internal component of PyTorch which is responsible for figuring out what code should actually get run when you call a function like torch::add.
:header: Extending Dispatcher For a New Backend in C++
371
371
:card_description: Learn how to extend the dispatcher to add a new device living outside of the pytorch/pytorch repo and maintain it to keep in sync with native PyTorch devices.
0 commit comments