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

Tests for MLPerf inference submission generation #439

Open
7 tasks
anandhu-eng opened this issue Oct 30, 2024 · 3 comments
Open
7 tasks

Tests for MLPerf inference submission generation #439

anandhu-eng opened this issue Oct 30, 2024 · 3 comments

Comments

@anandhu-eng
Copy link
Contributor

Hi @arjunsuresh , these are the identified tests which could help us cover various possibilities for bugs in submission generation through CM for non-CM based benchmarking method. Please feel free to add more, delete or modify them:

  • Case-1: model_maping.json in SUT folder

  • Case-2: model_mapping.json in individual folder

  • Case-3: model_mapping.json not present but model name is matching with the official one in submission checker

  • Case-4: model_mapping.json is not present but model name is mapped to official model name in submission checker. Example: resnet50 to resnet

  • Case-5: Case-1 to Case-4 is not satisfied. The gh action will be successfull if the submission generation fails.

  • Case-6: Case-2 but model_mapping.json is not present in any of the folders. The gh action will be successful if the submission generation fails.

  • Case-7: sut_info.json is not completely filled but the SUT folder name is in required format(hardware_name-implementation-device-framework-run_config)

@arjunsuresh
Copy link
Contributor

Nice @anandhu-eng . Cases 1-6 are for open division and so case 7 is the most important one. We use cm-sut-info.json and sut-info.json?

@arjunsuresh arjunsuresh changed the title Tests for submission generation Tests for MLPerf inference submission generation Oct 30, 2024
@anandhu-eng
Copy link
Contributor Author

I believe we are only using cm-sut-info.json in our code. Let me confirm it and update the code otherwise

@arjunsuresh
Copy link
Contributor

@anandhu-eng We not have cm test script --tags=... working and can specify test inputs like this. The tests are automatically triggered when the corresponding script meta file is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants