-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
remove Manifest #1657
remove Manifest #1657
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build failed: |
Failure might be new to this PR. It involves
at
Last pass I can see was on CUDA v3.2.1, NNlibCUDA v0.1.3 |
yeah I'm seeing the same failure in #1516 |
Oh right. Slightly different stack trace but this line appears. CUDA v3.2.1 & NNlibCUDA v0.1.3, which is what the manifest there specifies. Tests have had |
Even removing the ctc test I see those errors everywhere. cc @maleadt |
Errors are due to kernels doing scalar indexing disallowed by new cuda and are tracked in #1648 |
Ok, I've updated the title. This PR should perhaps just add an upper bound to CUDA? Then #1648 will mark tests broken on the new version. |
actually, that's wrong, there was a problem with my cuda setup. I fixed the |
@@ -10,6 +10,7 @@ | |||
@test outputsize(m, (10,); padbatch=true) == (2, 1) | |||
@test outputsize(m, (10, 30)) == (2, 30) | |||
|
|||
@info "Don't mind the following error, it's for testing purpose." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@mcabbott need an approval again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
let's be free of the Manifest