Skip to content

Commit

Permalink
Update rrl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Dec 6, 2024
1 parent 79f2a04 commit 8d4dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def get_polybench_list():
base = Path("build/_deps/polybench-src/")
base = Path("examples/polybench")
result = []
for p in base.glob("**"):
if Path(p / (p.name + ".c")).exists():
Expand Down

0 comments on commit 8d4dd54

Please sign in to comment.