-
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
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
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
This reverts commit cf79368.
No description provided.