Update blackwell tutorial to be compatible with 4.5-dev version (#3130)
* Update blackwell tutorial to be compatible with 4.5-dev version * update example for reverted changes * add more example fix
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
" num_threads=threads_per_cta,\n",
|
||||
" )\n",
|
||||
" tmem = utils.TmemAllocator(\n",
|
||||
" storage.tmem_holding_buf,\n",
|
||||
" storage.tmem_holding_buf.ptr,\n",
|
||||
" barrier_for_retrieve=tmem_alloc_barrier,\n",
|
||||
" )\n",
|
||||
" num_tmem_cols = 512\n",
|
||||
@@ -742,7 +742,7 @@
|
||||
" num_threads=threads_per_cta,\n",
|
||||
" )\n",
|
||||
" tmem = utils.TmemAllocator(\n",
|
||||
" storage.tmem_holding_buf,\n",
|
||||
" storage.tmem_holding_buf.ptr,\n",
|
||||
" barrier_for_retrieve=tmem_alloc_barrier,\n",
|
||||
" )\n",
|
||||
" num_tmem_cols = 512\n",
|
||||
|
||||
Reference in New Issue
Block a user