iree-org / iree-torch

Torch Frontend for IREE
Apache License 2.0
25 stars 11 forks source link

[torchdynamo_poc] Print somewhat nicer timings #26

Closed silvasean closed 2 years ago

silvasean commented 2 years ago

Mean/standard deviation aren't great for performance tracking, since they don't really have a very useful meaning in this context. Using quantiles is more precise and interpretable.

Also, update to llvm-cpu backend name.

silvasean commented 2 years ago

LLVM_CPU_TARGET_BACKEND_SPECIFIER = "llvm-cpu" :rofl:

ramiro050 commented 2 years ago

Thanks for improving the statistics reporting!