diff --git a/ttnn/cpp/ttnn/distributed/distributed_pybind.cpp b/ttnn/cpp/ttnn/distributed/distributed_pybind.cpp index 67d3f158292..898cd8632a8 100644 --- a/ttnn/cpp/ttnn/distributed/distributed_pybind.cpp +++ b/ttnn/cpp/ttnn/distributed/distributed_pybind.cpp @@ -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(); },