Created
March 17, 2017 16:24
-
-
Save killeent/2ab4972f6c955bbb702b72d7a2f8fda9 to your computer and use it in GitHub Desktop.
This file contains 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
Testing average duration for 10 loops | |
Testing 1D Tensor of size 8: 6 usec (TH), 51 usec (THC) | |
Testing 1D Tensor of size 16: 1 usec (TH), 43 usec (THC) | |
Testing 1D Tensor of size 32: 1 usec (TH), 42 usec (THC) | |
Testing 1D Tensor of size 64: 1 usec (TH), 57 usec (THC) | |
Testing 1D Tensor of size 128: 3 usec (TH), 60 usec (THC) | |
Testing 1D Tensor of size 256: 4 usec (TH), 99 usec (THC) | |
Testing 1D Tensor of size 512: 10 usec (TH), 128 usec (THC) | |
Testing 1D Tensor of size 1024: 24 usec (TH), 130 usec (THC) | |
Testing 1D Tensor of size 2048: 52 usec (TH), 1723 usec (THC) | |
Testing 2D Tensor of size (1, 32) along dimension 1: 1 usec (TH), 44 usec (THC) | |
Testing 2D Tensor of size (32, 1) along dimension 0: 1 usec (TH), 43 usec (THC) | |
Testing 2D Tensor of size (1, 64) along dimension 1: 3 usec (TH), 56 usec (THC) | |
Testing 2D Tensor of size (64, 1) along dimension 0: 1 usec (TH), 57 usec (THC) | |
Testing 2D Tensor of size (1, 128) along dimension 1: 2 usec (TH), 59 usec (THC) | |
Testing 2D Tensor of size (128, 1) along dimension 0: 2 usec (TH), 60 usec (THC) | |
Testing 2D Tensor of size (1, 1024) along dimension 1: 38 usec (TH), 136 usec (THC) | |
Testing 2D Tensor of size (1024, 1) along dimension 0: 41 usec (TH), 129 usec (THC) | |
Testing 2D Tensor of size (16, 16) along dimension 1: 4 usec (TH), 43 usec (THC) | |
Testing 2D Tensor of size (16, 16) along dimension 0: 3 usec (TH), 67 usec (THC) | |
Testing 2D Tensor of size (32, 32) along dimension 1: 9 usec (TH), 65 usec (THC) | |
Testing 2D Tensor of size (32, 32) along dimension 0: 10 usec (TH), 89 usec (THC) | |
Testing 2D Tensor of size (128, 128) along dimension 1: 408 usec (TH), 96 usec (THC) | |
Testing 2D Tensor of size (128, 128) along dimension 0: 278 usec (TH), 121 usec (THC) | |
Testing 2D Tensor of size (256, 256) along dimension 1: 1630 usec (TH), 672 usec (THC) | |
Testing 2D Tensor of size (256, 256) along dimension 0: 1271 usec (TH), 697 usec (THC) | |
Testing 2D Tensor of size (512, 512) along dimension 1: 3383 usec (TH), 1265 usec (THC) | |
Testing 2D Tensor of size (512, 512) along dimension 0: 3269 usec (TH), 1718 usec (THC) | |
Testing 2D Tensor of size (1024, 1024) along dimension 1: 13839 usec (TH), 2564 usec (THC) | |
Testing 2D Tensor of size (1024, 1024) along dimension 0: 20437 usec (TH), 3031 usec (THC) | |
Testing 2D Tensor of size (16, 128) along dimension 1: 20 usec (TH), 86 usec (THC) | |
Testing 2D Tensor of size (128, 16) along dimension 0: 21 usec (TH), 102 usec (THC) | |
Testing 2D Tensor of size (32, 128) along dimension 1: 48 usec (TH), 83 usec (THC) | |
Testing 2D Tensor of size (128, 32) along dimension 0: 50 usec (TH), 104 usec (THC) | |
Testing 2D Tensor of size (32, 256) along dimension 1: 147 usec (TH), 163 usec (THC) | |
Testing 2D Tensor of size (256, 32) along dimension 0: 145 usec (TH), 181 usec (THC) | |
Testing 3D Tensor of size (1, 1, 128) along dimension 2: 2 usec (TH), 60 usec (THC) | |
Testing 3D Tensor of size (1, 128, 1) along dimension 1: 2 usec (TH), 59 usec (THC) | |
Testing 3D Tensor of size (128, 1, 1) along dimension 0: 3 usec (TH), 59 usec (THC) | |
Testing 3D Tensor of size (1, 32, 128) along dimension 2: 47 usec (TH), 84 usec (THC) | |
Testing 3D Tensor of size (1, 128, 32) along dimension 1: 49 usec (TH), 103 usec (THC) | |
Testing 3D Tensor of size (128, 32, 1) along dimension 0: 47 usec (TH), 103 usec (THC) | |
Testing 3D Tensor of size (1, 32, 1024) along dimension 2: 949 usec (TH), 172 usec (THC) | |
Testing 3D Tensor of size (1, 1024, 32) along dimension 1: 895 usec (TH), 198 usec (THC) | |
Testing 3D Tensor of size (1024, 32, 1) along dimension 0: 903 usec (TH), 197 usec (THC) | |
Testing 3D Tensor of size (16, 16, 128) along dimension 2: 773 usec (TH), 163 usec (THC) | |
Testing 3D Tensor of size (16, 128, 16) along dimension 1: 466 usec (TH), 233 usec (THC) | |
Testing 3D Tensor of size (128, 16, 16) along dimension 0: 540 usec (TH), 229 usec (THC) | |
Testing 3D Tensor of size (16, 128, 128) along dimension 2: 2600 usec (TH), 530 usec (THC) | |
Testing 3D Tensor of size (16, 128, 128) along dimension 1: 2563 usec (TH), 1015 usec (THC) | |
Testing 3D Tensor of size (128, 128, 16) along dimension 0: 2643 usec (TH), 1034 usec (THC) | |
Testing 3D Tensor of size (32, 128, 128) along dimension 2: 5095 usec (TH), 957 usec (THC) | |
Testing 3D Tensor of size (32, 128, 128) along dimension 1: 6590 usec (TH), 1543 usec (THC) | |
Testing 3D Tensor of size (128, 128, 32) along dimension 0: 8039 usec (TH), 1662 usec (THC) | |
Testing 3D Tensor of size (16, 256, 256) along dimension 2: 13835 usec (TH), 8903 usec (THC) | |
Testing 3D Tensor of size (16, 256, 256) along dimension 1: 12325 usec (TH), 9508 usec (THC) | |
Testing 3D Tensor of size (256, 256, 16) along dimension 0: 18144 usec (TH), 9921 usec (THC) | |
Testing 3D Tensor of size (32, 256, 256) along dimension 2: 23695 usec (TH), 17619 usec (THC) | |
Testing 3D Tensor of size (32, 256, 256) along dimension 1: 24712 usec (TH), 18550 usec (THC) | |
Testing 3D Tensor of size (256, 256, 32) along dimension 0: 36615 usec (TH), 19487 usec (THC) | |
Testing 3D Tensor of size (128, 128, 128) along dimension 2: 20347 usec (TH), 3538 usec (THC) | |
Testing 3D Tensor of size (128, 128, 128) along dimension 1: 20881 usec (TH), 4538 usec (THC) | |
Testing 3D Tensor of size (128, 128, 128) along dimension 0: 34633 usec (TH), 5061 usec (THC) | |
Testing 3D Tensor of size (128, 256, 256) along dimension 2: 90905 usec (TH), 69999 usec (THC) | |
Testing 3D Tensor of size (128, 256, 256) along dimension 1: 101275 usec (TH), 73937 usec (THC) | |
Testing 3D Tensor of size (256, 256, 128) along dimension 0: 173964 usec (TH), 76582 usec (THC) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment