mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated PyTorch dispatcher walkthrough (markdown)
@ -336,4 +336,5 @@ Where does all of this boxing and unboxing conversion logic happen? Since the di
|
||||
|
||||
* If you’re curious, some of the template magic that does that lives around here: https://github.com/pytorch/pytorch/blob/8216da1f23b893c074e76e8a9aa7127efbda4287/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h#L521
|
||||
|
||||
|
||||
## Next
|
||||
Unit 4: Dispatcher, Structured Kernels, and Codegen - [Codegen and Structured Kernels](https://github.com/pytorch/pytorch/wiki/Codegen-and-Structured-Kernels)
|
||||
|
Reference in New Issue
Block a user