Aharrypotter commented on issue #19519: URL: https://github.com/apache/tvm/issues/19519#issuecomment-4414802132
> Hi [@tlopex](https://github.com/tlopex) and [@Aharrypotter](https://github.com/Aharrypotter), I’m interested in contributing to the StableHLO operator support in the Relax TFLite frontend. > > Would it be okay if I work on: > > STABLEHLO_RESHAPE STABLEHLO_TRANSPOSE STABLEHLO_SLICE > > to help split the work and avoid overlap? Hi @Mohxen , yes, that works for me, and thanks for your interest! I’m currently preparing a small initial PR for StableHLO-in-TFLite support, mainly to establish the reference pattern for the frontend handlers, convert_map registration, and structural-equal tests. Would it be okay if I land that first batch before we split the remaining ops? Once it is merged, you could use it as a reference and pick up follow-up StableHLO ops. I think this would help avoid overlap and keep the implementation and test style consistent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
