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

Mergesort achieves II=2 for DTYPE=float #18

Closed
salehjg opened this issue Jul 17, 2020 · 0 comments
Closed

Mergesort achieves II=2 for DTYPE=float #18

salehjg opened this issue Jul 17, 2020 · 0 comments

Comments

@salehjg
Copy link

salehjg commented Jul 17, 2020

Hi there,

I just noticed that the book points out that the restructured code for merge sort can achieve II=1 while the current settings in merge_sort.h which define DTYPE as float limit the achievable II to 2.
It might be better to set the default DTYPE to int, so the code would achieve II=1 without any modifications.

@salehjg salehjg closed this as completed Jun 23, 2023
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

No branches or pull requests

1 participant