"You can also manually call compile helpers to build a kernel\n",
"\n",
"1. `ker.compile` compiles the kernel\n",
"2. `ker.get_tir` retrieves the tir\n",
"3. `ker.par_compile` compiles in parallel"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "f3cf3a2d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2025-11-25 17:29:46 [TileLang:tilelang.cache.kernel_cache:WARNING]: Found kernel in memory cache. For better performance, consider using `@tilelang.jit` instead of direct kernel caching.\n"
"Inspect the lazy_jit function signature: parameters with a `$` suffix are compile-time constants that may vary, and those with `$dyn` are runtime variables"
"2025-11-25 17:29:46 [TileLang:tilelang.cache.kernel_cache:WARNING]: Found kernel in memory cache. For better performance, consider using `@tilelang.jit` instead of direct kernel caching.\n"