-
Notifications
You must be signed in to change notification settings - Fork 252
CI fixes #950
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
CI fixes #950
Conversation
Huh, looks like 11.3's |
a1af3c1
to
46f6109
Compare
f1e96a2
to
2777fca
Compare
e7c6c9c
to
56849d5
Compare
Codecov Report
@@ Coverage Diff @@
## master #950 +/- ##
==========================================
+ Coverage 79.20% 80.51% +1.31%
==========================================
Files 118 118
Lines 8002 8017 +15
==========================================
+ Hits 6338 6455 +117
+ Misses 1664 1562 -102
Continue to review full report at Codecov.
|
aee14d7
to
56b4951
Compare
91a5e1d
to
f120607
Compare
f120607
to
a2071ae
Compare
a2071ae
to
5ce89c3
Compare
Interestingly, the 1.7 CI failures only occur on older devices, and seem to have been introduced by rc1 (they don't occur on 1.7-beta4). Not limited to changes in this PR though; also occur on CUDA.jl#master. MWE: |
Turns out JuliaLang/julia#42119 triggers a miscompilation on older GPUs... 😭 |
Another case of divergent control flow due to For those interested, a C++-based MWE is available at https://gist.github.com/maleadt/dc59ee944952593e8d9967ad2c3543da |
No description provided.