Skip to content
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

1.5 compatibility release #623

Merged
merged 24 commits into from
Jan 6, 2021
Merged

1.5 compatibility release #623

merged 24 commits into from
Jan 6, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jan 5, 2021

Backports most changes from the master branch to right before we moved to 1.6, with the exception of linear algebra and sparse array changes.

maleadt and others added 20 commits January 5, 2021 08:13
Only for platforms without LLVM trampoline support (ARM, PPC, etc)
Support for 'delayed kernels'
Use at-sync instead of calls to synchronize in tests.
New findmin/max implementation using single-pass reduction
Fix synchronization before testing cublasXt calls.
Fix wrong initialisation error message
Fix broadcasting with Base.angle
Initial compatibility with CUDA 11.2.
Add a quick failure option to the test runner.
@maleadt
Copy link
Member Author

maleadt commented Jan 6, 2021

Removing memcheck, as it fails on this branch. I think that's in part because on 1.5 we might still emit broken shmem-related code. But mostly I don't feel like debugging this as it passes cleanly on master.

@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #623 (00fc994) into compat (7434ca7) will decrease coverage by 0.65%.
The diff coverage is 85.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           compat     #623      +/-   ##
==========================================
- Coverage   77.95%   77.30%   -0.66%     
==========================================
  Files         116      116              
  Lines        6424     6438      +14     
==========================================
- Hits         5008     4977      -31     
- Misses       1416     1461      +45     
Impacted Files Coverage Δ
lib/cublas/CUBLAS.jl 80.00% <ø> (ø)
src/broadcast.jl 83.67% <ø> (ø)
src/pool.jl 72.50% <0.00%> (ø)
src/state.jl 83.08% <0.00%> (ø)
lib/cudadrv/occupancy.jl 90.47% <50.00%> (+14.47%) ⬆️
src/initialization.jl 75.40% <58.33%> (+2.27%) ⬆️
src/compiler/execution.jl 88.37% <81.81%> (-1.63%) ⬇️
src/indexing.jl 98.00% <96.15%> (-2.00%) ⬇️
examples/pairwise.jl 76.08% <100.00%> (-1.00%) ⬇️
examples/peakflops.jl 100.00% <100.00%> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7434ca7...d164cd3. Read the comment docs.

@maleadt maleadt marked this pull request as ready for review January 6, 2021 12:22
@maleadt maleadt merged commit 4c7b3cb into compat Jan 6, 2021
@maleadt maleadt deleted the tb/compat branch January 6, 2021 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants