You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although CPU microarchitecture details are pulled out of a file, this is currently hard-wired to be config_ivy_bridge.py. Since this microarchitecture has no FMA support (and thus no cost associated with an FMA) this causes problems if the user attempts to have the code generate FMAs. Currently two tests are set to xfail because of this limitation.
We need to build upon the existing functionality to make the choice of micro-architecture configurable by the user.
The text was updated successfully, but these errors were encountered:
Although CPU microarchitecture details are pulled out of a file, this is currently hard-wired to be
config_ivy_bridge.py
. Since this microarchitecture has no FMA support (and thus no cost associated with an FMA) this causes problems if the user attempts to have the code generate FMAs. Currently two tests are set to xfail because of this limitation.We need to build upon the existing functionality to make the choice of micro-architecture configurable by the user.
The text was updated successfully, but these errors were encountered: