Skip to content

Integrate cached block decomposition #112

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

Open
wants to merge 2 commits into
base: rethink_parser
Choose a base branch
from

Conversation

thorek1
Copy link
Owner

@thorek1 thorek1 commented Jun 5, 2025

Summary

  • store the first-order block decomposition after computing derivatives
  • keep decomposition when clearing caches
  • solve each block inside calculate_first_order_solution using the cached decomposition
  • benchmark script now uses the cached decomposition when solving

Testing

  • julia -q -e 'using Pkg; Pkg.develop(path=".")'
  • julia -q -e 'using Revise, MacroModelling; include("models/RBC_baseline.jl"); get_solution(RBC_baseline); println("done")' (failed: package Revise missing / heavy precomp)

https://chatgpt.com/codex/tasks/task_e_68414c43a9e0832f863289be5b7c3af9

@thorek1 thorek1 added the codex label Jun 5, 2025 — with ChatGPT Connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant