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

Qualification tool: Operator mapping from plugin to CSV file #5298

Merged
merged 3 commits into from
Apr 25, 2022

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Apr 22, 2022

This fixes #5263

In this PR we are creating csv files for

  1. Execs supported.
  2. Expressions supported
  3. Operator score - Currently we are assinging static scores(speed up) for execs and expressions. We need to figure out a better way to publish the speed for each execs/expressions.
    This data can be used by qualification tool for qualifing the apps. Added unit tests.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the feature request New feature or request label Apr 22, 2022
@nartal1 nartal1 added this to the Apr 18 - Apr 29 milestone Apr 22, 2022
@nartal1 nartal1 requested a review from jlowe as a code owner April 22, 2022 02:24
@nartal1 nartal1 self-assigned this Apr 22, 2022
@nartal1
Copy link
Collaborator Author

nartal1 commented Apr 22, 2022

build

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@tgravescs
Copy link
Collaborator

build

@nartal1 nartal1 merged commit 961343b into NVIDIA:branch-22.06 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Write out operator mapping from plugin to CSV file for use in qualification tool
2 participants