-
-
Notifications
You must be signed in to change notification settings - Fork 795
Enable XPU and optimize cpu/xpu op #1418
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
Titus-von-Koeller
merged 39 commits into
bitsandbytes-foundation:multi-backend-refactor
from
jiqing-feng:new_ipex
Nov 29, 2024
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
012c660
enable new ipex API
jiqing-feng b8df1aa
use ipex op in backward
jiqing-feng cd7bf21
enable backward
jiqing-feng 5e19019
Multi backend refactor (#8)
jiqing-feng dd3b745
Revert "enable backward"
jiqing-feng 8422f63
Revert "use ipex op in backward"
jiqing-feng 9cbc081
fix finetune
jiqing-feng 6860a4a
check training
jiqing-feng b2233b7
fix gemv check
jiqing-feng dbafcbb
reformat
jiqing-feng 702b748
avoid double quant in backward if not needed
jiqing-feng 1bde567
Zh/xpu support (#9)
jiqing-feng a5d92c3
avoid import triton if CPU and XPU backend
jiqing-feng e7b755b
fix setup in docker without git config
jiqing-feng 4d4e240
xpu do not support compile for now
jiqing-feng 0ccb0b5
update xpu
jiqing-feng 712f584
update 4bit compute dtype
jiqing-feng b58db74
fix xpu int8 path
jiqing-feng 0c9015a
optimize 4bit dequant
jiqing-feng 0e919dc
fix xpu dequant
jiqing-feng ee4fd00
add empty cache in each xpu op
jiqing-feng 35b8c91
add nf4 dequant ipex kernel
jiqing-feng 347524d
fix dequant 4bit op
jiqing-feng ed0e370
empty cache has negative effect on 4bit gemv
jiqing-feng 11db860
fix xpu save
jiqing-feng 92e8c87
fix save
jiqing-feng 57e5492
rebase
jiqing-feng cf0a807
xpu use float16 default
jiqing-feng 7a32842
rm empty cache as it cause slower perf
jiqing-feng e636f75
fix xpu save
jiqing-feng 987423a
fix 8bit int8 param device
jiqing-feng 9da03f1
fix 8bit int8 param device
jiqing-feng aa3b245
fix 8bit int8 param device
jiqing-feng 1e27a22
fix 8bit int8 param device
jiqing-feng 314f724
fix format
jiqing-feng 95387c8
update readme for Intel CPU and XPU do not need make csrc codes
jiqing-feng f039cfe
fix format
jiqing-feng 23281c8
Merge branch 'multi-backend-refactor' into new_ipex
jiqing-feng bde878a
fix import
jiqing-feng 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.
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.