-
Notifications
You must be signed in to change notification settings - Fork 783
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
When used msvc clang-cl, kernel a64_fp16_4x4_3x3 isn't built #1135
Comments
Hi @allnes Presently we support only |
Hi this command was generated: |
armv8a arch disable fp16 kernels, do you have plan to support arm64-v8.2-a instruction set? |
HI @allnes Yes, we will look into adding support for |
Hi @morgolock Thank you, patch is worked, we'll wait for the release |
Hi,
I used Windows system on Snapdragon ARM CPU and noticed that kernel can't build:
arm_conv::winograd::weight_transform::a64_fp16_4x4_3x3
and other fp16 kernels in:
src/core/NEON/kernels/convolution/winograd/input_transforms
src/core/NEON/kernels/convolution/winograd/output_transforms
src/core/NEON/kernels/convolution/winograd/weight_transforms
This problem create failure of our build in OpenVINO on this system.
Could you tell are there reasons for that?
The text was updated successfully, but these errors were encountered: