-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[IE CLDNN] Bugfix in eltwise ref and optimizing for fsv4 layout #5104
[IE CLDNN] Bugfix in eltwise ref and optimizing for fsv4 layout #5104
Conversation
inference-engine/thirdparty/clDNN/tests/test_cases/eltwise_gpu_test.cpp
Outdated
Show resolved
Hide resolved
...ngine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp
Outdated
Show resolved
Hide resolved
inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
Outdated
Show resolved
Hide resolved
inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
Outdated
Show resolved
Hide resolved
format::type out_format; | ||
}; | ||
|
||
struct eltwise_same_input_test : testing::TestWithParam<eltwise_same_input_test_params> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be quite similar to generic_eltwise_test
. What is the difference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to make a simple test that I represented the existing target bug.
Should it be supposed to be merged to generic test?
...ngine/thirdparty/clDNN/kernel_selector/core/actual_kernels/eltwise/eltwise_kernel_vload8.cpp
Outdated
Show resolved
Hide resolved
inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
Outdated
Show resolved
Hide resolved
inference-engine/thirdparty/clDNN/kernel_selector/core/common/kernel_selector_utils.cpp
Outdated
Show resolved
Hide resolved
8af96fc
to
b0d83cc
Compare
@vladimir-paramuzov , @lznamens I applied all comments. It passed CI. |
d99434f
to
71b12bf
Compare
6690db3
to
68ee94a
Compare
+ Bugfix in CheckInputsOutputNoPitchSameDims + Bugfix in eltwise_vload8 + Add testcases Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: byungilm <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: byungil.min <[email protected]>
Signed-off-by: Min, Byungil [email protected]
Details: