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

sort bugfix #823

Merged
merged 3 commits into from
Apr 12, 2021
Merged

sort bugfix #823

merged 3 commits into from
Apr 12, 2021

Conversation

xaellison
Copy link
Contributor

Fix #822

@codecov
Copy link

codecov bot commented Apr 11, 2021

Codecov Report

Merging #823 (a8ee9d8) into master (27520e6) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #823      +/-   ##
==========================================
- Coverage   77.97%   77.95%   -0.03%     
==========================================
  Files         120      120              
  Lines        7396     7397       +1     
==========================================
- Hits         5767     5766       -1     
- Misses       1629     1631       +2     
Impacted Files Coverage Δ
src/sorting.jl 23.03% <0.00%> (-0.15%) ⬇️
lib/cutensor/CUTENSOR.jl 92.85% <0.00%> (-7.15%) ⬇️

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 27520e6...a8ee9d8. Read the comment docs.

@xaellison
Copy link
Contributor Author

tried including a performance thing - it seems to need more testing

@maleadt maleadt merged commit ef2a610 into JuliaGPU:master Apr 12, 2021
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.

Sort overwriting values in target array
2 participants