Skip to content

Commit

Permalink
swap start point ablation
Browse files Browse the repository at this point in the history
  • Loading branch information
vimarsh6739 committed Nov 15, 2024
1 parent 9fdb87d commit 2fe1ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"-fpopt-cache-path=cache",
]

ABLATION_FLAGS = ["-mllvm",
"--fpopt-extra-pre-cse",
"-mllvm",
ABLATION_FLAGS = ["-mllvm",
"--fpopt-extra-memopt",
"-mllvm",
"--fpopt-extra-pre-cse",
"-mllvm",
"--fpopt-extra-pre-reassoc",
"-mllvm",
"--fpopt-extra-ifconv"]
Expand Down

0 comments on commit 2fe1ddd

Please sign in to comment.