小红花·文摘
  • 首页
  • AI Tokens🪙
  • 排行榜🏆
  • 直播
  • FAQ

CUDA Graph在多流执行中效果有限,仅能消除CPU开销导致的GPU气泡,无法解决其他流中阻塞内核引起的气泡。若GPU利用率已高,启用CUDA Graph收益甚微,不应过度投入。仅当气泡主要由CPU开销造成时,启用才可能有益,但需验证分析痕迹的准确性。

多流执行上下文中的CUDA Graph

Lei Mao's Log Book Lei Mao's Log Book · 2026-08-20T07:00:00Z

The engineering team at Stripe recently described how they automated database incident recovery by modeling their global infrastructure as a graph. Using graph search algorithms together with...

Stripe Uses Graph Search and State Machines to Automate Database Remediation

InfoQ InfoQ · 2026-08-09T06:55:00Z

How and Why Netflix Built a Real-Time Distributed Graph: Part 3 — Querying the graph with gRPC execution APIAuthors: Nilesh Mishra and Ajit KotiThis is the third entry of a multi-part blog series...

How and Why Netflix Built a Real-Time Distributed Graph: Part 3 — Querying the graph with gRPC…

Netflix TechBlog Netflix TechBlog · 2026-08-07T16:01:02Z

Vercel Labs has introduced Zero, an experimental systems programming language aimed at AI rather than human users. It employs unique features like a specific toolchain contract and structured...

Vercel Labs Ships Zero: A Graph-First Language Built So Agents Write the Code

InfoQ InfoQ · 2026-08-06T05:51:00Z
让 AI 快速「读懂」你的代码仓:Joy-Code-Graph 云端图谱服务的三次进化

本文介绍Joy-Code-Graph云端服务,为AI编程助手提供代码知识图谱,解决其“盲人摸象”问题。服务自有部署,确保源码安全;通过MCP直连Joygen,免安装;图谱存入代码分支,实现长期复用。三个设计环环相扣,提升AI对代码全局的认知,让编程更可靠。

让 AI 快速「读懂」你的代码仓:Joy-Code-Graph 云端图谱服务的三次进化

京东科技开发者 京东科技开发者 · 2026-07-22T06:21:59Z
Loop Engineering才火两个月,硅谷已经卷出“Graph Engineering”了

文章探讨AI Agent工程从“循环工程”向“图工程”的范式转移。循环工程因指标失真、盲视等四类缺陷易失效,图工程通过循环监督、分层治理等网络结构弥补,但需“锚点”确保与现实连接。文章提供14步实操路线图,用Claude Code将线性agent改造为图结构,并给出六个应用场景,强调“画图的人才是架构师”。

Loop Engineering才火两个月,硅谷已经卷出“Graph Engineering”了

Tony Bai Tony Bai · 2026-07-20T21:00:00Z

本文介绍CodeQL中用于分析Java程序调用图的类:Callable(可被调用的方法或构造器)和Call(调用点),以及导航谓词getCallee、getCaller和polyCalls。通过示例展示如何编写查询查找未使用的方法,并逐步优化查询,排除库代码、类初始化器、finalize方法、公共方法、默认构造器及测试类,以减少误报。

Navigating the call graph

像清水一般清澈透明 像清水一般清澈透明 · 2026-07-18T08:05:58Z

本文介绍了CodeQL在Java中的调用图分析,用户可以通过Callable和Call类识别未被调用的方法。示例查询展示了如何找到未被其他方法调用的可调用对象,并提供了排除特定方法和构造函数的策略,以减少查询结果。同时,文章提到反射调用和JUnit测试方法的特殊情况,强调了识别未使用方法的复杂性。

Navigating the call graph

像清水一般清澈透明 像清水一般清澈透明 · 2026-07-17T14:14:20Z

电子科技大学的论文《Experience Memory Graph》提出了一种通过图匹配范式改进智能体错误恢复的新方法。该方法在训练阶段将成功与失败轨迹转化为有向图,在测试时一次性检索纠正策略,避免了传统反思循环的低效和高成本。实验结果表明,EMG在ALFWorld和ScienceWorld基准上优于现有方法,提升了准确率和效率,适用于小型语言模型。

一分钟读论文:《Experience Memory Graph:Agent一次性错误纠正的图匹配方法》

Micropaper Micropaper · 2026-07-16T00:00:00Z

本文介绍了Git中的commit-graph和pack bitmap机制及其作用。commit-graph用于加速遍历提交历史,记录提交的拓扑和代数编号;pack bitmap则预计算对象的可达性位图,以优化遍历性能。这两者不改变对象库的语义,删除后功能仍然正常,但可能会变慢。建议在本地仓库进行性能对比实验。

【Git 内部】commit-graph 与 reachability bitmap

土法炼钢兴趣小组的博客 土法炼钢兴趣小组的博客 · 2026-07-05T00:00:00Z

Cassie Shum discusses the architectural evolution of GraphRAG and why data foundations are critical for advanced AI workflows. She explains how traditional vector RAG falls short when addressing...

Presentation: Graph RAG: Building Smarter Retrieval Workflows with Knowledge Graphs

InfoQ InfoQ · 2026-07-01T14:01:00Z

PostgreSQL 19 Beta has been announced, with general availability expected in September, following the project's yearly major-release cadence. This release introduces native SQL Property Graph...

PostgreSQL 19 Beta Introduces SQL Graph Queries and Concurrent Table Repacking

InfoQ InfoQ · 2026-06-16T07:15:00Z

AWS disclosed that Resilient Network Graphs, a flat network architecture based on quasi-random graph theory, is now the default for most new data center builds. The design replaces fat-tree...

AWS Replaces Fat-Tree Data Center Networks with Random Graph Theory, Cutting Routers by 69%

InfoQ InfoQ · 2026-06-04T08:25:00Z

PostgreSQL 19 adds GRAPH_TABLE, letting you query property graphs with Cypher-like pattern matching over your existing relational tables.

Christophe Pettus: SQL/PGQ in PostgreSQL 19: Graph Queries Without the Graph Database

Planet PostgreSQL Planet PostgreSQL · 2026-06-01T15:00:00Z

By Oleksii Tkachuk, Kartik Sathyanarayanan, Rajiv ShringiIntroductionNetflix has a diverse range of graph use cases, each serving specific business needs with unique functionality and performance...

High-Throughput Graph Abstraction at Netflix: Part I

Netflix TechBlog Netflix TechBlog · 2026-05-29T18:49:13Z

By Oleksii Tkachuk, Kartik Sathyanarayanan, Rajiv ShringiIntroductionNetflix has a diverse range of graph use cases, each serving specific business needs with unique functionality and performance...

High-Throughput Graph Abstraction at Netflix: Part I

Netflix TechBlog Netflix TechBlog · 2026-05-29T18:49:13Z

Netflix has developed a graph-based architecture for managing machine learning systems, called the Model Lifecycle Graph. This system maps interconnections between datasets, models, features, and...

Netflix Introduces ‘Model Lifecycle Graph’ to Scale Enterprise Machine Learning

InfoQ InfoQ · 2026-05-11T07:30:00Z

Saish Sali, Nipun Kumar, Sura ElamuruguIntroductionAs Netflix has grown, machine learning continues to support our ability to deliver value to members and drive excellence across multiple areas of...

Democratizing Machine Learning at Netflix: Building the Model Lifecycle Graph

Netflix TechBlog Netflix TechBlog · 2026-05-04T16:01:02Z

Saish Sali, Nipun Kumar, Sura ElamuruguIntroductionAs Netflix has grown, machine learning continues to support our ability to deliver value to members and drive excellence across multiple areas of...

Democratizing Machine Learning at Netflix: Building the Model Lifecycle Graph

Netflix TechBlog Netflix TechBlog · 2026-05-04T16:01:02Z

Mariia Bulycheva discusses the transition from classic deep learning to GNNs for Zalando's landing page. She explains the complexities of converting user logs into heterogeneous graphs, the...

Presentation: Reimagining Platform Engagement with Graph Neural Networks

InfoQ InfoQ · 2026-04-13T13:23:00Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
友情链接: MOGE.AI 九胧科技 1tok 菜鸟教程 Remio.AI DeekSeek连连 53AI 神龙海外代理IP IPIPGO全球代理IP 东波哥的博客 匡优考试在线考试系统 开源服务指南 蓝莺IM Solo 独立开发者社区 AI酷站导航 极客Fun 我爱水煮鱼 周报生成器 He3.app 简单简历 白鲸出海 T沙龙 职友集 TechParty 蟒周刊 Best AI Music Generator 模力方舟 Gitee AI

小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码