diff --git a/tt_metal/host_api.hpp b/tt_metal/host_api.hpp index 3cbc3cedb07..d2095be32e4 100644 --- a/tt_metal/host_api.hpp +++ b/tt_metal/host_api.hpp @@ -314,7 +314,7 @@ std::unique_ptr CreateGlobalSemaphore( // clang-format off /** -* Creates a pre-allocated interleaved DRAM or L1 buffer with the global allocator on device +* Creates a pre-allocated interleaved DRAM or L1 buffer with the global allocator on the device. For more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr * @@ -327,7 +327,7 @@ std::shared_ptr CreateBuffer(const InterleavedBufferConfig& config); // clang-format off /** -* Creates a pre-allocated interleaved DRAM or L1 buffer with the global allocator on device +* Creates a pre-allocated interleaved DRAM or L1 buffer with the global allocator on the device. For more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr * @@ -341,7 +341,7 @@ std::shared_ptr CreateBuffer(const InterleavedBufferConfig& config, Devi // clang-format off /** -* Creates a pre-allocated interleaved DRAM or L1 buffer on device +* Creates a pre-allocated interleaved DRAM or L1 buffer with the global allocator on the device. IFor more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr * @@ -355,7 +355,7 @@ std::shared_ptr CreateBuffer(const InterleavedBufferConfig& config, SubD // clang-format off /** -* Creates a pre-allocated sharded DRAM or L1 buffer with the global allocator on device +* Creates a pre-allocated sharded DRAM or L1 buffer with the global allocator on the device. For more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr * @@ -368,7 +368,7 @@ std::shared_ptr CreateBuffer(const ShardedBufferConfig& config); // clang-format off /** -* Creates a pre-allocated sharded DRAM or L1 buffer with the global allocator on device +* Creates a pre-allocated sharded DRAM or L1 buffer with the global allocator on the device. For more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr * @@ -382,7 +382,7 @@ std::shared_ptr CreateBuffer(const ShardedBufferConfig& config, DeviceAd // clang-format off /** -* Creates a pre-allocated sharded DRAM or L1 buffer on device +* Creates a pre-allocated sharded DRAM or L1 buffer with the global allocator on the device. For more information about buffers visit the Tenstorrent GitHub: [Buffers info on GitHub](https://github.com/tenstorrent/tt-metal/tree/main/tt_metal/impl/buffers). * * Return value: std::shared_ptr *