Skip to content
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

Fix casting in vdotq_four_lane_s32() in TFLite #53782

Merged
merged 1 commit into from Apr 14, 2022

Conversation

stha09
Copy link
Contributor

@stha09 stha09 commented Jan 15, 2022

When building with GCC and dotprod ARM extension enabled,
vreinterpret_s32_s8() casts int8x8_t to int32x2_t. However, third
argument of vdotq_lane_s32() expects parameter of type int8x8_t.

@google-ml-butler google-ml-butler bot added the size:S CL Change Size: Small label Jan 15, 2022
When building with GCC and dotprod ARM extension enabled,
vreinterpret_s32_s8() casts int8x8_t to int32x2_t. However, third
argument of vdotq_lane_s32() expects parameter of type int8x8_t.
@gbaned gbaned added the comp:lite TF Lite related issues label Jan 16, 2022
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jan 16, 2022
@gbaned gbaned requested a review from terryheo January 16, 2022 05:34
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Jan 16, 2022
Copy link
Member

@terryheo terryheo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Mar 21, 2022
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Mar 21, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Mar 21, 2022
@tensorflowbutler tensorflowbutler removed the awaiting review Pull request awaiting review label Mar 23, 2022
@gbaned gbaned removed the ready to pull PR ready for merge process label Mar 23, 2022
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Mar 23, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Mar 23, 2022
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Apr 7, 2022
@copybara-service copybara-service bot merged commit e897020 into tensorflow:master Apr 14, 2022
@google-ml-butler google-ml-butler bot removed the ready to pull PR ready for merge process label Apr 14, 2022
@stha09 stha09 deleted the tflite-arm-cast branch April 12, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues size:S CL Change Size: Small
Projects
PR Queue
  
Approved by Reviewer
Development

Successfully merging this pull request may close these issues.

None yet

5 participants