forked from openvpi/DiffSinger
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Triton fused SoftSignGLU kernel for LYNXNet2 #60
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
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d8b261c
feat: Triton fused SoftSignGLU kernel for LYNXNet2
KakaruHayate e357c71
perf: skip variance fusion, realistic warmup M, fewer autotune configs
KakaruHayate 99dad24
fix: remove useless warmup from __init__ (model on CPU, no compilation)
KakaruHayate 06cc355
fix: disable variance fusion by default (small backbones, no benefit)
KakaruHayate 6058ec5
fix: remove useless warmup from __init__ (model on CPU, no compilation)
KakaruHayate 9256c0b
fix: address PR review issues
KakaruHayate d29f868
fix: elem kernel extra N arg; variance nested glu_type
KakaruHayate ade184c
fix: backward kernel dtype not hardcoded fp16
KakaruHayate cf25e36
fix: optimize Triton fused SoftSignGLU kernel for training
KakaruHayate bce80cd
fix: warn when fused kernels are skipped due to unsupported glu_type
KakaruHayate b336d78
review: fix hard blocks — TF32 removal, glu_type revert, robustness
KakaruHayate 0cafbbe
review round 2: variance warmup + GPU-verified test rework
KakaruHayate 407b315
fix: rank_zero_info unbound in acoustic ImportError path
KakaruHayate 829f88b
chore: add missing trailing newline in integration.py
KakaruHayate 9801e5d
feat: DoubleSoftSignGLU (FastWaveD-style) + ATanGLUFunction-style mem…
KakaruHayate 9a4d60c
refactor: unify use_fused_kernels_variance into use_fused_kernels
KakaruHayate f8056c2
fix: fail fast when Triton is unavailable
KakaruHayate c13588f
fix: warm only patched variance backbones
KakaruHayate 222a72b
fix: address CodeRabbit fused kernel review
KakaruHayate 6133bb5
fix: fail fast when fused kernels lack Triton
KakaruHayate 8cd54bf
refactor: finalize fused SoftSignGLU integration
KakaruHayate 6716397
fix: isolate warmup RNG, restore 1D input rank
KakaruHayate b30828d
Harden LYNXNet2Block layout check in fusion wrapper
KakaruHayate 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Fused kernels for LYNXNet2 optimization |
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.