argonne-lcf / dlio_benchmark

An I/O benchmark for deep Learning applications
https://dlio-benchmark.readthedocs.io
Apache License 2.0
65 stars 30 forks source link

fix negative value of computation time when stdev exists #233

Closed rayandrew closed 3 weeks ago

rayandrew commented 3 weeks ago

Due to the nature of normal random equation, the value generated can be negative.

Enforcing it to be positive using abs will fix the issue.

Fix: #232