https://zhuanlan.zhihu.com/p/321449610,介绍了autograd的各种能力 https://dev-discuss.pytorch.org/t/how-to-read-the-autograd-codebase/383 torch论坛的一个autograd的介绍 https://blog.ezyang.com/2019/05/pytorch-internals/: 中间这块确实太过复杂,有基本的概念就快速跳过,有需要再来单独读。 从python怎么写到kernel就行 这里有两个…