提交 bb06eef6 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fix

上级 5992e548
...@@ -40,7 +40,7 @@ optdb.register('gpu_opt', ...@@ -40,7 +40,7 @@ optdb.register('gpu_opt',
optdb.__position__.get('add_destroy_handler', 49.5) - 1, optdb.__position__.get('add_destroy_handler', 49.5) - 1,
'gpu', 'fast_run') 'gpu', 'fast_run')
# This second pass is needed as the fusion can put all the non float32 code # This second pass is needed as the fusion can put all the non float32 code
# inside the elemwise. When it there is no float64 op, this is working. # inside the elemwise. When there is no float64 op, this is working.
optdb.register('gpu_after_fusion', optdb.register('gpu_after_fusion',
ProxyDB(gpu_seqopt), ProxyDB(gpu_seqopt),
optdb.__position__.get('elemwise_fusion', 71) + .1, optdb.__position__.get('elemwise_fusion', 71) + .1,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论