-
Notifications
You must be signed in to change notification settings - Fork 323
[TRITON] Add act_mul without quant (DO_QUANT), model configs, benchmarks #2592
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
Open
Chi-Chu319
wants to merge
18
commits into
main
Choose a base branch
from
feature/act-mul-no-quant
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8aeaf2a
Add act_mul without quant (DO_QUANT), model configs, benchmarks
Chi-Chu319 9c22cd2
Update op_tests/op_benchmarks/triton/bench_moe.py
Chi-Chu319 4bbd3d6
Update aiter/ops/triton/activation.py
juuso-oskari 3f06beb
Merge branch 'main' into feature/act-mul-no-quant
juuso-oskari 048736c
no need to move the b load after a activation
juuso-oskari 8c333b9
Merge branch 'feature/act-mul-no-quant' of https://github.com/ROCm/ai…
juuso-oskari 1357f0e
Update aiter/ops/triton/activation.py
juuso-oskari 775a25a
fix: act_mul handles higher-rank inputs by flattening/unflattening in…
Copilot 85c792d
do mul in b dtype and use more universal x_out_ptr name
juuso-oskari 8e90c8c
black
juuso-oskari 0f07849
revert back the b dtype mul
juuso-oskari 53171cd
Merge branch 'main' into feature/act-mul-no-quant
Chi-Chu319 daa2a75
Merge branch 'main' into feature/act-mul-no-quant
Chi-Chu319 321bcf5
Remove DO_QUANT parameter from activation functions and update relate…
Chi-Chu319 85941be
Merge branch 'feature/act-mul-no-quant' of https://github.com/ROCm/ai…
Chi-Chu319 9c90e54
renamed x_out_ptr back to x_fp4_ptr
Chi-Chu319 3a0c78f
move fp8_dtype = aiter.dtypes.fp8 after imports
Chi-Chu319 b4a4117
Refactor act_mul function to remove unused dummy_bs tensor and update…
Chi-Chu319 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
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.