v4.1 release
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
" assert depth <= 1, f\"Depth of coalesced layout should be <= 1, got {depth}\"\n",
|
||||
"\n",
|
||||
" print(\">>> 3. Checking layout functionality remains the same after the coalesce operation:\")\n",
|
||||
" for i in range(original_size):\n",
|
||||
" for i in cutlass.range_constexpr(original_size):\n",
|
||||
" original_value = layout(i)\n",
|
||||
" coalesced_value = result(i)\n",
|
||||
" print(f\"Index {i}: original {original_value}, coalesced {coalesced_value}\")\n",
|
||||
|
||||
Reference in New Issue
Block a user