--
You received this message because you are subscribed to the Google Groups "XLA development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xla-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xla-dev/9e1258f3-007a-4ae2-ba49-e181a0c38b0bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xla-dev/CANF-O%3DbEjHvFwWDUMG%3DwE7ZKrWV2qdJng757hvg6pH2H7p3XPg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xla-dev/a788a78a-b3ba-4260-b8ff-49fa0f947a1bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xla-dev/CAM4W%2BYfXV6OJct1sj%2B8vp4kg-6My1xK%2BFv5a3AG8u%2Bp02Q_KhQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xla-dev/CAFxp7Wb-%3Df6o3_phFBf-Wv2jo5bVSmR3bg0FJ9KW%2B0RaUahRqA%40mail.gmail.com.
Hi..On dynamic padder side I'll try to fix that issue soon (it's been tracked at b/165921482) by expliciting branching on the size of the dimensions and adding slice and explicit broadcast, we can then use a CSE to statically reduce the number of cases where broadcasting is not needed. I don't think that's the fundamental issue with this padding approach.