Add files using upload-large-folder tool
Browse files- dot_product/size-4096_seed-0/dot_product.a.npy +3 -0
- dot_product/size-4096_seed-0/dot_product.b.npy +3 -0
- dot_product/size-4096_seed-0/dot_product.output.npy +3 -0
- dot_product/size-4096_seed-0/formatted_tensors.json +38 -0
- gemm/m-4_n-4096_k-4096_seed-0/formatted_tensors.json +13 -0
- gemm/m-4_n-4096_k-4096_seed-0/gemm.output.npy +3 -0
- gevm/m-4096_k-4096_seed-0/formatted_tensors.json +39 -0
- gevm/m-4096_k-4096_seed-0/gevm.mat.npy +3 -0
- gevm/m-4096_k-4096_seed-0/gevm.output.npy +3 -0
- gevm/m-4096_k-4096_seed-0/gevm.vec.npy +3 -0
dot_product/size-4096_seed-0/dot_product.a.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ac54658eece7271853433be29112407c188aeb7ce5c3b5ebf195bf3b0bb41a1
|
| 3 |
+
size 65664
|
dot_product/size-4096_seed-0/dot_product.b.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87850fe8df04636995f1e55c72b50d55f1062c0ebf773de12a9d934d2bce6e1b
|
| 3 |
+
size 65664
|
dot_product/size-4096_seed-0/dot_product.output.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d245e628e1d0f2445e0494ffce9d12f61c0c60edcf2da16041a415b6fc699982
|
| 3 |
+
size 144
|
dot_product/size-4096_seed-0/formatted_tensors.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dot_product.a": {
|
| 3 |
+
"tensor_meta": {
|
| 4 |
+
"is_emulated": true,
|
| 5 |
+
"dtype": "emulated_mxint8",
|
| 6 |
+
"block_size": 32,
|
| 7 |
+
"block_axis": 0,
|
| 8 |
+
"shape": [
|
| 9 |
+
4096
|
| 10 |
+
],
|
| 11 |
+
"round_mode": "trunc"
|
| 12 |
+
},
|
| 13 |
+
"hex": "saved_tensors/dot_product/size-4096_seed-0/dot_product.a.npy"
|
| 14 |
+
},
|
| 15 |
+
"dot_product.b": {
|
| 16 |
+
"tensor_meta": {
|
| 17 |
+
"is_emulated": true,
|
| 18 |
+
"dtype": "emulated_mxint8",
|
| 19 |
+
"block_size": 32,
|
| 20 |
+
"block_axis": 0,
|
| 21 |
+
"shape": [
|
| 22 |
+
4096
|
| 23 |
+
],
|
| 24 |
+
"round_mode": "trunc"
|
| 25 |
+
},
|
| 26 |
+
"hex": "saved_tensors/dot_product/size-4096_seed-0/dot_product.b.npy"
|
| 27 |
+
},
|
| 28 |
+
"dot_product.output": {
|
| 29 |
+
"tensor_meta": {
|
| 30 |
+
"is_emulated": false,
|
| 31 |
+
"dtype": "torch.bfloat16",
|
| 32 |
+
"shape": [
|
| 33 |
+
1
|
| 34 |
+
]
|
| 35 |
+
},
|
| 36 |
+
"hex": "saved_tensors/dot_product/size-4096_seed-0/dot_product.output.npy"
|
| 37 |
+
}
|
| 38 |
+
}
|
gemm/m-4_n-4096_k-4096_seed-0/formatted_tensors.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gemm.output": {
|
| 3 |
+
"tensor_meta": {
|
| 4 |
+
"is_emulated": false,
|
| 5 |
+
"dtype": "torch.bfloat16",
|
| 6 |
+
"shape": [
|
| 7 |
+
4,
|
| 8 |
+
4096
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"hex": "saved_tensors/gemm/m-4_n-4096_k-4096_seed-0/gemm.output.npy"
|
| 12 |
+
}
|
| 13 |
+
}
|
gemm/m-4_n-4096_k-4096_seed-0/gemm.output.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3df75d65bfb5d7c6fbe1bba9850d9f3af8f5ee66a6223db70bd0185b5f46942f
|
| 3 |
+
size 262272
|
gevm/m-4096_k-4096_seed-0/formatted_tensors.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"gevm.vec": {
|
| 3 |
+
"tensor_meta": {
|
| 4 |
+
"is_emulated": true,
|
| 5 |
+
"dtype": "emulated_mxint8",
|
| 6 |
+
"block_size": 32,
|
| 7 |
+
"block_axis": 0,
|
| 8 |
+
"shape": [
|
| 9 |
+
4096
|
| 10 |
+
],
|
| 11 |
+
"round_mode": "trunc"
|
| 12 |
+
},
|
| 13 |
+
"hex": "saved_tensors/gevm/m-4096_k-4096_seed-0/gevm.vec.npy"
|
| 14 |
+
},
|
| 15 |
+
"gevm.mat": {
|
| 16 |
+
"tensor_meta": {
|
| 17 |
+
"is_emulated": true,
|
| 18 |
+
"dtype": "emulated_mxint8",
|
| 19 |
+
"block_size": 32,
|
| 20 |
+
"block_axis": 0,
|
| 21 |
+
"shape": [
|
| 22 |
+
4096,
|
| 23 |
+
4096
|
| 24 |
+
],
|
| 25 |
+
"round_mode": "trunc"
|
| 26 |
+
},
|
| 27 |
+
"hex": "saved_tensors/gevm/m-4096_k-4096_seed-0/gevm.mat.npy"
|
| 28 |
+
},
|
| 29 |
+
"gevm.output": {
|
| 30 |
+
"tensor_meta": {
|
| 31 |
+
"is_emulated": false,
|
| 32 |
+
"dtype": "torch.bfloat16",
|
| 33 |
+
"shape": [
|
| 34 |
+
4096
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
"hex": "saved_tensors/gevm/m-4096_k-4096_seed-0/gevm.output.npy"
|
| 38 |
+
}
|
| 39 |
+
}
|
gevm/m-4096_k-4096_seed-0/gevm.mat.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31f007382e431a02f2a801e422c8a254f15a5cc10ff2f985705bda53ae79e186
|
| 3 |
+
size 268435584
|
gevm/m-4096_k-4096_seed-0/gevm.output.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:369c5c887bbd8ad85ed647dc19b1ae49af67602a3a522e728744f3c9b24a3355
|
| 3 |
+
size 65664
|
gevm/m-4096_k-4096_seed-0/gevm.vec.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ac54658eece7271853433be29112407c188aeb7ce5c3b5ebf195bf3b0bb41a1
|
| 3 |
+
size 65664
|