Skip to content

Commit 0d5be93

Browse files
Update docs
1 parent 35ed928 commit 0d5be93

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

_sources/autoapi/tilelang/autotuner/tuner/index.rst.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Module Contents
7070
Gets the number of CPU cores available to the current process.
7171

7272

73-
7473
.. py:class:: AutoTuner(fn, configs)
7574
7675
Auto-tuner for tilelang programs.
@@ -179,7 +178,6 @@ Module Contents
179178

180179

181180

182-
183181
.. py:method:: run(warmup = 25, rep = 100, timeout = 30)
184182
185183
Run the auto-tuning process.

_sources/autoapi/tilelang/language/builtin/index.rst.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,37 +160,31 @@ Module Contents
160160
Increment the maximum number of registers to use.
161161

162162

163-
164163
.. py:function:: dec_max_nreg(reg_count)
165164
166165
Decrement the maximum number of registers to use.
167166

168167

169-
170168
.. py:function:: annotate_producer_reg_dealloc(reg_count = 24)
171169
172170
Annotate the producer reg dealloc.
173171

174172

175-
176173
.. py:function:: annotate_consumer_reg_alloc(reg_count = 240)
177174
178175
Annotate the consumer reg alloc.
179176

180177

181-
182178
.. py:function:: no_set_max_nreg()
183179
184180
Disable the maximum register limit setting.
185181

186182

187-
188183
.. py:function:: disable_warp_group_reg_alloc()
189184
190185
Disable the warp group reg alloc.
191186

192187

193-
194188
.. py:function:: mbarrier_wait_parity(mbarrier, parity)
195189
196190
Wait for memory barrier parity condition.
@@ -469,19 +463,16 @@ Module Contents
469463
Synchronize all threads in a block.
470464

471465

472-
473466
.. py:function:: sync_global()
474467
475468
Synchronize all threads in the entire grid.
476469

477470

478-
479471
.. py:function:: sync_grid()
480472
481473
Synchronize all threads in a grid.
482474

483475

484-
485476
.. py:function:: initialize_wgmma_descriptor(descriptor, start_address, layout_type_ = 0, leading_byte_offset = 0, stride_byte_offset = 0)
486477
487478
Initialize a WGMMA/UTCMMA shared-memory descriptor.
@@ -510,13 +501,11 @@ Module Contents
510501
Break out of the innermost loop.
511502

512503

513-
514504
.. py:function:: cp_async_barrier_noinc(barrier_id)
515505
516506
Perform a ptx async copy barrier using cp.async.mbarrier.arrive.noinc.
517507

518508

519-
520509
.. py:function:: tcgen05_mma_arrive(mbar_ptr)
521510
522511
Signal UMMA (TCGEN05) barrier arrival for a shared-memory mbarrier pointer.

_sources/autoapi/tilelang/language/kernel/index.rst.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,46 +247,38 @@ Module Contents
247247
Returns the thread binding for the given dimension.
248248

249249

250-
251250
.. py:function:: get_thread_bindings()
252251
253252
Returns all three thread bindings.
254253

255254

256-
257255
.. py:function:: get_block_binding(dim = 0)
258256
259257
Returns the block binding for the given dimension.
260258

261259

262-
263260
.. py:function:: get_block_bindings()
264261
265262
Returns all three block bindings.
266263

267264

268-
269265
.. py:function:: get_thread_extent(dim = 0)
270266
271267
Returns the thread extent for the given dimension.
272268

273269

274-
275270
.. py:function:: get_thread_extents()
276271
277272
Returns all three thread extents.
278273

279274

280-
281275
.. py:function:: get_block_extent(dim = 0)
282276
283277
Returns the block extent for the given dimension.
284278

285279

286-
287280
.. py:function:: get_block_extents()
288281
289282
Returns all three block extents.
290283

291284

292-

_sources/autoapi/tilelang/transform/index.rst.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ Package Contents
339339
EliminateStorageSyncForMBarrier
340340

341341

342-
343342
.. py:function:: MergeSharedMemoryAllocations(enable_aggressive_merge = False, align_bytes = 16)
344343
345344
MergeSharedMemoryAllocations
@@ -353,13 +352,11 @@ Package Contents
353352
LowerL2Persistent
354353

355354

356-
357355
.. py:function:: PersistThreadblock()
358356
359357
PersistThreadblock
360358

361359

362-
363360
.. py:function:: AlignDynamicSharedMemoryAllocations(align_bytes = 16)
364361
365362
AlignDynamicSharedMemoryAllocations
@@ -373,7 +370,6 @@ Package Contents
373370
LowerSharedBarrier
374371

375372

376-
377373
.. py:function:: PlanAndUpdateBufferAllocationLocation()
378374
379375
Plan and update buffer allocation locations within PrimFuncs.
@@ -395,19 +391,16 @@ Package Contents
395391
LowerOpaqueBlock
396392

397393

398-
399394
.. py:function:: LowerThreadAllreduce()
400395
401396
LowerThreadAllreduce
402397

403398

404-
405399
.. py:function:: LowerIntrin()
406400
407401
LowerIntrin
408402

409403

410-
411404
.. py:function:: LowerDeviceKernelLaunch()
412405
413406
Create and return a transform pass that lowers device kernel launch constructs to target-specific IR.
@@ -424,7 +417,6 @@ Package Contents
424417
LowerSharedTmem
425418

426419

427-
428420
.. py:function:: LayoutReducer()
429421
430422
Return a TVM transform pass that performs layout reduction/normalization.

_sources/autoapi/tilelang/utils/deprecated/index.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Module Contents
2121
A function to indicate that a method is deprecated
2222

2323

24-
2524
.. py:function:: deprecated(method_name, new_method_name, phaseout_version = None)
2625
2726
A decorator to indicate that a method is deprecated

0 commit comments

Comments
 (0)