v4.4 tag release update. (#3032)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
" # Get the x component of the thread index (y and z components are unused)\n",
|
||||
" tidx, _, _ = cute.arch.thread_idx()\n",
|
||||
" # Only the first thread (thread 0) prints the message\n",
|
||||
" if tidx == 0:\n",
|
||||
" if cutlass.dynamic_expr(tidx == 0):\n",
|
||||
" cute.printf(\"Hello world\")"
|
||||
]
|
||||
},
|
||||
@@ -142,8 +142,6 @@
|
||||
"from cutlass.cute import KeepPTX, KeepCUBIN\n",
|
||||
"\n",
|
||||
"print(\"Compiling with PTX/CUBIN dumped...\")\n",
|
||||
"# Alternatively, compile with string based options like\n",
|
||||
"# cute.compile(hello_world, options=\"--keep-ptx --keep-cubin\") would also work.\n",
|
||||
"hello_world_compiled_ptx_on = cute.compile[KeepPTX, KeepCUBIN](hello_world)\n",
|
||||
"\n",
|
||||
"# Run the pre-compiled version\n",
|
||||
|
||||
Reference in New Issue
Block a user