-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix language and tests in Travis #6
Comments
Some updates on this. I've fixed one issue related to building clFFT itself in @juliohm Could you please take a look at that log and tell if you see any cues about the issue? Would be really nice to make sure there no bugs before tagging a new version. |
Hi @dfdx you mean pull the latest master and try to perform the tests on my local machine? In the logs I only see Travis complaining about lack of I/O as you mentioned. I will try to pull the latest and see if these tests pass on my laptop. They were not passing before, but that is because of the driver I am using probably (Beignet for integrated Intel GPU on my Dell XPS 13) |
Yes, unfortunately for me the test fails in the very beginning, it is a driver issue. I think we should tag a new version regardless of the build in Travis, it was not working before anyways. The new tag will at least solve the incorrect list of supported radices. |
Agree. I'll clean up my experiments and merge partial fix for tests tomorrow and tag a new version just after that. |
@juliohm FYI: PR for a new tag is created (see JuliaLang/METADATA.jl#5853), once it's merged, new version will be available for installation. |
Thank you Andrei, I will specify the new tag in my package.
Best,
-Júlio
|
language: julia
entry, so it's possible to replace previouslanguage: cpp
and manual julia installation with this entry.I made a couple of attempts to fix it in
new-travis-infrastructure
branch, but since I don't use CLFFT package itself, I leave it to someone with appropriate skills and configured environment.The text was updated successfully, but these errors were encountered: