提交 adac885a authored 作者: Frederic's avatar Frederic

Don't put all specialize opt in fast_compile_gpu!

This fix buildbot tests in FAST_COMPILE.
上级 56376851
......@@ -339,7 +339,7 @@ def register_specialize(lopt, *tags, **kwargs):
else:
name = (kwargs and kwargs.pop('name')) or lopt.__name__
compile.optdb['specialize'].register(name, lopt, 'fast_run',
'fast_compile_gpu', *tags)
*tags)
return lopt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论