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

Fix bool sort on CUDA #665

Merged
merged 5 commits into from
Dec 8, 2021
Merged

Fix bool sort on CUDA #665

merged 5 commits into from
Dec 8, 2021

Conversation

twsl
Copy link
Contributor

@twsl twsl commented Dec 7, 2021

What does this PR do?

Fixes #664

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #665 (7511a1d) into master (5a200ac) will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #665   +/-   ##
=====================================
  Coverage      95%    95%           
=====================================
  Files         166    166           
  Lines        6369   6370    +1     
=====================================
+ Hits         6062   6065    +3     
+ Misses        307    305    -2     

@Borda Borda added this to the v0.6 milestone Dec 7, 2021
@Borda Borda added bug / fix Something isn't working Priority Critical task/issue labels Dec 7, 2021
@mergify mergify bot added the ready label Dec 8, 2021
tests/detection/test_map.py Outdated Show resolved Hide resolved
@Borda Borda enabled auto-merge (squash) December 8, 2021 18:46
@Borda Borda disabled auto-merge December 8, 2021 20:37
@Borda Borda merged commit e98fbaf into Lightning-AI:master Dec 8, 2021
Borda pushed a commit that referenced this pull request Dec 12, 2021
* Fix bool sort on CUDA
* Add dedicated gpu test
* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

(cherry picked from commit e98fbaf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working Priority Critical task/issue ready topic: Image
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sort currently does not support bool dtype on CUDA
4 participants