AdaptiveCpp / AdaptiveCpp/AdaptiveCpp
Restrict resource usage more strictly to the devices actually used
未关闭
enhancement
- 主要语言
- C++
- 星标
- 1.9k
- 派生
- 228
- 平均合并
- 4 天 1 小时
- 30 天内合并 PR
- 25
描述
The queue pool of `multi_stream_executor` currently covers all devices of the same backend. This can cause resources to be allocated on devices even if those are not used by the program.
We should think about making this more restrictive so that queues and other resources are only allocated on the devices that are actually used.
See also #1246 #1318 https://github.com/AdaptiveCpp/AdaptiveCpp/pull/1318#pullrequestreview-1832140929
贡献指南
评估
这个 Issue 还没有评估数据。