Skip to content

Instantly share code, notes, and snippets.

View fengxie's full-sized avatar

drazi fengxie

  • NVIDIA
  • Shanghai, China
View GitHub Profile
@NTT123
NTT123 / print-cute-tv-layout.ipynb
Created September 27, 2025 09:12
print-cute-tv-layout.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Chillee
Chillee / tv_layout_viz.py
Last active September 19, 2025 09:51
Cutlass Thread-Value Layout Visualizer
import math
import cutlass.cute as cute
import cutlass
def visualize_tv_layout(
tiler_mn: tuple[int, int],
tv_layout, # (((thr_shape),(val_shape)),
# ((thr_stride),(val_stride)))
*,
font_size: int = 10,