microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
165 stars 34 forks source link

Add support for tt.extern_elementwise conversion on atan2 and sin operations #86

Closed aobolensk closed 8 months ago

aobolensk commented 8 months ago

Add extensible converter of tt.extern_elementwise operations invoked on built-in library calls. At the first stage, add conversion to math.atan2 and math.sin MLIR operations