https://github.com/logcreative/compilerprinciple
Project for Compiler Principle Course - OPG via Rust & Convolution Optimization via TVM
https://github.com/logcreative/compilerprinciple
Last synced: 3 months ago
JSON representation
Project for Compiler Principle Course - OPG via Rust & Convolution Optimization via TVM
- Host: GitHub
- URL: https://github.com/logcreative/compilerprinciple
- Owner: LogCreative
- Created: 2021-06-10T15:52:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T02:19:57.000Z (over 3 years ago)
- Last Synced: 2025-02-14T12:17:36.596Z (4 months ago)
- Language: Rust
- Homepage: https://logcreative.github.io/CompilerPrinciple/
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 编译原理大作业
[【作业报告】](report/compiler.pdf)
## 算符优先分析表
[【API 文档】](https://logcreative.github.io/CompilerPrinciple/)
使用命令提示符
```
cd opg
opg input1.txt
opg input2.txt
```
以运行程序。程序基于 Rust 编写。测试环境为 Windows 10。## 卷积优化
[【源文件】](conv2d/conv2d.py)
安装 TVM 0.8dev0 后运行该脚本。测试环境为 Ubuntu 20.04 LTS 64-bit。