We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current workflows (CI, CI-ext) are sequential. This could be changed by using multi-job workflows, saving some execution time.
To avoid too much code/steps duplication, recent composite actions can be used depending on implementation state, see 1. Next Steps for Fully Functioning Composite Actions and 2. composite-run-steps-actions
Artifacts are generated per job, e.g., 2 files are generated for the CI workflow: 1. coverage html report and 2. lulesh build/run data.
Parallel Jobs:
Build matrix to test different thread-safety levels for the TypeART runtime libary.
Parallel Jobs with and without thread-safety enabled:
The text was updated successfully, but these errors were encountered:
enhance CI, see #35
2c7b895
No branches or pull requests
The current workflows (CI, CI-ext) are sequential. This could be changed by using multi-job workflows, saving some execution time.
Pre-requisites
To avoid too much code/steps duplication, recent composite actions can be used depending on implementation state, see 1. Next Steps for Fully Functioning Composite Actions and 2. composite-run-steps-actions
Side effects
Artifacts are generated per job, e.g., 2 files are generated for the CI workflow: 1. coverage html report and 2. lulesh build/run data.
CI
Parallel Jobs:
OMP Extension
Build matrix to test different thread-safety levels for the TypeART runtime libary.
CI-ext
Parallel Jobs with and without thread-safety enabled:
The text was updated successfully, but these errors were encountered: