提交 5db700bc authored 作者: Marco's avatar Marco 提交者: Frederic Bastien

Update elemwise_openmp_speedup.py

Removed duplicate print code for "Fast op".
上级 9e1c5052
......@@ -53,8 +53,5 @@ if __name__ == '__main__':
print("Fast op time without openmp %fs with openmp %fs %s %2.2f" % (
cheapTime, cheapTimeOpenmp, cheapSpeedstring, cheapSpeed))
print("Fast op time without openmp %fs with openmp %fs %s %2.2f" % (
cheapTime, cheapTimeOpenmp, cheapSpeedstring, cheapSpeed))
print("Slow op time without openmp %fs with openmp %fs %s %2.2f" % (
costlyTime, costlyTimeOpenmp, costlySpeedstring, costlySpeed))
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论