-
Notifications
You must be signed in to change notification settings - Fork 6
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
code clean - qaic software kit gh action + resnet50 gh action update #146
code clean - qaic software kit gh action + resnet50 gh action update #146
Conversation
- name: Test MLPerf Inference MLCommons C++ ResNet50 on ${{ matrix.os }} | ||
if: matrix.os == 'windows-latest' | ||
run: | | ||
cmr "app mlperf inference mlcommons cpp" --submitter="MLCommons" --hw_name=gh_${{ matrix.os }} --adr.loadgen.tags=_from-pip --pip_loadgen=yes -v --quiet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is pip install of loadgen enough to use loadgen in C++? Also, we don't have an automatic way to install C++ compiler on windows right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can install llvm on Linux using
choco install llvm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can install llvm on Linux using choco install llvm
Hi @arjunsuresh , did you mean on windows? Also, when using Chocolatey on Windows, do users need to run the command in PowerShell or Command Prompt opened with administrative
privileges?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anandhu-eng I'm not sure. But no need to worry about it now - we don't need to support windows.
No description provided.