提交 d9d4fc8b authored 作者: Frederic Bastien's avatar Frederic Bastien 提交者: sentient07

GraphToGPUDB make it use the right tags

上级 c796ef3b
...@@ -66,8 +66,7 @@ class GraphToGPUDB(DB): ...@@ -66,8 +66,7 @@ class GraphToGPUDB(DB):
""" """
def query(self, *tags, **kwtags): def query(self, *tags, **kwtags):
include = [o for o in config.optimizer.split(',')] opt = gpu_optimizer.query(*tags, **kwtags)
opt = gpu_optimizer.query(include=include)
return GraphToGPU(opt.local_optimizers_all, opt.local_optimizers_map) return GraphToGPU(opt.local_optimizers_all, opt.local_optimizers_map)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论