Skip to content

Commit

Permalink
#11621: remove bfloat8
Browse files Browse the repository at this point in the history
  • Loading branch information
yugi957 committed Oct 14, 2024
1 parent 790a284 commit aa4c83c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
{"shape": [1, 16, 256, 64], "dims": [0, 2, 1, 3]},
{"shape": [1, 256, 16, 64], "dims": [0, 2, 1, 3]},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.TILE_LAYOUT],
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{"shape": [6, 2], "repeats": [400, 1]},
{"shape": [6, 2], "repeats": [9, 1]},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{"dims": [8732, 4], "dim": 1, "start": 0, "end": -1, "step": 4},
{"dims": [8732, 4], "dim": 1, "start": 0, "end": 2},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.TILE_LAYOUT],
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{"shape": [768, 256], "split_size": 256, "dim": -1},
{"shape": [768], "split_size": 256, "dim": -1},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_squeeze_config(num_samples=10):
{"shape": [1, 1, 25088], "dim": 0},
{"shape": [1, 1, 480, 640], "dim": 1},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{"tensors_shapes": [[9], [9], [9], [9], [9], [9], [9], [9], [9], [9], [9], [9]], "dim": -1},
{"tensors_shapes": [[9], [9], [9], [9], [9], [9], [9], [9]], "dim": -1},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def generate_unsqueeze_config(num_samples=10):
{"shape": [1], "dim": 1},
{"shape": [0, 256], "dim": 0},
],
"dtype": [ttnn.bfloat16, ttnn.bfloat8_b],
"dtype": [ttnn.bfloat16],
"layout": [ttnn.ROW_MAJOR_LAYOUT, ttnn.TILE_LAYOUT],
}
}
Expand Down

0 comments on commit aa4c83c

Please sign in to comment.