From f85ceb7c6f8392626f235a4d9b6094972cf4b55c Mon Sep 17 00:00:00 2001 From: Davor Capalija Date: Sat, 5 Oct 2024 15:01:39 -0700 Subject: [PATCH] [skip ci] Link handling special floats tech report from README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d587b0b263e..a96ce18abc0 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,9 @@ Get started with [simple kernels](https://docs.tenstorrent.com/tt-metalium/lates ## TT-Metalium Tech Reports - [Matrix Engine](./tech_reports/matrix_engine/matrix_engine.md) (updated Sept 6th) -- [Tensor Layouts](./tech_reports/tensor_layouts/tensor_layouts.md) (updated Sept 6th) - [Data Formats](./tech_reports/data_formats/data_formats.md) (updated Sept 7th) +- [Handling special floating-point numbers](./tech_reports/Handling_Special_Value/special_values.md) (updated Oct 5th) +- [Tensor Layouts](./tech_reports/tensor_layouts/tensor_layouts.md) (updated Sept 6th) - [Saturating DRAM Bandwidth](./tech_reports/Saturating_DRAM_bandwidth/Saturating_DRAM_bandwidth.md) (updated Sept 6th) - [Flash Attention on Wormhole](./tech_reports/FlashAttention/FlashAttention.md) (updated Sept 6th) - [CNNs on TT Architectures](./tech_reports/CNNs/ttcnn.md) (updated Sept 6th)