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

add script to calculate how many combinations was saved #22

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

SimeonEhrig
Copy link
Member

Calculate the Cartesian product of all parameter-values without and with valid combinations and compare it with the number of generated combinations by the pair-wise generator.

This script is not executed in the CI, because it has a long runtime (about 2 minutes on my laptop with a Intel Core i7-1260P).

Results of the current state

Cartesian product of all parameter-values with invalid combination:           2.454.188.544
Cartesian product of all parameter-values with only valid combination:        2.550.528
pair wise combinations of all parameter-values with only valid combination:   517
reduced combinations: 99.98%

- Calculate the Cartesian product of all parameter-values without and with valid combinations and compare it with the number of generated combinations by the pair-wise generator.
@SimeonEhrig SimeonEhrig merged commit e1e2ba4 into alpaka-group:main Mar 26, 2024
8 checks passed
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.

1 participant