Skip to content

Commit

Permalink
Docs: Point to Getting Started in top level pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Aug 25, 2024
1 parent 4337d34 commit 8430a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/measure/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Measuring Energy

!!! Important
This page assumes that your environment is already set up. Please refer to the [Getting Started](../getting_started/index.md) guide if not.

Zeus makes it very easy to measure time, power, and energy both programmatically in Python and also on the command line.
Measuring power and energy is also very low overhead, typically taking less than 10 ms for each call.

Expand Down
3 changes: 3 additions & 0 deletions docs/optimize/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Optimizing Energy

!!! Important
You will need to set up your environment to make energy measurement and optimization work. Please refer to the [Getting Started](../getting_started/index.md) guide.

Zeus provides multiple optimizers that tune different knobs either in the Deep Learning workload-side or the GPU-side.

## [Power limit optimizer](power_limit_optimizer.md)
Expand Down

0 comments on commit 8430a42

Please sign in to comment.