提交 c6b6b0aa authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4363 from mafg/patch-1

Update elemwise_openmp_speedup.py
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论