-
Notifications
You must be signed in to change notification settings - Fork 1k
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
help needed for improving conv with given shape #2088
Comments
Dear team, |
Hi @shawnxhong , Winograd is supported on GPU (FP16 and FP32) and AArch64 CPUs. Which platform are you targeting here? |
Thanks for your answer. I am targeting x86 with AMX. So it means winograd only works for gpu and aarch64? |
Hi, Going for INT8 Precision is one way to utilize AMX and get better Conv performance. |
Hi dear team,
Is there any other way to accelerate this conv (ic=16, oc=16, height=208, width=32, stride=1, kernel=3) on a single core?
The result is:
The branch is rls-v3.6 and I built with
CC=icx
andCXX=icpx
.Fusing conv + relu, upgrading to the latest version and using intel C++ compiler are the only useful method I can think of.
I tried to use other memory tags but not useful.
Please kindly suggest any other methods that can accelerate this conv.
Thanks a lot for your great help in advance.
The text was updated successfully, but these errors were encountered: