Skip to content

Commit

Permalink
Expose num_program_cache_entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sminakov-tt committed Feb 28, 2025
1 parent 351edaf commit 6ef2fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ttnn/cpp/ttnn/distributed/distributed_pybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ void py_module(py::module& module) {
Resets the sub_device_ids that will be stalled on by default for Fast Dispatch commands such as reading, writing, synchronizing
back to all SubDevice IDs.
)doc")
.def(
"num_program_cache_entries",
&MeshDevice::num_program_cache_entries,
"Number of entries in the program cache for this device")
.def(
"sfpu_eps",
[](MeshDevice* device) { return tt::tt_metal::experimental::hal::get_eps(); },
Expand Down

0 comments on commit 6ef2fd8

Please sign in to comment.