From 4a55379686175ede4fee8043b32dc10fcfd66fab Mon Sep 17 00:00:00 2001 From: whatdhack <12969966+whatdhack@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:11:14 -0800 Subject: [PATCH] Update notebook title from 'Tour to' to 'Tour of' Grammar check . LLM's can quickly clean up such issues. --- examples/python/CuTeDSL/notebooks/tour_to_sol_gemm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/CuTeDSL/notebooks/tour_to_sol_gemm.ipynb b/examples/python/CuTeDSL/notebooks/tour_to_sol_gemm.ipynb index b3d2cfab..7b39c5fe 100644 --- a/examples/python/CuTeDSL/notebooks/tour_to_sol_gemm.ipynb +++ b/examples/python/CuTeDSL/notebooks/tour_to_sol_gemm.ipynb @@ -24,7 +24,7 @@ "id": "ee111a48", "metadata": {}, "source": [ - "# Tour to SOL GEMM\n", + "# Tour of SOL GEMM\n", "\n", "This notebook demonstrates how to reach SOL (Speed Of Light) GEMM (GEneral Matrix Multiplication) based on Blackwell (tcgen05) step by step.\n", "\n",