tvm
tvm copied to clipboard
[Fix,MetaSchedule] Correct log usage in arithmetic intensity feature
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