From 5c3779aa73b16eafa59dabf5a864a459b3b749ee Mon Sep 17 00:00:00 2001 From: Bojan Rosko Date: Tue, 3 Dec 2024 12:31:22 +0000 Subject: [PATCH] minor comment modification --- tt_metal/llrt/get_platform_architecture.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tt_metal/llrt/get_platform_architecture.hpp b/tt_metal/llrt/get_platform_architecture.hpp index 1d00da776d8..67ca8f6c6eb 100644 --- a/tt_metal/llrt/get_platform_architecture.hpp +++ b/tt_metal/llrt/get_platform_architecture.hpp @@ -48,8 +48,7 @@ namespace tt::tt_metal { * @endcode * * @see tt::get_arch_from_string - * @see tt_ClusterDescriptor::detect_arch - * @see tt_ClusterDescriptor::get_arch + * @see PCIDevice::enumerate_devices_info */ inline tt::ARCH get_platform_architecture() { auto arch = tt::ARCH::Invalid;