inducer / inducer/arraycontext
Add optional `allow_single_version` Boolean arg to `actx.compile`
未關閉
還沒有人認領這個 Issue。
enhancement
- 主要語言
- Python
- 星號
- 9
- 分支
- 11
- 平均合併
- 17 小時 12 分鐘
- 30 天內合併 PR
- 2
描述
Benefits:
- Avoids unexpected repeated compilation
- Avoid dispatch cost to select which implementation to use
Drawbacks:
- Less flexible, of course :)
Naming of the flag is an open question.
cc @majosm @mtcam
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 actx.compile 入口點開始,並閱讀 issue 中包含 12 則留言的討論,因為 flag 的命名和預期 API 的細節仍未確定。在確認相關實作和測試之前,先與專案維護者確認該選項的行為和名稱;當約定的選用引數能夠避免不必要的重新編譯和 dispatch 成本時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- backend-api-design
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100