Created
March 17, 2020 03:19
-
-
Save masahi/88d1e426ea6d3d49b4c288529fc427f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resnet 18 | |
| TVM AVX512 elapsed ms: 2.6329094399999997 | |
| TVM AVX512 + VNNI elapsed ms: 2.0363589199999996 | |
| Torch elapsed ms: 5.305776596069336 | |
| resnet 50 | |
| TVM AVX512 elapsed ms: 5.464826759999999 | |
| TVM AVX512 + VNNI elapsed ms: 4.63109352 | |
| Torch elapsed ms: 10.141160488128662 | |
| mobilenet v2 | |
| TVM AVX512 elapsed ms: 2.0069500499999995 | |
| TVM AVX512 + VNNI elapsed ms: 1.8674515 | |
| Torch elapsed ms: 5.500149726867676 | |
| google net | |
| TVM AVX512 elapsed ms: 2.8580641399999998 | |
| TVM AVX512 + VNNI elapsed ms: 2.47717346 | |
| Torch elapsed ms: 8.52809190750122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment