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

implement markdown generator for compiler backend compatibility table #2388

Closed SimeonEhrig closed 2 months ago

SimeonEhrig commented 2 months ago

The Python script generates the Markdown table for compiler back-end compatibility from a json config.

Solves the problem, that at least a 4K display is required to change the table :-( Can be combined with the scripts of job_generator.py later to automatically generates some of the columns.

Should be merged after #2387 to solve the merge conflict.

Removed Clang 18 and 19. Looks like #2387 requires some work. Therefore merge this PR first.

SimeonEhrig commented 2 months ago

Stopped the CI because it does not test the script.

fwyzard commented 2 months ago

@SimeonEhrig is this ready to go ?

SimeonEhrig commented 2 months ago

Yes. The generator is ready and I replaced the table with the generated version. The content is the same like before. Only the white space and so matches now.