cconvey commented on PR #11400:
URL: https://github.com/apache/tvm/pull/11400#issuecomment-1133289495
Here's a cleaned-up version of that output:
```
$ cat out.txt | column -s $'\t' -t -n
dtype sched_type mem_scope # 2KB vectors per tensor status
median(µsec) min(µsec) max(µsec) comments
int8 1 global 1 SUCCESS 0.400
0.400 0.400
int8 1 global 16 SUCCESS 0.600
0.600 0.600
int8 1 global 64 SUCCESS 0.700
0.700 0.700
int8 1 global 512 SUCCESS 2.400
2.400 2.400
int8 1 global 2048 SUCCESS 18.300
18.300 18.300
int8 1 global.vtcm 1 SUCCESS 0.800
0.800 0.800
int8 1 global.vtcm 16 SUCCESS 0.900
0.900 0.900
int8 1 global.vtcm 64 SUCCESS 1.500
1.500 1.500
int8 1 global.vtcm 512 SUCCESS 6.300
6.300 6.300
int8 1 global.vtcm 2048 SKIP
Expect to exceed VTCM budget.
int8 2 global 1 SUCCESS 0.700
0.700 0.700
int8 2 global 16 SUCCESS 0.700
0.700 0.700
int8 2 global 64 SUCCESS 0.700
0.700 0.700
int8 2 global 512 SUCCESS 2.700
2.700 2.700
int8 2 global 2048 SUCCESS 21.300
21.300 21.300
int8 2 global.vtcm 1 SUCCESS 0.600
0.600 0.600
int8 2 global.vtcm 16 SUCCESS 0.600
0.600 0.600
int8 2 global.vtcm 64 SUCCESS 1.200
1.200 1.200
int8 2 global.vtcm 512 SUCCESS 6.300
6.300 6.300
int8 2 global.vtcm 2048 SKIP
Expect to exceed VTCM budget.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]