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

Separation of Compiler Parameter Handling into the respective <compiler>_helper.py file #88

Open
nquetschlich opened this issue Aug 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nquetschlich
Copy link
Collaborator

In the future, all compiler specific handling should be conducted only within the respective _helper.py file.

Right now, this is not completely the cases. For example in benchmark_generator.py, the respective parameters for the compiler are extracted from the generic compiler_settings dictionary are extracted. This should be moved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant