Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DLPerf authored Aug 31, 2022
1 parent 805e4e0 commit 647001a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tool/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## DeepPerf

We implement a rule-based static checker, named DeepPerf, to detect PPs in DL systems. DeepPerf is implemented with two static analysis tools, AST and Jedi. It currently supports three types of PPs whose detection rules are manually derived from our empirical study.


### Requirements
- Python >= 3.8.0
- jedi >= 0.18.0
Expand All @@ -8,4 +12,4 @@ Run `python graph_detect.py [project_path]` to check all python files in `[proje
You could specify `[project_path]` as `./test_code/graph` to check the default examples.
### Checker 2 and Checker 3
We have implemented Checker 2 and Checker 3 at the same time. Run `python data_detect.py [project_path]` to check all python files in `[project_path]`.
You could specify `[project_path]` as `./test_code/data` to check the default examples.
You could specify `[project_path]` as `./test_code/data` to check the default examples.

0 comments on commit 647001a

Please sign in to comment.