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 timings to matrix field broadcasting #1616

Closed
wants to merge 1 commit into from

Conversation

charleskawczynski
Copy link
Member

This PR adds timings to the matrix field broadcasting. The first simple thing we could do is break this into a utilities function, and split up the tests into separate jobs. This would help, but these tests should probably be rewritten. They're allocating a bunch, it's not clear what's passing/broken/allocating from the output. The closures are probably not helping, and funny things can happen with JET tests inside @testset. The first thing we can do is time each one, and see if there's a major outlier.

@charleskawczynski
Copy link
Member Author

Hm, I think a better solution might be to split these tests out in our suite. That could reduce the time, allow the long ones to finish, and reveal which ones are really problematic.

@charleskawczynski
Copy link
Member Author

Superseded by #1672

@charleskawczynski charleskawczynski deleted the ck/time_mat_field_tests branch August 22, 2024 01:53
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.

2 participants