-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/add requested vram #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6d2a83b
Add requested vram and update EfficiencyAnalysis accordingly
MisterArdavan c2709de
Add analysis notebook for no vram usage
MisterArdavan 66b17a4
Add vram_hours histogram plot
MisterArdavan d80a4f5
Add 'Requested and Used VRAM' notebook
MisterArdavan 0308142
Add resource hoarding analysis to Requested and Used VRAM notebook
MisterArdavan c22fce6
Refactor and organize notebooks
MisterArdavan ffa0aa2
Add PI group visualization code as a new class
MisterArdavan 980732c
Add histogram visualization for score metrics to the visualization class
MisterArdavan 2a72f64
Add directory name changes ignores previously
MisterArdavan f60ea00
Add histogram visualization for positive metrics
MisterArdavan a57030a
Update directory names
MisterArdavan 7c29e4a
Fix notebook directory names
MisterArdavan 0ead8e8
Add anonymization option to visualization modules for efficiency anal…
MisterArdavan d5eeb0d
Add anonymization option to preprocessing
MisterArdavan 4b15924
Update Requested and Used VRAM notebook to anonymize outputs
MisterArdavan c9e8b58
Update .gitattributes to add a notebook
MisterArdavan 2b861be
Refactor jupyter notebook cleaning script
MisterArdavan 248d36f
Add anonymization option to preprocessing to omit full paths in outpu…
MisterArdavan bfb003d
Monkeypatch showwarning in preproessing to not include the path where…
MisterArdavan 05bc380
Update GPU VRAM Usage histogram and make number in ranking bar plot e…
MisterArdavan c02db24
Fix ruff error
MisterArdavan dddb413
Remove global variables in preprocessing
MisterArdavan cb119d8
Remove incorrect filter in job cpu core overallocation section of the…
MisterArdavan f7a9425
Remove methods in efficiency analysis that were dead code and were re…
MisterArdavan b558c57
Update mvp notebook metadata
MisterArdavan d4704f4
Resolve merge conflict
MisterArdavan a333a23
Add anonymization option to new utility functions and update configur…
MisterArdavan 7caf692
Refactor no vram use notebook and keep its anonymized outputs
MisterArdavan 33068e4
Refactor Efficiency Analysis notebook to use the new utility function…
MisterArdavan 14c5a2f
Add Attribute Visualization.ipynb to the list of notebooks to keep pu…
MisterArdavan 7dfdf00
Merge branch 'main' of github.com:UnityHPC/ds4cg-job-analytics into f…
MisterArdavan 23ab7aa
Refactor README
MisterArdavan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,4 +1 @@ | ||
| # *.ipynb filter=strip-notebook-output | ||
| # # keep the output of the following notebooks when committing | ||
| # SlurmGPU.ipynb -filter=strip-notebook-output | ||
| # notebooks/SlurmGPU.ipynb -filter=strip-notebook-output | ||
| *.ipynb filter=strip-notebook-output | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we not keeping the SlurmGPU output now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list of notebooks to not filter out is handled by the script
clean_notebook.shso this was unnecessary.