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

Reduce CI Overhead by Optimizing GTFN Code Compilation #343

Open
samkellerhals opened this issue Jan 4, 2024 · 1 comment
Open

Reduce CI Overhead by Optimizing GTFN Code Compilation #343

samkellerhals opened this issue Jan 4, 2024 · 1 comment

Comments

@samkellerhals
Copy link
Contributor

Screenshot from 2024-01-04 08-25-38

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

  • Decreased CI runtime.
  • More accurate performance metrics.
@samkellerhals
Copy link
Contributor Author

Should be solved by GridTools/gt4py#1406

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

No branches or pull requests

1 participant