Skip to content

Latest commit

 

History

History
160 lines (159 loc) · 16.7 KB

input_variations.md

File metadata and controls

160 lines (159 loc) · 16.7 KB

High Level Operations Status

Operations Input Variations Converted Removed Fallback Completed Score
0 aten._softmax.default 1 1 0 0 1
1 aten._to_copy.default 1 1 0 0 1
2 aten._unsafe_view.default 1 1 0 0 1
3 aten.add.Tensor 5 5 0 0 1
4 aten.addmm.default 5 5 0 0 1
5 aten.bmm.default 2 2 0 0 1
6 aten.clone.default 5 5 0 0 1
7 aten.div.Tensor 1 1 0 0 1
8 aten.embedding.default 3 3 0 0 1
9 aten.expand.default 3 0 3 0 1
10 aten.mul.Tensor 5 5 0 0 1
11 aten.native_layer_norm.default 2 2 0 0 1
12 aten.permute.default 1 1 0 0 1
13 aten.pow.Tensor_Scalar 1 1 0 0 1
14 aten.rsub.Scalar 1 1 0 0 1
15 aten.slice.Tensor 2 1 1 0 1
16 aten.split.Tensor 1 1 0 0 1
17 aten.squeeze.dim 1 1 0 0 1
18 aten.t.default 5 5 0 0 1
19 aten.tanh.default 1 1 0 0 1
20 aten.transpose.int 2 2 0 0 1
21 aten.unsqueeze.default 2 2 0 0 1
22 aten.view.default 12 12 0 0 1

aten._softmax.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ?,
int dim = -1,
bool half_to_float = False
Done Done 0.999641 0

aten._to_copy.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 1, 1, 14]> self = ?,
Optional[int] dtype = torch.bfloat16
Done Fallback 1 -1

aten._unsafe_view.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 12, 64]> self = ?,
List[int] size = [1, 14, 768]
Done Done 1 -1

aten.add.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ?,
Tensor<[1, 1, 1, 14]> other = ?
Done Done 0.999998 0
1 Tensor<[1, 14, 128]> self = ?,
Tensor<[1, 14, 128]> other = ?
Done Done 0.999998 0
2 Tensor<[1, 14, 3072]> self = ?,
Tensor other = 1.0
Done Done 0.999995 0
3 Tensor<[1, 14, 3072]> self = ?,
Tensor<[1, 14, 3072]> other = ?
Done Done 0.999998 0
4 Tensor<[1, 14, 768]> self = ?,
Tensor<[1, 14, 768]> other = ?
Done Done 0.999998 0

aten.addmm.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[2]> self = ?,
Tensor<[14, 768]> mat1 = ?,
Tensor<[768, 2]> mat2 = ?
Done Done 0.999904 0
1 Tensor<[3072]> self = ?,
Tensor<[14, 768]> mat1 = ?,
Tensor<[768, 3072]> mat2 = ?
Done Done 0.999967 0
2 Tensor<[768]> self = ?,
Tensor<[14, 128]> mat1 = ?,
Tensor<[128, 768]> mat2 = ?
Done Done 0.999979 0
3 Tensor<[768]> self = ?,
Tensor<[14, 3072]> mat1 = ?,
Tensor<[3072, 768]> mat2 = ?
Done Done 0.999943 0
4 Tensor<[768]> self = ?,
Tensor<[14, 768]> mat1 = ?,
Tensor<[768, 768]> mat2 = ?
Done Done 0.999966 0

aten.bmm.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[12, 14, 14]> self = ?,
Tensor<[12, 14, 64]> mat2 = ?
Done Done 0.999994 0
1 Tensor<[12, 14, 64]> self = ?,
Tensor<[12, 64, 14]> mat2 = ?
Done Done 0.999987 0

aten.clone.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ? Done Done 1 0
1 Tensor<[1, 14, 12, 64]> self = ?,
Optional[int] memory_format = torch.contiguous_format
Done Done 1 0
2 Tensor<[1, 14, 128]> self = ? Done Done 1 0
3 Tensor<[1, 14, 768]> self = ? Done Done 1 0
4 Tensor<[1, 14]> self = ?,
Optional[int] memory_format = torch.contiguous_format
Done Done 1 0

aten.div.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ?,
Tensor other = 8.0
Done Done 1 0

aten.embedding.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[2, 128]> weight = ?,
Tensor<[1, 14]> indices = ?
Done Done 1 0
1 Tensor<[30000, 128]> weight = ?,
Tensor<[1, 14]> indices = ?,
int padding_idx = 0
Done Done 1 0
2 Tensor<[512, 128]> weight = ?,
Tensor<[1, 14]> indices = ?
Done Done 1 0

aten.expand.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ?,
List[int] size = [1, 12, 14, 14]
Removed Done 1 -1
1 Tensor<[1, 12, 14, 64]> self = ?,
List[int] size = [1, 12, 14, 64]
Removed Done 1 -1
2 Tensor<[1, 12, 64, 14]> self = ?,
List[int] size = [1, 12, 64, 14]
Removed Done 1 -1

aten.mul.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 1, 1, 14]> self = ?,
Tensor other = -3.3895313892515355e+38
Done Done 0.999996 0
1 Tensor<[1, 14, 3072]> self = ?,
Tensor other = 0.044715
Done Done 0.999995 0
2 Tensor<[1, 14, 3072]> self = ?,
Tensor other = 0.5
Done Done 1 0
3 Tensor<[1, 14, 3072]> self = ?,
Tensor other = 0.7978845608028654
Done Done 0.999997 0
4 Tensor<[1, 14, 3072]> self = ?,
Tensor<[1, 14, 3072]> other = ?
Done Done 0.999996 0

aten.native_layer_norm.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 128]> input = ?,
List[int] normalized_shape = [128],
Optional[Tensor]<[128]> weight = ?,
Optional[Tensor]<[128]> bias = ?,
float eps = 1e-12
Done Done N/A 1
1 Tensor<[1, 14, 768]> input = ?,
List[int] normalized_shape = [768],
Optional[Tensor]<[768]> weight = ?,
Optional[Tensor]<[768]> bias = ?,
float eps = 1e-12
Done Done N/A 1

aten.permute.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 12, 64]> self = ?,
List[int] dims = [0, 2, 1, 3]
Done Done 1 0

aten.pow.Tensor_Scalar

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 3072]> self = ?,
number exponent = 3.0
Done Done 0.999996 0

aten.rsub.Scalar

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 1, 1, 14]> self = ?,
number other = 1.0
Done Done 0.999997 0

aten.slice.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 512]> self = ?,
int dim = 0,
Optional[int] start = 0,
Optional[int] end = 9223372036854775807
Removed Done 1 -1
1 Tensor<[1, 512]> self = ?,
int dim = 1,
Optional[int] start = 0,
Optional[int] end = 14
Done Done 1 -1

aten.split.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 2]> self = ?,
int split_size = 1,
int dim = -1
Done Done 1 1

aten.squeeze.dim

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 1]> self = ?,
int dim = -1
Done Done 1 -1

aten.t.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[2, 768]> self = ? Done Done 1 0
1 Tensor<[3072, 768]> self = ? Done Done 1 0
2 Tensor<[768, 128]> self = ? Done Done 1 0
3 Tensor<[768, 3072]> self = ? Done Done 1 0
4 Tensor<[768, 768]> self = ? Done Done 1 0

aten.tanh.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 14, 3072]> self = ? Done Done 0.998439 0

aten.transpose.int

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 64]> self = ?,
int dim0 = -1,
int dim1 = -2
Done Done 1 0
1 Tensor<[1, 12, 14, 64]> self = ?,
int dim0 = 2,
int dim1 = 1
Done Done 1 0

aten.unsqueeze.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 1, 14]> self = ?,
int dim = 2
Done Done 1 -1
1 Tensor<[1, 14]> self = ?,
int dim = 1
Done Done 1 -1

aten.view.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 12, 14, 14]> self = ?,
List[int] size = [12, 14, 14]
Done Done 1 -1
1 Tensor<[1, 12, 14, 64]> self = ?,
List[int] size = [12, 14, 64]
Done Done 1 -1
2 Tensor<[1, 12, 64, 14]> self = ?,
List[int] size = [12, 64, 14]
Done Done 1 -1
3 Tensor<[1, 14, 128]> self = ?,
List[int] size = [14, 128]
Done Done 1 -1
4 Tensor<[1, 14, 3072]> self = ?,
List[int] size = [14, 3072]
Done Done 1 -1
5 Tensor<[1, 14, 768]> self = ?,
List[int] size = [1, 14, 12, 64]
Done Done 1 -1
6 Tensor<[1, 14, 768]> self = ?,
List[int] size = [14, 768]
Done Done 1 -1
7 Tensor<[12, 14, 14]> self = ?,
List[int] size = [1, 12, 14, 14]
Done Done 1 -1
8 Tensor<[12, 14, 64]> self = ?,
List[int] size = [1, 12, 14, 64]
Done Done 1 -1
9 Tensor<[14, 2]> self = ?,
List[int] size = [1, 14, 2]
Done Done 1 -1
10 Tensor<[14, 3072]> self = ?,
List[int] size = [1, 14, 3072]
Done Done 1 -1
11 Tensor<[14, 768]> self = ?,
List[int] size = [1, 14, 768]
Done Done 1 -1