ROCm / AMDMIGraphX

AMD's graph optimization engine.
https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/
MIT License
185 stars 83 forks source link

[MLIR] add pow elementwise fusion support #1832

Open manupak opened 1 year ago

manupak commented 1 year ago

This is supported in rocMLIR side. This is basically to add pow to the allowed list of pointwise ops in fuse_mlir pass with a verify test to MIGraphX.

DoD:

jerryyin commented 1 year ago

Krzysztof has implemented it