dinkdeep
dinkdeep
Noticed that the Training Path in Glow was removed using issue #4866 Remove torch_glow training #4866. What are the available alternatives in lieu of it for training support in Glow....
Looks like Glow seems to work with NHWC formats rather then NCHW formats for which it seems to add a number of Transposes and Reshapes to convert from NCHW->NHWC format...
Is there a way to convert/legalize mhlo.convolution to linalg.convolution ? I see /mlir-hlo/tests/hlo-legalize-to-lhlo.mlir supporting a) conversion from "mhlo.convolution" to "lmhlo.convolution" and further "lmhlo.convolution" b) conversion to "linalg.conv" in /mlir-hlo/tests/lhlo-legalize-to-linalg.mlir. The...