-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
docs/source/tt_metal/apis/kernel_apis/compute/binary_op_init_funcs.rst
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,6 @@ | ||
binary_init_funcs | ||
================= | ||
|
||
|
||
.. doxygenfunction:: binary_op_init_common(uint32_t icb0, uint32_t icb1) | ||
.. doxygenfunction:: binary_op_specific_init(int op_code) |
6 changes: 6 additions & 0 deletions
6
docs/source/tt_metal/apis/kernel_apis/compute/cb_pop_front.rst
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,6 @@ | ||
|
||
|
||
cb_pop_front | ||
============ | ||
|
||
.. doxygenfunction:: cb_pop_front(uint32_t cbid, uint32_t ntiles) |
6 changes: 6 additions & 0 deletions
6
docs/source/tt_metal/apis/kernel_apis/compute/cb_push_back.rst
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,6 @@ | ||
|
||
|
||
cb_push_back | ||
============= | ||
|
||
.. doxygenfunction:: cb_push_back(uint32_t cbid, uint32_t ntiles) |
6 changes: 6 additions & 0 deletions
6
docs/source/tt_metal/apis/kernel_apis/compute/cb_reserve_back.rst
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,6 @@ | ||
|
||
|
||
cb_reserve_back | ||
=============== | ||
|
||
.. doxygenfunction:: cb_reserve_back(uint32_t cbid, uint32_t ntiles) |
6 changes: 6 additions & 0 deletions
6
docs/source/tt_metal/apis/kernel_apis/compute/cb_wait_front.rst
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,6 @@ | ||
|
||
|
||
cb_wait_front | ||
============= | ||
|
||
.. doxygenfunction:: cb_wait_front(uint32_t cbid, uint32_t ntiles) |
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