inducer / inducer/arraycontext
Dealing with constants in `freeze`
未關閉
- 主要語言
- Python
- 星號
- 9
- 分支
- 11
- 平均合併
- 17 小時 12 分鐘
- 30 天內合併 PR
- 2
描述
Right now, I think we bake constants into the code no matter what, at considerable expense. (For example, we might recompile every time the time step changes.) Maybe defaulting the other way (replace every numerical constant with a variable) is better?
cc @kaushikcfd @matthiasdiener
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先追蹤 freeze 的實作,以及程式碼產生期間如何處理數值常數。將目前的常數固化行為與以變數取代常數進行比較,包括時間步長變更時的重新編譯成本;完成條件是決定一項策略並進行相應驗證。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- performance
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100