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
Our CI process is inefficient due to each job recompiling gtfn code, leading to unnecessary overhead and inaccurately inflated runtime benchmarks.
Single Compilation: Implement a system where gtfn code is compiled once, and the resulting object files are reused across subsequent jobs.
The text was updated successfully, but these errors were encountered:
Should be solved by GridTools/gt4py#1406
Sorry, something went wrong.
No branches or pull requests
Summary
Our CI process is inefficient due to each job recompiling gtfn code, leading to unnecessary overhead and inaccurately inflated runtime benchmarks.
Proposed Solution
Single Compilation: Implement a system where gtfn code is compiled once, and the resulting object files are reused across subsequent jobs.
Expected Benefits
The text was updated successfully, but these errors were encountered: