
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chaos and Order</title>
      <link>https://www.youngju.dev/blog</link>
      <description>천천히 올바르게. AI Researcher &amp; DevOps Engineer Youngju&#39;s tech blog. GPU/CUDA, LLM, MLOps, Kubernetes AI workloads, distributed training, and data engineering.</description>
      <language>ko</language>
      <managingEditor>fjvbn2003@gmail.com (Youngju Kim)</managingEditor>
      <webMaster>fjvbn2003@gmail.com (Youngju Kim)</webMaster>
      <lastBuildDate>Tue, 16 Jun 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.youngju.dev/tags/dataflow/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips.en</guid>
    <title>Groq and SambaNova — Chips That Went All In on Inference</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips.en</link>
    <description>A deep look at the working principles of two chips that bet everything on inference rather than training: the Groq LPU and the SambaNova RDU. We cover how deterministic execution and compiler scheduling, plus reconfigurable dataflow, produce low latency, and where they win and lose against GPUs.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>groq</category><category>sambanova</category><category>inference</category><category>ai-hardware</category><category>lpu</category><category>dataflow</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips.ja</guid>
    <title>Groq と SambaNova — 推論に全振りしたチップたち</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips.ja</link>
    <description>学習ではなく推論にすべてを賭けた2つのチップ、Groq LPU と SambaNova RDU の動作原理を深く覗き込みます。決定的実行とコンパイラスケジューリング、reconfigurable dataflow がどう低遅延を生むか、そしてGPUに対しどこで勝ちどこで負けるかを整理します。</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>groq</category><category>sambanova</category><category>inference</category><category>ai-hardware</category><category>lpu</category><category>dataflow</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips</guid>
    <title>Groq와 SambaNova — 추론에 올인한 칩들</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-groq-sambanova-inference-chips</link>
    <description>학습이 아니라 추론에 모든 것을 건 두 칩, Groq LPU와 SambaNova RDU의 동작 원리를 깊게 들여다봅니다. 결정적 실행과 컴파일러 스케줄링, reconfigurable dataflow가 어떻게 낮은 지연을 만들어내는지, 그리고 GPU 대비 어디서 이기고 어디서 지는지 정리합니다.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>groq</category><category>sambanova</category><category>inference</category><category>ai-hardware</category><category>lpu</category><category>dataflow</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow.en</guid>
    <title>Making Inference Fast — Quantization, Sparsity, and Dataflow from a Hardware Lens</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow.en</link>
    <description>We break down the cost structure of inference through the memory-wall lens, then connect quantization (INT8/FP8/FP4), structured sparsity (2:4), dataflow architectures, operator fusion, batching and KV caching into one picture of hardware-software co-design. Reflects the 2026 reality of Blackwell FP4 and the Vera Rubin trajectory, with practical guidance for shipping fast inference.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>inference</category><category>quantization</category><category>sparsity</category><category>dataflow</category><category>gpu</category><category>hardware</category><category>optimization</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow.ja</guid>
    <title>推論を速く — 量子化、スパース性、Dataflow のハードウェア視点</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow.ja</link>
    <description>推論コストの構造をメモリウォールの観点から解きほぐし、量子化(INT8/FP8/FP4)、構造化スパース性(2:4)、dataflow アーキテクチャ、演算子融合、バッチングと KV キャッシュまでをハードウェアとソフトウェアの協調設計として一枚の絵にまとめます。2026 年の Blackwell FP4 と Vera Rubin の流れを反映し、実務での適用ポイントを示します。</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>inference</category><category>quantization</category><category>sparsity</category><category>dataflow</category><category>gpu</category><category>hardware</category><category>optimization</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow</guid>
    <title>추론을 빠르게 — 양자화, 희소성, Dataflow의 하드웨어 관점</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-inference-hardware-quantization-sparsity-dataflow</link>
    <description>추론 비용의 구조를 메모리 월 관점에서 풀어내고, 양자화(INT8/FP8/FP4)와 구조적 희소성(2:4), dataflow 아키텍처, 연산자 융합, 배칭과 KV 캐시까지 하드웨어-소프트웨어 공동설계의 큰 그림을 정리합니다. 2026년 Blackwell FP4와 Vera Rubin 흐름을 반영해 실무 적용 포인트를 짚습니다.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>inference</category><category>quantization</category><category>sparsity</category><category>dataflow</category><category>gpu</category><category>hardware</category><category>optimization</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture.en</guid>
    <title>Systolic Arrays and Dataflow Architecture — The Heart of the TPU</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture.en</link>
    <description>A deep dive into the systolic array, the structure that lets AI accelerators run matrix multiplication efficiently, complete with ASCII diagrams. We walk through dataflow strategies like weight-stationary and output-stationary, data reuse and energy, the comparison with tensor cores, and compiler mapping — the core principles that power the TPU.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>gpu-cuda</category><category>systolic-array</category><category>dataflow</category><category>tpu</category><category>ai-hardware</category><category>matrix-multiply</category><category>accelerator</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture.ja</guid>
    <title>シストリックアレイとデータフローアーキテクチャ — TPUの心臓原理</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture.ja</link>
    <description>AIアクセラレータの中核演算である行列積を効率的に処理するシストリックアレイの動作原理を、ASCII図とともに深く掘り下げます。weight-stationaryやoutput-stationaryといったデータフロー戦略、データ再利用とエネルギー、テンソルコアとの比較、コンパイラのマッピングまで、TPUの心臓原理を整理します。</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>gpu-cuda</category><category>systolic-array</category><category>dataflow</category><category>tpu</category><category>ai-hardware</category><category>matrix-multiply</category><category>accelerator</category>
  </item>

  <item>
    <guid>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture</guid>
    <title>Systolic Array와 Dataflow 아키텍처 — TPU의 심장 원리</title>
    <link>https://www.youngju.dev/blog/gpu-cuda/2026-06-16-systolic-array-dataflow-architecture</link>
    <description>AI 가속기의 핵심 연산인 행렬곱을 효율적으로 처리하는 systolic array의 동작 원리를 ASCII 다이어그램과 함께 깊이 파헤칩니다. weight-stationary와 output-stationary 같은 dataflow 전략, 데이터 재사용과 에너지, 텐서코어와의 비교, 컴파일러 매핑까지 TPU의 심장 원리를 정리합니다.</description>
    <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
    <author>fjvbn2003@gmail.com (Youngju Kim)</author>
    <category>gpu-cuda</category><category>systolic-array</category><category>dataflow</category><category>tpu</category><category>ai-hardware</category><category>matrix-multiply</category><category>accelerator</category>
  </item>

    </channel>
  </rss>
