Skip to content

Add debug option to disable FMA usage. #305

@jjsjann123

Description

@jjsjann123

🚀 Feature

Our end-2-end testing always compare the output of fuser with Pytorch eager. Since PyTorch eager execute binary operation one after the other, versus fuser which does multiple operation as a whole. FMA used in fuser kernel provides better accuracy, but it drifts away from the eager result.

We would want a quick flag to disable FMA usage just to avoid such numerical issue in functional test.

Assigning myself on this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions