Introduce GitHub CI with basic built on Windows, Linux, macOS (OpenCL) and tests#1127
Merged
lightvector merged 8 commits intolightvector:masterfrom Dec 21, 2025
Merged
Conversation
… (OpenCL) Also, it runs `runtests` and publishes build artifacts fix lightvector#1124
1d63fd7 to
4f5ab3b
Compare
Otherwise, the executable is too big even in Release mode
It doesn't make sense to store artifacts from non-master branches
Contributor
Author
|
@lightvector is it possible to merge it? It's small, but quite important pull request. |
Contributor
Author
|
I've also improved publishing of Windows artifacts, now it contains all necessary |
Owner
|
Thanks for all this! I've been particularly busy the last month and this month with work and other life stuff leading up to the end of the year, but I should start to have some time around the coming weekend and the holiday break, and will look at this and other things starting then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm introducing minimal functionality for now, but it can be extended later to support other backends (CUDA, TensorRT) and more tests. Maybe a single iteration of
synchronous_loop.shalso should be executed to make sure it's robust. Also, we should balance between execution performance and coverage (compilation of C++ is slow).But even that covers a lot of stuff. For instance, the recent regression.