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

Parameter Study Transform #532

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a049355
Move the transform mapper from arraycontext to pytato.
nkoskelo Jul 22, 2024
d745688
Revert einsum to have just the copymapper. This will be updated in a …
nkoskelo Jul 22, 2024
fe17b51
Add some test cases for the mapper.
nkoskelo Jul 22, 2024
50fa047
Add a test case in for the einsum and ensure that stack returns an up…
nkoskelo Jul 22, 2024
cf7634e
Save of data before branching.
nkoskelo Jul 23, 2024
705d920
Merge branch 'inducer:main' into parameter_study
nkoskelo Jul 29, 2024
134f372
Each parameter study only needs to know how many items are being test…
nkoskelo Jul 30, 2024
b00db11
Merge branch 'inducer:main' into parameter_study
nkoskelo Jul 30, 2024
a0f608b
Update the scalar expression mapper to use the appropriate indicies o…
nkoskelo Jul 30, 2024
9e7830b
Corrected mypy issues.
nkoskelo Jul 30, 2024
c86930c
Add a not implemented error for the function objects and the distribu…
nkoskelo Jul 30, 2024
0c941be
Fix a typo in a comment.
nkoskelo Jul 30, 2024
e904021
Add the fixes from testing with Mirgecom.
nkoskelo Aug 1, 2024
ac811bf
Update the expansion mapper.
nkoskelo Aug 6, 2024
9dc03b1
When you broadcast to a new shape you need an index for each axis in …
nkoskelo Aug 7, 2024
a69da83
Correct typing information.
nkoskelo Aug 7, 2024
f7236ec
Merge branch 'main' into parameter_study
nkoskelo Aug 7, 2024
524ff55
Address @inducer's comments.
nkoskelo Aug 7, 2024
85cc23e
Address inducer's comments.
nkoskelo Aug 7, 2024
9b5feab
Ensure the variable names are consistent.
nkoskelo Aug 8, 2024
8675f91
Use generators and not tuples of list comprehensions
nkoskelo Aug 15, 2024
6b9b4cc
Update pytato/transform/parameter_study.py
nkoskelo Aug 15, 2024
b772b26
Add to the documentation.
nkoskelo Aug 15, 2024
ae68204
Update documentation to be more readible.
nkoskelo Aug 15, 2024
5949958
Underscores still create subscripts even if you don't want it to. :(
nkoskelo Aug 15, 2024
105a4c2
Merge branch 'inducer:main' into parameter_study
nkoskelo Aug 26, 2024
2e97182
Move tests to a new file test_vectorizer.py
nkoskelo Sep 3, 2024
d0e3f86
Complete the move to test_vectorizer.py
nkoskelo Sep 3, 2024
fc73e1c
Update the test file to be the same as the original.
nkoskelo Sep 4, 2024
01549d5
Respond to Andreas comments.
nkoskelo Sep 6, 2024
10f288b
Merge branch 'inducer:main' into parameter_study
nkoskelo Oct 4, 2024
1c9f934
Merge branch 'inducer:main' into parameter_study
nkoskelo Oct 28, 2024
be786dd
Add in the removal of the raising operator.
nkoskelo Nov 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading