提交 03b506bf authored 作者: --global's avatar --global

Register scan opt in gpuarray with tag 'gpuarray' instead of 'gpua'

上级 f1cb3da8
...@@ -735,7 +735,7 @@ optdb.register('gpua_scanOp_make_inplace', ...@@ -735,7 +735,7 @@ optdb.register('gpua_scanOp_make_inplace',
scan_opt.ScanInplaceOptimizer(typeConstructor=GpuArrayType, scan_opt.ScanInplaceOptimizer(typeConstructor=GpuArrayType,
gpua_flag=True), gpua_flag=True),
75, 75,
'gpua', 'gpuarray',
'fast_run', 'fast_run',
'inplace', 'inplace',
'scan') 'scan')
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论