Skip to content

Commit

Permalink
Fix broken looppoint path info
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyRBruce committed Feb 25, 2023
1 parent 81246ee commit 944661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/looppoints/create-looppoint-checkpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
board.set_se_looppoint_workload(
binary=obtain_resource("x86-matrix-multiply-omp"),
arguments=[100, 8],
looppoint=LooppointCsvLoader("materials/refs/looppoint-pinpoints.csv"),
looppoint=LooppointCsvLoader(pinpoints_file="materials/looppoints/refs/looppoint-pinpoints.csv"),
)

# Here we specify where this script should output the checkpoints.
Expand Down

0 comments on commit 944661f

Please sign in to comment.