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

Refactoring Matrix Generation Library in Slate #145

Merged
merged 26 commits into from
Feb 8, 2024

Conversation

Treece-Burgess
Copy link

@Treece-Burgess Treece-Burgess commented Nov 16, 2023

Refactor current SLATE matrix generation into its own library.

Copy link
Collaborator

@mgates3 mgates3 left a comment

Choose a reason for hiding this comment

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

Some stylistic changes, but overall looks right.

Copy link
Collaborator

@mgates3 mgates3 left a comment

Choose a reason for hiding this comment

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

Some more feedback. I didn't look at everything. A lot of these comments are about how the include files are structured and included.

@Treece-Burgess Treece-Burgess marked this pull request as ready for review December 29, 2023 15:31
Copy link
Collaborator

@mgates3 mgates3 left a comment

Choose a reason for hiding this comment

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

Looks good! A few minor things to cleanup or think about. I'll fix these.

Treece Burgess added 15 commits February 4, 2024 13:27
…d a small code snippet to generate_matrix_tz.cc.
…late.hh, and moved genearte_matrix.hh to include directory.
…random.cc and random.hh to matgen directory, and cleanup of files.
…ving testsweeper.hh into matgen directory such that genearte_matrix_utils.cc does not rely on testsweeper.
@mgates3 mgates3 force-pushed the matgen branch 2 times, most recently from 4a14a81 to 35f9053 Compare February 4, 2024 20:09
@mgates3
Copy link
Collaborator

mgates3 commented Feb 5, 2024

If someone wants to look over my changes, that would be great. Otherwise I'll merge it in sometime this week.

Copy link
Contributor

@neil-lindquist neil-lindquist left a comment

Choose a reason for hiding this comment

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

Your changes look good to me. The only issue that I still see in the overall PR is some unnecessary #include's. For example, chrono is included in most of the matgen CC files, but only used in matgen/generate_matrix_utils.cc. But, that's not a huge issue.

@mgates3 mgates3 merged commit 5b23aa5 into icl-utk-edu:master Feb 8, 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.

3 participants