-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4003: Look further back in time per op file to see if we had a prior…
… failure
- Loading branch information
Showing
45 changed files
with
1,816 additions
and
200 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ nbsphinx==0.9.3 | |
sphinxcontrib-jquery==4.1 | ||
ipython==8.12.3 | ||
pandoc==2.3 | ||
tabulate==0.9.0 |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _ttnn.sweep_test_acos: | ||
|
||
acos | ||
==================================================================== | ||
==== ======== =========================================================================================== ============= ======== ======= ================= ============================================================================================================================== ============================================================================================================================== | ||
.. status exception batch_sizes height width input_dtype input_memory_config output_memory_config | ||
==== ======== =========================================================================================== ============= ======== ======= ================= ============================================================================================================================== ============================================================================================================================== | ||
0 crashed Exception: ttnn.acos: Tensor must be of layout {<Layout.TILE: 1>}, but got Layout.ROW_MAJOR (1,) 384 1024 DataType.BFLOAT16 tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) | ||
1 crashed Exception: ttnn.acos: Tensor must be of layout {<Layout.TILE: 1>}, but got Layout.ROW_MAJOR (1,) 384 4096 DataType.BFLOAT16 tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) | ||
2 crashed Exception: ttnn.acos: Tensor must be of layout {<Layout.TILE: 1>}, but got Layout.ROW_MAJOR (1,) 1024 1024 DataType.BFLOAT16 tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) | ||
3 crashed Exception: ttnn.acos: Tensor must be of layout {<Layout.TILE: 1>}, but got Layout.ROW_MAJOR (1,) 1024 4096 DataType.BFLOAT16 tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) tt::tt_metal::MemoryConfig(memory_layout=TensorMemoryLayout::INTERLEAVED,buffer_type=BufferType::DRAM,shard_spec=std::nullopt) | ||
==== ======== =========================================================================================== ============= ======== ======= ================= ============================================================================================================================== ============================================================================================================================== |
Oops, something went wrong.