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

Adopt new ml-kernel-op-test-writer pydantic model #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nsmithtt
Copy link
Contributor

No description provided.

@vmilosevic
Copy link
Contributor

vmilosevic commented Dec 17, 2024

Looks good, just please add a brief PR description explaining what has changed and why we are making a change.
Also, please add some test data sample that uses the new TensorDesc and OpTest so this is covered in test.

@vmilosevic vmilosevic self-requested a review December 17, 2024 09:31
op_name="",
framework_op_name=test["torch_name"],
inputs=[],
outputs=[],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

op_kind, op_name, inputs, and outputs cannot be empty or null string. We must populate these inputs in order for the DB pipeline to properly ingest the data. This PR cannot land until these fields are populated.

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