-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[TF][GPU]: Enable bitwise shift test in TF. #26194
Merged
rkazants
merged 9 commits into
openvinotoolkit:master
from
pkowalc1:bitwise_shift_gpu_enable_tf_tests
Sep 22, 2024
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
6d7fb07
[TF][GPU]: Enable bitwise shift test in TF.
pkowalc1 aecb276
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
rkazants 894fd44
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
rkazants 64ed042
[TF]: Enabled bitwise shift tests for datatype supported on GPU
pkowalc1 b9f2c2b
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
pkowalc1 8b2bd4a
[TF]:[BitwiseShift]: Disabled test for not working on GPU type.
pkowalc1 f6d9e93
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
pkowalc1 d0bc689
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
pkowalc1 e013b82
Merge branch 'master' into bitwise_shift_gpu_enable_tf_tests
pkowalc1 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 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.
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.
please create an issue ticket for GPU plugin to support uint64. And point the right ticket number here.
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.
@pkowalc1, please create separate ticket for uint64 support on GPU and list this ticket number in the skipping code
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.
@rkazants if you think there is a real need for uint64 support on GPU, please create a ticket and motivate it properly(e.g. maybe there is a business need). Currently, uint64 on GPU will be converted to int32 (info from V. Paramuzow), so there is a support but it it will not work properly in this case.
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.
The motivation is to be fully aligned with framework cases and capabilities. Our intention is to support not only known models but all other models about which we don't know.
Please create ticket and list here if you are responsible for resolving this task and if you want to change TF FE test sources. Otherwise, I can switch on these tests on GPU in my separate PR and create ticket on my own.
@mlukasze, fyi, I cannot allow to merge this PR without JIRA ticket about this limitation for uint64_t.
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.
@rkazants This PR is ready to be merged - all types except u64(as discussed above) should be working fine. However, if you want to create your own PR - no problem, please just close this one.