diff --git a/examples/python/CuTeDSL/cute/notebooks/elementwise_add.ipynb b/examples/python/CuTeDSL/cute/notebooks/elementwise_add.ipynb index dc27e6b064..3186785b02 100644 --- a/examples/python/CuTeDSL/cute/notebooks/elementwise_add.ipynb +++ b/examples/python/CuTeDSL/cute/notebooks/elementwise_add.ipynb @@ -702,7 +702,7 @@ "The host code below shows the construction of the TV layout. By composing\n", "a thread layout of ``(4,64):(64,1)`` (64 threads read contiguous elements on the row dimension,\n", "then 64-thread-groups(2 warps) read different rows) with a value layout of ``(16,8):(8,1)`` (each thread reads\n", - "8 contiguous 16b elements on the row dimension across 4 contiguous rows).\n", + "8 contiguous 16b elements on the row dimension across 16 contiguous rows).\n", "\n", "In order to generalize, we started with byte-layout to describe layout for elements in bytes. This is\n", "to ensure use of 128bit vectorized load store. Then we leverage ``recast_layout`` to convert into\n",