-
Notifications
You must be signed in to change notification settings - Fork 3.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
[OpenCL] Implement conv2d_winograd algorithm for Adreno #11543
[OpenCL] Implement conv2d_winograd algorithm for Adreno #11543
Conversation
7bdae6d
to
ab6679c
Compare
ab6679c
to
c6048ff
Compare
@masahi, @csullivan could you please review this PR? |
Can we share some code on |
@masahi Thank you for your comment. I refactored the code and moved the common part to a separate file. |
3d468cf
to
9f19d71
Compare
9f19d71
to
b92d317
Compare
* Implement conv2d_winograd algorithm for Adreno * Implement gtest for OpenCL texture pool * Implement conv2d_nhwc_winograd for Adreno * Minor refactoring * Fix lint * Apply comments * Apply comments * Fix lint
* Implement conv2d_winograd algorithm for Adreno * Implement gtest for OpenCL texture pool * Implement conv2d_nhwc_winograd for Adreno * Minor refactoring * Fix lint * Apply comments * Apply comments * Fix lint
This PR includes the following changes:
cc: @elvin-n, @TejashShah, @csullivan