-
Notifications
You must be signed in to change notification settings - Fork 18
Add performance tuning functionalities #46
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
59 commits
Select commit
Hold shift + click to select a range
ec01b3c
fix gitignore
romeokienzler 2d103b2
add torch.compile support via --compile CLI flag
romeokienzler 6b8aed9
fix torch.compile max-autotune OOM: allow ATEN GEMM fallback
romeokienzler b3fd8c4
fix torch.compile graph breaks: replace boolean index-put with torch.…
romeokienzler 84e613f
add -tf32 and --bfloat16 parameters
romeokienzler 2bb6f13
pass bfloat to lightning trainer as well if set
romeokienzler 6dae6d5
enable autocast for HeteroData objects
romeokienzler c9fc63d
add smoke test
romeokienzler 86fb524
fix value range
romeokienzler e2835e3
fix doc, improve test
romeokienzler 6a15194
add missing doc
romeokienzler 6735e77
improve test
romeokienzler 5abe149
fix docs
romeokienzler 345167b
fix ordering
romeokienzler c02271c
add fixure for cleanup
romeokienzler bed1e9e
fix test name
romeokienzler 512dfc3
remove bad doc
romeokienzler 2f557ae
fix broken links
romeokienzler 9bf689d
fix documentation
romeokienzler afb569b
strip down
romeokienzler 69d35ea
simplify doc
romeokienzler 1e032be
add support for dataset wrapper
romeokienzler 27f6c10
swap call order to support wrapping of ds
romeokienzler 87e3e11
fix shared memroy file handler issue
romeokienzler 73bcdcb
fix race condition
romeokienzler 886cf51
add logging for debugging race condition
romeokienzler 848fb69
add registry support for (3rd party) dataset wrapper
romeokienzler 6f25a99
remove debug code, add parameter
romeokienzler 7f89a3a
remove unnecessary param
romeokienzler 73c5552
fix chache buildup order
romeokienzler 633d797
changed introduced by precommit
romeokienzler 985cae5
manual precommit fixes
romeokienzler abd8db6
fix precommit hook
romeokienzler a93f2ba
precommit fix
romeokienzler abacdc4
bump trivy
romeokienzler d49c8d1
fix precommit
romeokienzler 2691248
fix trivy
romeokienzler d702616
add support for dataloading performance tests
romeokienzler 8954822
fix validation order
romeokienzler 698c8a4
precommit fix
romeokienzler 0a0c5db
security fix
romeokienzler 5de3045
fix missing package and circular import
romeokienzler 7651ad6
ignore security CVE-2026-4539 as not relevant
romeokienzler 1684ffa
fix tests
romeokienzler d62f5bf
fix precommit
romeokienzler 7ff6c4c
add profiler cli argunent
romeokienzler 7c1c245
add profiler cli argunent
romeokienzler cb80c4c
add batch elapsed time logging
romeokienzler 6e3e6a2
test for semantic equivalenze emprirically
romeokienzler 6d95793
implement in aten safe way
romeokienzler 7153039
log (to mlflow) only every 1000 steps
romeokienzler 76e6bd5
fix syntax error
romeokienzler b793b67
Merge branch 'main' into add_perf_fix
romeokienzler 1908ef5
fix merge error
romeokienzler 0dfa6e3
fix
romeokienzler e092dbd
remove crashing code
romeokienzler 775be84
fix precommit hook
romeokienzler 458eecc
fix received 0 items of ancdata
romeokienzler 51ca57f
fix precommit
romeokienzler 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.