Skip to content

Commit

Permalink
[Docs] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Aug 8, 2024
1 parent cb8ed3c commit c563e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/research_overview/perseus.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can also see Perseus's optimizer in action:

As you can see, Perseus controls the GPU frequency of each forward and backward computation in one training pipeline.
One training pipeline is actually a DAG of computations.
Assigning the right GPU frequency to each computation while controlling the end-to-end execution time of the DAG and minimizing its total energy consumption happens to be NP-Hard problem, but Perseus introduces a cool graph cut-based algorithm that produces high-quality approximate solutions.
Assigning the right GPU frequency to each computation while controlling the end-to-end execution time of the DAG and minimizing its total energy consumption happens to be an NP-Hard problem, but Perseus introduces a cool graph cut-based algorithm that produces high-quality approximate solutions.
Check out the algorithm in our paper!

## Using Perseus
Expand Down

0 comments on commit c563e1d

Please sign in to comment.