Skip to content

Commit

Permalink
Update tune in main
Browse files Browse the repository at this point in the history
  • Loading branch information
lingmar committed Dec 19, 2023
1 parent 177877d commit 944737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tune.mc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let tune = lam files. lam options : Options. lam args.
{options with output = Some (sysJoinPath r.tempDir "tune")} file ast in

-- Do the tuning
let result = tuneEntry binary tuneOptions env dep instRes r ast in
let result = tune binary tuneOptions env dep instRes r ast in

-- Write the best found values to filename.tune
tuneFileDumpTable (tuneFileName file) env result true;
Expand Down

0 comments on commit 944737a

Please sign in to comment.