搜索
哇,好复杂的 TorchDynamo,我们拆开看看吧~
2023-04-22 做点有趣的 Python, JIT, Compiler, PyTorch, ByteCode, Virtual Machine
内容尚为初稿,需要后续调研补充
最近这一周负责调研 TorchDynamo,唔,也是很久没写博客了嘛,所以就浅记录下,顺便梳理下 Dynamo 中的各个流程和部分细节~
用 Rust 和 LLVM 写一个计算器吧~
2022-01-21 做点有趣的 Rust, LLVM, Compiler, JIT, AST
TIP
嘻嘻,因为可能之后要做一些编译相关的东西,所以准备先熟悉一下 LLVM 和 Rust。在 Rust 里有一个比较好用的 Rust 的 safely binding inkwell,在查找 inkwell 的示例时候找到了一个很多功能未完成的 Rusty Calc