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 CI tests to make Python backend work with L0_infer #1991

Merged
merged 12 commits into from Sep 10, 2020

Conversation

Tabrizian
Copy link
Member

No description provided.

qa/common/gen_qa_model_repository Outdated Show resolved Hide resolved
qa/common/test_util.py Outdated Show resolved Hide resolved
qa/L0_infer/test.sh Outdated Show resolved Hide resolved
qa/common/gen_qa_model_repository Outdated Show resolved Hide resolved
qa/L0_infer/test.sh Outdated Show resolved Hide resolved
qa/common/gen_qa_models.py Outdated Show resolved Hide resolved
qa/common/gen_qa_models.py Outdated Show resolved Hide resolved
qa/common/gen_qa_models.py Outdated Show resolved Hide resolved
Copy link
Contributor

@deadeyegoodwin deadeyegoodwin left a comment

Choose a reason for hiding this comment

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

There are a couple of follow-on changes we can make that I commented on, but I'm going to merge it as is for now.

@@ -232,6 +232,17 @@ def _infer_exact_helper(tester,
output1_raw=output1_raw,
swap=swap)

if prefix == "":
Copy link
Contributor

Choose a reason for hiding this comment

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

You should still use tu.validate_for_python_model here. It can just always return true.

@@ -0,0 +1,76 @@
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

It strange to have both add_sub and sub_add when they are nearly identical. There is a better way to do this that we can discuss.

@deadeyegoodwin deadeyegoodwin merged commit 68b5518 into master Sep 10, 2020
@deadeyegoodwin deadeyegoodwin deleted the imant-python-dt branch September 10, 2020 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants