inducer / inducer/arraycontext
actx.tag() comes too late to benefit eager mode execution
未关闭
- 主要语言
- Python
- 星标
- 9
- 派生
- 11
- 平均合并
- 17 小时 12 分钟
- 30 天内合并 PR
- 2
描述
For lazy mode, `actx.tag(MyTag(), 2*x+3)` works great. For eager mode, this doesn't help at all, as the result will already be computed (i.e. the kernel whose transformation would have benefited from the metadata was already executed). Is there a tagging interface that can work for both eager and lazy?
cc @alexfikl @thomasgibson @nchristensen @kaushikcfd
x-ref: inducer/meshmode#176
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。