Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CPU architecture configurable #1

Open
arporter opened this issue Aug 22, 2016 · 1 comment
Open

Make CPU architecture configurable #1

arporter opened this issue Aug 22, 2016 · 1 comment
Assignees

Comments

@arporter
Copy link
Owner

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.

@arporter arporter self-assigned this Aug 22, 2016
@arporter
Copy link
Owner Author

Created new branch configurable_microarch for this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant