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

implement markdown generator for compiler backend compatibility table #2388

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

SimeonEhrig
Copy link
Member

@SimeonEhrig SimeonEhrig commented Sep 18, 2024

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
Copy link
Member Author

Stopped the CI because it does not test the script.

@SimeonEhrig SimeonEhrig marked this pull request as ready for review September 19, 2024 11:35
@fwyzard
Copy link
Contributor

fwyzard commented Sep 20, 2024

@SimeonEhrig is this ready to go ?

@SimeonEhrig
Copy link
Member Author

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.

@fwyzard fwyzard merged commit df18414 into alpaka-group:develop Sep 20, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants