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

pnnx fix macos and windows build, add quick test ci #5838

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

nihui
Copy link
Member

@nihui nihui commented Dec 20, 2024

No description provided.

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
@nihui nihui requested a review from Copilot December 20, 2024 10:57
Copy link

@Copilot Copilot AI left a 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
Copy link
Preview

Copilot AI Dec 20, 2024

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'.

Suggested change
- uses: actions/checkout@v4
- uses: actions/checkout@v3

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
@nihui nihui requested a review from Copilot December 20, 2024 11:03

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant