tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Fix,MetaSchedule] Correct log usage in arithmetic intensity feature

Open tkonolige opened this issue 3 years ago • 0 comments
trafficstars

In meta schedule's featurization, arithmetic intensity was incorrectly calculated as log(FLOPs) / log(bytes). This change corrects it to log(FLOPs/bytes). Note that this is the same issue as in #12079.

@vinx13 @junrushao

tkonolige avatar Sep 16 '22 00:09 tkonolige