-
Notifications
You must be signed in to change notification settings - Fork 221
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
Int8 WMMA not working in 3.8.4 and 3.8.5 despite merged PR. Add more unit tests? #1442
Comments
(Technically, there is nothing to fix here, of course.) |
I don't understand what you're saying here. #1119 isn't part of any release yet.
How? |
Since you're pointing to 1bab170, which doesn't make much sense wrt. Int8 WMMA, I take it you're trying to use CUDA.jl from master without using the Manifest. This is not supported. The commit that 'broke' CUDA.jl added a dependency on a specific GPUCompiler commit to the Manifest. |
Ah, TIL. So my way of checking is flawed. (What I did was checking out particular commits of the repo and then
I looked at https://github.com/JuliaGPU/CUDA.jl/releases/tag/v3.8.4 but I see now that the PRs mentioned there didn't necessarily go into the release. I'll close this then. Sorry for the noise! |
Yeah, that's confusing, I know... It's a long-standing issue with TagBot.jl: JuliaRegistries/TagBot#181 Generally I try to stick to released versions of dependencies, but there's been some invasive changes to GPUCompiler.jl I wanted to be live for CUDA.jl#master for a while, so that's why we commit the Manifest. |
Worked after #1119 was merged until (and including) 32023f3. Stopped working with 86b5069. Fixed on master by last commit, i.e. 1bab170.
The unfortunate thing is that there still is no working CUDA.jl release with Int8 WMMA support since 3.8.4 and 3.8.5 besides the new feature (#1119) also contain the culprit 86b5069. I wonder why the unit tests didn't detect this. Maybe we need more tests?
For some context, I want to use this feature over at GPUInspector.jl in
peakflops(; dtype=Int8, tensorcores=true)
.MWE:
Output on 86b5069 and f37805e:
The text was updated successfully, but these errors were encountered: