PyTorch C++ Extensions, PyTorch Contributors, 2025 (PyTorch Foundation) - Official guide to building custom C++ operators for PyTorch, covering the build process, Pybind11 integration, and Autograd hooks.
Pybind11 Documentation, Wenzel Jakob and contributors, 2024 - Documentation for Pybind11, the library used for creating Python bindings for C++ code, helpful for understanding PyTorch's extension mechanism.
PyTorch C++ Frontend, PyTorch Contributors, 2024 (PyTorch Foundation) - Official documentation for the PyTorch C++ frontend, providing details on working with torch::Tensor and the ATen library in C++ environments.