⚡ 本页包含 AI 生成的分析内容,仅供参考
该论文提出了一款基于时间域计算的内存计算图ASIC芯片,用于解决单源最短路径问题。通过波前扩展和二维梯度控制,实现了高效的四邻域图处理,克服了传统顺序遍历算法的速度瓶颈。
Single-source shortest path (SSP) problems have a rich history of algorithm development [1-3]. SSP has many applications including AI decision making, robot navigation, VLSI signal routing, autonomous vehicles and many other classes of problems that can be mapped onto graphs. Conventional algorithms rely on sequentially traversing the search space, which is inherently limited by traditional computer architecture. In graphs which become very large, this slow processing time can become a bottleneck in real world applications. We propose a time-based ASIC to address this issue. Our design leverages a dedicated hardware implementation to solve these problems in linear time complexity with superior energy efficiency. A 40×40 four-neighbor grid implements a wavefront (WF) expansion with a first-in lockout mechanism to enable traceback. Outside the array, a programmable resistive ladder provides bias voltages to the edge
Luke R. Everson, Sachin S. Sapatnekar, Chris H. Kim
University of Minnesota, Minneapolis, MN