-
Notifications
You must be signed in to change notification settings - Fork 4
blas threads getter and setter tests now failing on Travis #86
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
Comments
|
|
Same tests pass on mkgpu and on my laptop. |
There was a worker version bump: Compare |
This is definitely due to some external changes. Here's an older (successful) build that I restarted recently: https://travis-ci.org/kutaslab/fitgrid/builds/461986881#L415. Now it fails. |
These tests pass with stock Travis Python and with conda Python 3.7: For now we'll skip these tests when run on Travis. We still test the context manager, so inside the context manager there is a guarantee that NumPy is single-threaded. It's just that when it's single-threaded by default, it doesn't budge and doesn't let us change the number of threads used. I'll keep this issue open. |
Closed by #87 |
https://travis-ci.org/kutaslab/fitgrid/builds/464017224#L1843
The text was updated successfully, but these errors were encountered: