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.
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
[CPU][ARM] Enable both f16 and f32 kernels for aarch64 and introduce runtime f16 support check #22992
[CPU][ARM] Enable both f16 and f32 kernels for aarch64 and introduce runtime f16 support check #22992
Changes from 44 commits
9cb0551
c923f05
0702f64
1503264
6c314ea
135a153
59ad63f
ef8a260
bea9719
d88dbb5
32cb08d
aad4556
379a4f5
9531378
0278406
c729201
fac2285
543b50b
fc6260a
c7e746b
617968f
51df862
fb8ce1d
14887c6
2799a93
8196a7d
000c1f9
49ee639
e176d9c
c2ea2b3
da901c5
1ed5f3f
5d5dd54
8fa8cc0
fcb8d9f
1efa3dc
7154fcd
f80e7fb
ee70420
4ec86f7
f45f2c4
837cc0a
25376e6
2023203
53d310e
39c2ea7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 add comment why we enable this check only for AARCH64 + add ACL ticket link.
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.
comment is added
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.
As far as understand it was fixed in 24.02. Can we remove the WA?
ARM-software/ComputeLibrary#1096
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.
It's not fixed yet in github: https://github.com/ARM-software/ComputeLibrary/blob/f2eda6665c12d568e179f5b0e7a24ccdc0ac824d/src/common/cpuinfo/CpuIsaInfo.cpp#L63
The fix itself is to set this var to false: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11242