microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
134 stars 26 forks source link

Add conversion for tt.reshape to tensor.reshape #83

Closed aobolensk closed 5 months ago

aobolensk commented 6 months ago

Add support for conversion tt.reshape operation for tensors to corresponding operation in tensor dialect

nhat-nguyen commented 5 months ago

Thank you! The changes look good to me.