-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
434 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Profiling SGLang Infer System with AMD GPUs | ||
This AppNote describes the SGLang profiling technical, code augment and running steps for systems with AMD Instinct GPUs, nevertheless the same procedure may work with Nvidia GPUs too. | ||
Examples and steps are provided in detail, to facilitate easy reproduce and use to localize performance problem towards optimizations. | ||
Two primary methods are covered: | ||
- [RPD](https://github.com/ROCm/rocmProfileData.git) | ||
|
||
|
||
- [Torch Profiler](https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Tuning SGLang Infer System with AMD GPUs | ||
This AppNote describes the SGLang performance tuning technical, code harness and running steps for systems with AMD Instinct GPUs. | ||
Harness code, examples and steps are provided in detail, to facilitate easy reproduce & use to tune performance towards workloads. | ||
Three primary runtime areas are covered: | ||
- Triton Kernels | ||
|
||
|
||
- Torch Tunable Ops | ||
|
||
|
||
- Torch Compile | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.