-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
pnnx fix macos and windows build, add quick test ci #5838
base: master
Are you sure you want to change the base?
Conversation
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.
Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.
Files not reviewed (5)
- tools/pnnx/src/CMakeLists.txt: Language not supported
- tools/pnnx/src/pass_ncnn/torch_istft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torch_stft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_inverse_spectrogram.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_spectrogram.cpp: Language not supported
Copilot
AI
left a comment
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.
Copilot reviewed 1 out of 6 changed files in this pull request and generated 1 comment.
Files not reviewed (5)
- tools/pnnx/src/CMakeLists.txt: Language not supported
- tools/pnnx/src/pass_ncnn/torch_istft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torch_stft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_inverse_spectrogram.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_spectrogram.cpp: Language not supported
os: [ubuntu-latest, macos-latest, windows-latest] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 |
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.
The version 'v4' for 'actions/checkout' does not exist. It should be 'v3'.
- uses: actions/checkout@v4 | |
- uses: actions/checkout@v3 |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
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.
Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.
Files not reviewed (5)
- tools/pnnx/src/CMakeLists.txt: Language not supported
- tools/pnnx/src/pass_ncnn/torch_istft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torch_stft.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_inverse_spectrogram.cpp: Language not supported
- tools/pnnx/src/pass_ncnn/torchaudio_F_spectrogram.cpp: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/pnnx.yml:50
- The quick-test step only runs the 'test_nn_Conv' test. Consider adding more comprehensive test coverage to ensure other important tests are also executed.
cd build && ctest --output-on-failure -R test_nn_Conv
No description provided.