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

Improve matmul coverage and test bug fix #908

Merged
merged 1 commit into from
May 2, 2023

Conversation

yimoj
Copy link
Contributor

@yimoj yimoj commented Apr 26, 2023

No description provided.

@yimoj yimoj added the category:task PR is a simple task and will not be included in release notes label Apr 26, 2023
@yimoj yimoj requested a review from bryevdv April 26, 2023 05:55
Copy link
Contributor

@bryevdv bryevdv left a comment

Choose a reason for hiding this comment

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

just one potential suggestion

out_np = np.zeros((3, 2, 3), dtype=dtype)
out_num = num.zeros((3, 2, 3), dtype=dtype)
out_np = np.zeros((3, 2, 3), dtype=out_dtype)
out_num = num.zeros((3, 2, 3), dtype=out_dtype)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think empty would suffice for "out" arrays (in general) but it's not a blocker to me

@bryevdv
Copy link
Contributor

bryevdv commented May 1, 2023

Failing unit test in CPU job is unrelated and already fixed on the main branch.

@yimoj yimoj merged commit e9e7fe0 into nv-legate:branch-23.05 May 2, 2023
@yimoj yimoj deleted the contract_coverage branch May 8, 2023 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:task PR is a simple task and will not be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants