[feature] [MIOpen] Exploring MIOpen Fusion API integration opportunities #9185
Replies: 1 comment
-
|
For implementing a pointwise op sequence, a few options depending on whether you need a single fused kernel:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to explore adding support for fused pointwise operations (e.g., fusing sequential chains of elementwise math like Add ➔ Mul ➔ ReLU or Scale ➔ TensorOp).
Since the native MIOpen Fusion API is designed for heavy anchors (like Convolution or BatchNorm) and does not support standalone, pure pointwise math chains (like arbitrary sequences of Add ➔ Mul ➔ ReLU), I want to ask:
What is the preferred engineering approach to implement pure pointwise operator fusion within hipDNN?
Issue: #9016
Beta Was this translation helpful? Give feedback.
All reactions