From bb7ad38c9be422cfc1c3b703e32a8c28c2d053ba Mon Sep 17 00:00:00 2001 From: "Aart J.C. Bik" Date: Fri, 30 Jan 2026 11:12:10 -0800 Subject: [PATCH 1/2] add link to ust blog post --- docs_input/basics/sparse_tensor.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs_input/basics/sparse_tensor.rst b/docs_input/basics/sparse_tensor.rst index ac9371fd..5fb97c07 100644 --- a/docs_input/basics/sparse_tensor.rst +++ b/docs_input/basics/sparse_tensor.rst @@ -20,6 +20,8 @@ flexibility in changing storage formats by merely changing annotations in the type definitions, which allows for rapid experimentation with different ways of storing sparse tensors in a MatX computation. +More information on the Universal Sparse Tensor can be found in this `UST_Blog_post`_. + Quick Start ----------- @@ -317,3 +319,4 @@ briefly discussed in this online documentation. .. _make_sparse_tensor.h: https://github.com/NVIDIA/MatX/blob/main/include/matx/core/make_sparse_tensor.h .. _sparse_tensor.h: https://github.com/NVIDIA/MatX/blob/main/include/matx/core/sparse_tensor.h .. _sparse_tensor_format.h: https://github.com/NVIDIA/MatX/blob/main/include/matx/core/sparse_tensor_format.h +.. _UST_Blog_Post: https://developer.nvidia.com/blog/establishing-a-scalable-sparse-ecosystem-with-the-universal-sparse-tensor From 859179b8846d306a70e1c0dcd8e67e67de587c52 Mon Sep 17 00:00:00 2001 From: Cliff Burdick <30670611+cliffburdick@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:57:41 -0800 Subject: [PATCH 2/2] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs_input/basics/sparse_tensor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_input/basics/sparse_tensor.rst b/docs_input/basics/sparse_tensor.rst index 5fb97c07..88d8c65c 100644 --- a/docs_input/basics/sparse_tensor.rst +++ b/docs_input/basics/sparse_tensor.rst @@ -20,7 +20,7 @@ flexibility in changing storage formats by merely changing annotations in the type definitions, which allows for rapid experimentation with different ways of storing sparse tensors in a MatX computation. -More information on the Universal Sparse Tensor can be found in this `UST_Blog_post`_. +More information on the Universal Sparse Tensor can be found in this `UST_Blog_Post`_. Quick Start -----------