alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
356 stars 74 forks source link

call job_generator.py only one time to generate all job yaml files #2412

Closed SimeonEhrig closed 1 month ago

SimeonEhrig commented 1 month ago

Before we called the job generator 3 times to generate the jobs for each pipeline. So it generates the same matrix 3 times an throw away the unused jobs. Now, we call it only one time and write all jobs to different output files. Therefore we generate only one time the combination matrix.