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 >1024 team size error in sort_crs_* #872

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

brian-kelley
Copy link
Contributor

@brian-kelley brian-kelley commented Jan 9, 2021

Fixes a bug found by Mike Gilbert when sorting a matrix with at least one very long row (>2048 entries).
Also add a test that replicated the issue.

#######################################################
PASSED TESTS
#######################################################
clang-8.0-Cuda_OpenMP-release build_time=730 run_time=142
clang-8.0-Pthread_Serial-release build_time=242 run_time=132
clang-9.0.0-Pthread-release build_time=156 run_time=61
clang-9.0.0-Serial-release build_time=164 run_time=50
cuda-10.1-Cuda_OpenMP-release build_time=911 run_time=144
cuda-11.0-Cuda_OpenMP-release build_time=924 run_time=142
cuda-9.2-Cuda_Serial-release build_time=878 run_time=226
gcc-7.3.0-OpenMP-release build_time=166 run_time=47
gcc-7.3.0-Pthread-release build_time=144 run_time=62
gcc-8.3.0-Serial-release build_time=164 run_time=52
gcc-9.1-OpenMP-release build_time=214 run_time=47
gcc-9.1-Serial-release build_time=193 run_time=51
intel-18.0.5-OpenMP-release build_time=689 run_time=49
intel-19.0.5-Pthread-release build_time=333 run_time=64
#######################################################
FAILED TESTS
#######################################################
intel-17.0.1-Serial-release (build failed)
#######################################################

(The only reason intel 17 failed is it couldn't load the license)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also add a test that replicated the issue.
@brian-kelley brian-kelley self-assigned this Jan 9, 2021
Copy link
Contributor

@ndellingwood ndellingwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants