Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I'm using JAX (with an Nvidia GPU), which wraps OpenXLA's convolution. If I understand the OpenXLA docs correctly, it expects the memory format for convolutions to be channel-first (NCHW), which is different from Nvidia's recommendation (NHWC). Could someone elaborate on this? Does this mean OpenXLA will perform sub-optimally?
Excuse the naive question... thanks.
Beta Was this translation helpful? Give feedback.
All reactions