-
Hi, what would be the best way to schedule 4d convolution (NHWC), for kernels of size Nx3x3xC this is the algorithm I am using:
currently the best results I could get are with this schedule I modified from the Adams2019 autoscheduler:
I am sure it could be improved even more. Do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
abadams
Aug 22, 2022
Replies: 1 comment
-
A good schedule for a conv layer can be quite complex. Take a look at https://github.com/halide/Halide/tree/main/apps/conv_layer |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dCubelic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A good schedule for a conv layer can be quite complex. Take a look at https://github.com/halide/Halide/tree/main/apps/conv_layer