-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Profiling] Model and device specific folders for profiled data, docu…
…mentation for profiling (#7) * minor * minor * minor * minor * profiling refactoring * minor * various fixes * minor * minor * minor * Fix CUDA illegal memory encountered error * minor * minor * Do not have hardcoded num_blocks * h100 mlp * h100 mlp * h100 mlp+attention+ar * Add A100 compute data in new format * Fix mlp profiling * Document how to add a new model * Fix incomplete mlp data for a100, delete for H100 (need reprofiling) * Change paths for profiling data files * format * Add highlight figures in README --------- Co-authored-by: Amey Agrawal <[email protected]> Co-authored-by: Nitin Kedia <[email protected]> Co-authored-by: Ubuntu <azureuser@vmss000005.qcze0vdp4tsupb4kdsslztcwbe.gvxx.internal.cloudapp.net>
- Loading branch information
1 parent
6d98aa8
commit bee57da
Showing
68 changed files
with
712,527 additions
and
217,456 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,46 @@ | ||
FILL IN THE PR DESCRIPTION HERE | ||
|
||
FIX #xxxx (*link existing issues this PR will resolve*) | ||
|
||
**BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE** | ||
|
||
--- | ||
|
||
<details> | ||
<!-- inside this <details> section, markdown rendering does not work, so we use raw html here. --> | ||
<summary><b> PR Checklist (Click to Expand) </b></summary> | ||
|
||
<p>Thank you for your contribution to Vidur! Before submitting the pull request, please ensure the PR meets the following criteria. This helps Vidur maintain the code quality and improve the efficiency of the review process.</p> | ||
|
||
<h3>PR Title and Classification</h3> | ||
<p>Only specific types of PRs will be reviewed. The PR title is prefixed appropriately to indicate the type of change. Please use one of the following:</p> | ||
<ul> | ||
<li><code>[Bugfix]</code> for bug fixes.</li> | ||
<li><code>[CI/Build]</code> for build or continuous integration improvements.</li> | ||
<li><code>[Doc]</code> for documentation fixes and improvements.</li> | ||
<li><code>[Model]</code> for adding a new model or improving an existing model. Model name should appear in the title.</li> | ||
<li><code>[Profiling]</code> For changes on the profiling module. </li> | ||
<li><code>[Core]</code> for changes in the core simulator logic </li> | ||
<li><code>[Misc]</code> for PRs that do not fit the above categories. Please use this sparingly.</li> | ||
</ul> | ||
<p><strong>Note:</strong> If the PR spans more than one category, please include all relevant prefixes.</p> | ||
|
||
<h3>Code Quality</h3> | ||
|
||
<p>The PR need to meet the following code quality standards:</p> | ||
|
||
<ul> | ||
<li>Pass all linter checks. Please use <code>make format</code></a> to format your code.</li> | ||
<li>The code need to be well-documented to ensure future contributors can easily understand the code.</li> | ||
<li>Please add documentation to <code>docs/source/</code> if the PR modifies the user-facing behaviors of Vidur. It helps user understand and utilize the new features or changes.</li> | ||
</ul> | ||
|
||
<h3>Notes for Large Changes</h3> | ||
<p>Please keep the changes as concise as possible. For major architectural changes (>500 LOC), we would expect a GitHub issue (RFC) discussing the technical design and justification. Otherwise, we will tag it with <code>rfc-required</code> and might not go through the PR.</p> | ||
|
||
<h3>Thank You</h3> | ||
|
||
<p> Finally, thank you for taking the time to read these guidelines and for your interest in contributing to Vidur. Your contributions make Vidur a great tool for everyone! </p> | ||
|
||
|
||
</details> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.