How to schedule producer for multiple consumers #6814
Unanswered
zhouwangpei123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i'm new to halide, recently i'm trying to realize a variant of guided filter algorithm with halide. Tested on Intel Core i7-7700( the size of input/output is 2040*1536 ), halide_gf_uint16_withmap takes 8ms, which is resonable. Howerver, halide_gfcoeff_uint16_withmap has the exact same flow as halide_gf_uint16_withmap, the only difference is that halide_gfcoeff_uint16_withmap only calculate the coefficients of a and b, using similar schedule as halide_gf_uint16_withmap, but it takes 234ms! what's the problem here? how shound i schedule for halide_gfcoeff_uint16_withmap?
Beta Was this translation helpful? Give feedback.
All reactions