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

Use Intel SDE in Travis CI #8

Closed
mmcloughlin opened this issue May 21, 2018 · 2 comments
Closed

Use Intel SDE in Travis CI #8

mmcloughlin opened this issue May 21, 2018 · 2 comments

Comments

@mmcloughlin
Copy link
Owner

Since #7 was landed this package now contains architecture dependent code with a cpuid based feature check. Therefore in CI we are only testing one code path, and also not confirming the feature check is implemented correctly.

Unfortunately multi-architecture testing is very challenging. However the Intel SDE tool could allow us to emulate various intel CPUs. See flame/blis#122 and flame/blis#124 for an example.

I would like to consider using this for the geohash package. At first glance it appears the annoying part is installing SDE in travis, since the download requires you to accept a license.

@mmcloughlin
Copy link
Owner Author

Example:

https://github.com/mmcloughlin/meow/blob/871e50784daff1c9ec5ef66fe3d8fda6bbcd42cf/.travis.yml

@mmcloughlin
Copy link
Owner Author

Don't think this is important enough to work on right now. Closing as wont fix, could potentially reconsider in future.

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