HomeTags#performance

Tag timeline

#performance17 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total17#performance の全掲載記事All listed entries tagged #performance
Showing17このページの表示件数Entries on this page
Page1/1静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/1 · 17 total

Fri, Aug 141 entries
コミュニティCommunityLocal Models·Qiita LLM

LLM の性能は prefill と decode で決まり方が違うThis article explains that LLM inference performance is governed by…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約LLM の推論において、入力をまとめて処理する prefill と 1 トークンずつ生成する decode では性能のボトルネックが異なり、最適化の戦略も変わる点を解説した記事。

AI SUMMARYThis article explains that LLM inference performance is governed by fundamentally different bottlenecks in the prefill and decode phases, meaning GPU speed or quantization alone cannot be evaluated without considering which phase dominates.

LLM の性能は prefill と decode で決まり方が違うog
Thu, Aug 133 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Buildsでクラウドエージェントが3倍速く起動Cloud Agents Start 3x Faster with Builds

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursorのクラウドエージェントに「Builds」機能が追加され、リポジトリのクローンや依存関係のインストールを事前に済ませたスナップショットを用意することで起動時間が約3倍高速化された。

AI SUMMARYCursor introduces Builds for Cloud Agents, pre-baking repo clones and dependency installs into ready-to-use snapshots so agents start roughly 3× faster than before.

Cloud Agents Start 3x Faster with Buildsog
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.10-rc1 リリースv0.32.10-rc1: mlx: avoid pulling MLX models when MLX is missing (#17710)

重要度 MediumMedium priority公式リリース · Local LLM / Open Modelsofficial release · Local LLM / Open Models

AI要約repeat_penaltyのデフォルト値が1.1から1.0(無効)に変更され、他エンジンとの互換性向上と投機的デコードの高速化が図られた。NVFP4 MLXモデルのプリフィル速度も改善されている。

AI SUMMARYOllama v0.32.10 changes the default repeat_penalty from 1.1 to 1.0 (off) to match other engines and speed up speculative decoding, while also improving prefill performance for NVFP4 MLX models.

v0.32.10-rc1: mlx: avoid pulling MLX models when MLX is missing (#17710)media
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

v0.32.10-rc0: nvfp4ダブルスケールモデルのプリフィル高速化v0.32.10-rc0: nn: speed up prefill on double-scale nvfp4 models

重要度 MediumMedium priority公式リリース · Local LLM / Open Modelsofficial release · Local LLM / Open Models

AI要約ModelOptチェックポイントが持つfloat32グローバルスケールの適用を単一のfused kernelで処理することで、余分なカーネル起動と中間バッファを削減し、nvfp4モデルのプリフィル速度を向上させた。

AI SUMMARYOllama v0.32.10-rc0 fuses the float32 global-scale multiply and dtype cast into a single kernel for double-scale nvfp4 models, eliminating an extra kernel launch and intermediate buffer per projection to speed up prefill.

v0.32.10-rc0: nn: speed up prefill on double-scale nvfp4 modelsmedia
Fri, Aug 71 entries
公式OfficialGemini/Gemma·Google Cloud Blog

BigQueryでエージェント時代に備える:継続的なコストパフォーマンス向上をゼロ手間でAgentic Future Ready With BigQuery: Continually Improving Price-Performance, Zero Effort

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約BigQueryはクエリチューニングやスキーマ調整を自動化し、エージェントが大量クエリを実行する時代においてもコストパフォーマンスを継続的に改善する仕組みを提供する。

AI SUMMARYBigQuery automates query tuning and price-performance optimization so teams can handle the massive query volumes driven by agentic workloads without manual intervention.

Agentic Future Ready With BigQuery: Continually Improving Price-Performance, Zero Effortmedia
Sun, Aug 21 entries
コミュニティCommunityLocal Models·Zenn LLM

speculative decoding×prefix cachingの罠:組み合わせで遅くなるケースCombining MTP speculative decoding with prefix caching in vLLM can halve cache…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約vLLMでMTP speculative decodingとprefix cachingを併用すると、キャッシュヒット率が半減しTTFTが悪化するバグが報告されており、二つの最適化を単純に組み合わせても期待通りの速度向上が得られない理由を解説している。

AI SUMMARYCombining MTP speculative decoding with prefix caching in vLLM can halve cache hit rates and significantly worsen TTFT, exposing a real bug where two optimizations interfere rather than multiply each other's benefits.

speculative decoding×prefix cachingの罠:組み合わせで遅くなるケースog
Thu, Jul 301 entries
公式OfficialGemini/Gemma·Google Developers Blog

GoogleマイクロベンチマークによるTPUパフォーマンス評価の活用方法How to use Google microbenchmarks for evaluating TPU performance

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約GoogleはオープンソースのTPUマイクロベンチマークスイートを提供しており、ネットワーク・演算・HBM・ホスト転送・Attentionの各領域で詳細な性能指標を取得しRooflineモデルの構築に活用できる。

AI SUMMARYGoogle's open-source TPU microbenchmark suite lets developers measure granular performance across compute, memory, and attention components, enabling Roofline model analysis to validate and optimize real-world TPU workloads.

Tue, Jul 142 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

VS Code で Copilot Agent を 2 本動かすと画面操作が著しく重くなった。まだ調査中の切り分け記録Running two Copilot Agent sessions simultaneously in VS Code causes severe UI…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約VS Code で Copilot Agent を 2 つ並列実行すると UI 操作が極端に遅くなる現象を確認し、原因特定のための切り分け手順をまとめた記事。再現条件の整理と今後の調査指針を示しており、同様の環境を持つ開発者に有用な情報を提供する。

AI SUMMARYRunning two Copilot Agent sessions simultaneously in VS Code causes severe UI lag, and this article documents the author's ongoing investigation to isolate the root cause. It outlines reproduction steps and diagnostic findings useful for developers hitting the same performance issue.

新規収集INDEXED公式OfficialNews/Policy·Meta Engineering

オープンソースカーネルスケジューラでMeta広告サービスを刷新Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約MetaはLinuxカーネルのスケジューラをオープンソース化し、広告サービスのレイテンシとスループットを大幅に改善した。この取り組みはコミュニティへの還元と本番環境での実証を兼ねる点で重要だ。

AI SUMMARYMeta modernized its ads serving infrastructure by adopting an open-source kernel scheduler, achieving meaningful gains in latency and throughput while contributing the work back to the broader Linux community.

Sat, Jul 111 entries
コミュニティCommunityClaude Code·Zenn Claude

Claude Fable 5 が教えてくれた FastEnum の高速化テクニック (1) - 文字列のハッシュ値生成The author explores string hash generation optimizations in the FastEnum C#…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約Claude Fable 5 との対話を通じて発見した、C# の FastEnum ライブラリにおける文字列ハッシュ値生成の最適化手法を解説。AIを活用してパフォーマンス改善のアイデアを得る実践例として注目される。

AI SUMMARYThe author explores string hash generation optimizations in the FastEnum C# library, discovered through dialogue with Claude Fable 5, demonstrating how AI assistance can surface practical performance improvement techniques.

Mon, Jul 61 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

🤗 Kernels: 主要アップデート🤗 Kernels: Major Updates

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Hugging FaceがKernelsプラットフォームを大幅に刷新した。最適化されたGPUカーネルの統合・共有の仕組みが改善され、ローカル環境でのLLM推論の高速化と開発体験の向上が期待できる。

AI SUMMARYHugging Face has revamped its Kernels platform, making it significantly easier to integrate and share optimized GPU kernels within inference pipelines, delivering better performance for local LLM deployments.

Wed, Jul 12 entries
新規収集INDEXED公式OfficialNews/Policy·AWS News Blog

AWS CloudFormation Express モードでインフラデプロイを最大4倍高速化Accelerate your infrastructure deployments by up to 4x with AWS CloudFormation Express mode

重要度 InfoInformational技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約AWS CloudFormationに新しい「Expressモード」が導入され、インフラのデプロイ速度を最大4倍に高速化できる。デプロイ待ち時間の短縮によりCI/CDパイプラインや大規模展開の効率が大幅に向上する。

AI SUMMARYAWS CloudFormation's new Express mode cuts deployment times by up to 4x, helping engineering teams accelerate CI/CD pipelines and ship infrastructure changes faster.

公式OfficialNews/Policy·Meta Engineering

MetaのPythonへの10年間のコミットメント10 Years of Meta’s Commitment to Python

重要度 InfoInformational深掘り候補 · 技術記事 · Industry & PolicyDeep-dive candidate · technical post · Industry & Policy

AI要約MetaはPythonへの10年間の取り組みを振り返り、CPythonの高速化やオープンソースツールの整備を通じてPythonエコシステムの発展に大きく貢献してきた歩みを総括した。

AI SUMMARYMeta marks a decade of Python investment, detailing contributions to CPython performance, open-source tooling, and ongoing collaboration with the broader Python community.

10 Years of Meta’s Commitment to Pythonog
Wed, Jun 102 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Bugbot が3倍以上高速化・22%コスト削減・バグ検出率10%向上Bugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursor の Bugbot がレビューごとに3倍以上の速度向上、22%のコスト削減、バグ検出数10%増を同時に達成。プッシュ前にレビューを起動できる新コマンド /review も追加された。

AI SUMMARYBugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs per review, plus a new /review command to run reviews before you push.

公式OfficialOpenHands/OpenCode·OpenHands Releases

cloud-1.38.0: Webhook認証をSandboxRecord活用でAPI呼び出し削減するパフォーマンス改善cloud-1.38.0: perf: skip runtime API call in webhook auth via SandboxRecord (#14732)

重要度 MediumMedium priority公式リリース · OpenHands / OpenCodeofficial release · OpenHands / OpenCode

AI要約OpenHands のクラウド版 cloud-1.38.0 では、Webhook 認証フローにおいて SandboxRecord を活用することでランタイムへの API 呼び出しを省略するパフォーマンス最適化が実施された。認証ごとに発生していたネットワーク往復コストが削減され、高頻度な Webhook 利用環境での応答性向上が見込まれる。

AI SUMMARYCo-authored-by: openhands openhands@all-hands.dev

cloud-1.38.0: perf: skip runtime API call in webhook auth via SandboxRecord (#14732)media
Fri, May 291 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

PyTorchでのプロファイリング(第1部):torch.profilerの初心者向けガイドProfiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約torch.profilerを使ってPyTorchモデルのボトルネックを特定・分析する方法を解説したチュートリアル。パフォーマンス最適化の第一歩として実用的な手順を紹介している。

AI SUMMARYA beginner-friendly guide to using torch.profiler for identifying performance bottlenecks in PyTorch models, covering practical profiling workflows that help developers optimize training and inference efficiently.

Wed, May 271 entries
公式OfficialNews/Policy·Meta Engineering

SilverTorch: Index as Model — レコメンデーションシステムの新しい検索パラダイムSilverTorch: Index as Model — A New Retrieval Paradigm for Recommendation Systems

重要度 InfoInformational深掘り候補 · 技術記事 · Industry & PolicyDeep-dive candidate · technical post · Industry & Policy

AI要約Metaが推薦システムの検索コンポーネントを統一アーキテクチャに統合する新パラダイム「SilverTorch」を発表。インデックス自体をモデルとして扱い、ユーザー生成コンテンツの検索で最大23.7倍の性能向上を実現する。

AI SUMMARYMeta unveiled SilverTorch, an "index as model" paradigm that unifies all retrieval components for user-generated content into a single architecture, delivering up to 23.7x performance gains for recommendation systems.