-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[GPU] Support of int8 compressed weights for matmul #19548
Merged
vladimir-paramuzov
merged 3 commits into
openvinotoolkit:master
from
vladimir-paramuzov:decompression
Sep 11, 2023
Merged
[GPU] Support of int8 compressed weights for matmul #19548
vladimir-paramuzov
merged 3 commits into
openvinotoolkit:master
from
vladimir-paramuzov:decompression
Sep 11, 2023
Conversation
This file contains 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
vladimir-paramuzov
force-pushed
the
decompression
branch
2 times, most recently
from
September 5, 2023 12:48
02f38f5
to
8dca990
Compare
vladimir-paramuzov
force-pushed
the
decompression
branch
3 times, most recently
from
September 7, 2023 07:38
698a158
to
2d32c50
Compare
daily test on dgpu was OK |
isanghao
reviewed
Sep 8, 2023
src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl
Outdated
Show resolved
Hide resolved
src/plugins/intel_gpu/src/kernel_selector/cl_kernels/fully_connected_gpu_bf_tiled.cl
Show resolved
Hide resolved
vladimir-paramuzov
force-pushed
the
decompression
branch
from
September 8, 2023 08:05
2d32c50
to
8aa5454
Compare
isanghao
reviewed
Sep 8, 2023
vladimir-paramuzov
force-pushed
the
decompression
branch
from
September 8, 2023 12:25
8aa5454
to
8f7bd3e
Compare
sshlyapn
reviewed
Sep 8, 2023
...lugins/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_base.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_gpu/src/kernel_selector/weight_bias_params.cpp
Outdated
Show resolved
Hide resolved
...ns/intel_gpu/src/kernel_selector/kernels/fully_connected/fully_connected_kernel_bf_tiled.cpp
Show resolved
Hide resolved
src/plugins/intel_gpu/include/intel_gpu/primitives/fully_connected.hpp
Outdated
Show resolved
Hide resolved
yeonbok
reviewed
Sep 10, 2023
yeonbok
reviewed
Sep 10, 2023
vladimir-paramuzov
force-pushed
the
decompression
branch
from
September 11, 2023 06:00
8f7bd3e
to
f82a51d
Compare
sshlyapn
approved these changes
Sep 11, 2023
vladimir-paramuzov
force-pushed
the
decompression
branch
from
September 11, 2023 10:10
f82a51d
to
6f25cb4
Compare
yangwang201911
pushed a commit
to yangwang201911/openvino
that referenced
this pull request
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details:
FullyConnectedCompressed
operationTickets: