pypto-autograd:基于 PyPTO 的静态反向代码生成工具项目

pypto-autograd is a source-code based automatic differentiation tool for PyPTO kernels. Given a user-defined forward kernel, pypto-autograd generates the corresponding backward kernel as readable and editable Python code. Unlike runtime tracing approaches, pypto-autograd performs differentiation at the source-code level and produces static backward implementations that developers can inspect, modify, and optimize.

分支4Tags0

项目介绍

pypto-autograd is a source-code based automatic differentiation tool for PyPTO kernels. Given a user-defined forward kernel, pypto-autograd generates the corresponding backward kernel as readable and editable Python code. Unlike runtime tracing approaches, pypto-autograd performs differentiation at the source-code level and produces static backward implementations that developers can inspect, modify, and optimize.

定制我的领域