Updated PyTorch dispatcher walkthrough (markdown)

Manuel
2024-07-03 19:26:55 +02:00
parent 5241f600f6
commit 5e61168773

@ -336,4 +336,5 @@ Where does all of this boxing and unboxing conversion logic happen? Since the di
* If youre 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)