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

CI: Provide prebuilt windows binary for hip #9467

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

no1wudi
Copy link
Contributor

@no1wudi no1wudi commented Sep 13, 2024

@github-actions github-actions bot added the devops improvements to build systems and github actions label Sep 13, 2024
@slaren
Copy link
Collaborator

slaren commented Sep 18, 2024

To reduce the time needed for the CI to complete, can you change this so that during pull requests, only one gpu_target is built?

@no1wudi
Copy link
Contributor Author

no1wudi commented Sep 19, 2024

To reduce the time needed for the CI to complete, can you change this so that during pull requests, only one gpu_target is built?

OK, how about only build one target for CI and only build all targets on release?

@slaren
Copy link
Collaborator

slaren commented Sep 19, 2024

Yes that would be good, building all targets for the releases is fine, it's only not necessary for pull requests.

cmake --build build -j ${env:NUMBER_OF_PROCESSORS}

windows-latest-cmake-hip-release:
if: ${{ github.event.inputs.create_release == 'true' }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is not going to be enough to create releases automatically on every commit to master, it also needs to check for github.event_name == 'push' && github.ref == 'refs/heads/master' like in the other jobs.

@slaren slaren merged commit e948a7d into ggerganov:master Sep 21, 2024
48 checks passed
dsx1986 pushed a commit to dsx1986/llama.cpp that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants