Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Fast Decoupled and DC Powerflow01:24

Fast Decoupled and DC Powerflow

312
The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
312
Maximum Power Flow and Line Loadability01:23

Maximum Power Flow and Line Loadability

200
The maximum power flow for lossy transmission lines is derived using ABCD parameters in phasor form. These parameters create a matrix relationship between the sending-end and receiving-end voltages and currents, allowing the determination of the receiving-end current. This relationship facilitates calculating the complex power delivered to the receiving end, from which real and reactive power components are derived.
200
The Power Flow Problem and Solution01:26

The Power Flow Problem and Solution

370
Power flow problem analysis is fundamental for determining real and reactive power flows in network components, such as transmission lines, transformers, and loads. The power system's single-line diagram provides data on the bus, transmission line, and transformer. Each bus k in the system is characterized by four key variables: voltage magnitude Vk​, phase angle δk​, real power Pk​, and reactive power Qk​. Two of these four variables are inputs, while the...
370
Distribution of Molecular Speeds01:27

Distribution of Molecular Speeds

4.2K
The motion of molecules in a gas is random in magnitude and direction for individual molecules, but a gas of many molecules has a predictable distribution of molecular speeds. This predictable distribution of molecular speeds is known as the Maxwell-Boltzmann distribution. The distribution of molecular speeds in liquids is comparable to that of gases but not identical and can help to understand the phenomenon of the boiling and vapor pressure of a liquid. Consider that a molecule requires a...
4.2K
Short-distance Transport of Resources02:12

Short-distance Transport of Resources

16.6K
Short-distance transport refers to transport that occurs over a distance of just 2-3 cells, crossing the plasma membrane in the process. Small uncharged molecules, such as oxygen, carbon dioxide, and water, can diffuse across the plasma membrane on their own. In contrast, ions and larger molecules require the assistance of transport proteins due to their charge or size. Transport across membranes also occurs within individual cells, playing a variety of essential roles for the plant as a whole.
16.6K
Ampere-Maxwell's Law: Problem-Solving01:17

Ampere-Maxwell's Law: Problem-Solving

805
A parallel-plate capacitor with capacitance C, whose plates have area A and separation distance d, is connected to a resistor R and a battery of voltage V. The current starts to flow at t = 0. What is the displacement current between the capacitor plates at time t? From the properties of the capacitor, what is the corresponding real current?
To solve the problem, we can use the equations from the analysis of an RC circuit and Maxwell's version of Ampère's law.
For the first part of...
805

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Dendritome mapping reveals the spatial organization of striatal neuron morphology.

Nature neuroscience·2025
Same author

The causal effect of matrix metalloproteinase-3 on ankylosing spondylitis: Evidence from Mendelian randomization.

Medicine·2025
Same author

Dendritome Mapping Unveils Spatial Organization of Striatal D1/D2-Neuron Morphology.

bioRxiv : the preprint server for biology·2024
Same author

Acceleration of phosphorus weathering under warm climates.

Science advances·2024
Same author

Gossamer: Scaling Image Processing and Reconstruction to Whole Brains.

bioRxiv : the preprint server for biology·2024
Same author

FPGA-Based In-Vivo Calcium Image Decoding for Closed-Loop Feedback Applications.

IEEE transactions on biomedical circuits and systems·2023
Same journal

AutoBridge: Coupling Coarse-Grained Floorplanning and Pipelining for High-Frequency HLS Design on Multi-Die FPGAs.

FPGA. ACM International Symposium on Field-Programmable Gate Arrays·2021
Same journal

HBM Connect: High-Performance HLS Interconnect for FPGA HBM.

FPGA. ACM International Symposium on Field-Programmable Gate Arrays·2021
Same journal

FPGA-Based Front-End Electronics for Positron Emission Tomography.

FPGA. ACM International Symposium on Field-Programmable Gate Arrays·2011
See all related articles

Related Experiment Video

Updated: Sep 30, 2025

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit
05:30

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit

Published on: September 8, 2023

675

Accelerating SSSP for Power-Law Graphs.

Yuze Chi1, Licheng Guo1, Jason Cong1

  • 1University of California, Los Angeles.

FPGA. ACM International Symposium on Field-Programmable Gate Arrays
|March 18, 2022
PubMed
Summary
This summary is machine-generated.

SPLAG accelerates single-source shortest path (SSSP) computations on power-law graphs using FPGAs. This novel approach achieves significant speedups, outperforming CPUs and nearing GPU performance with lower power consumption.

Keywords:
FPGAHLSSSSPcachegraphpower-lawpriority queue

More Related Videos

Trajectory Data Analyses for Pedestrian Space-time Activity Study
16:14

Trajectory Data Analyses for Pedestrian Space-time Activity Study

Published on: February 25, 2013

13.7K
Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street
14:55

Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street

Published on: January 20, 2023

3.5K

Related Experiment Videos

Last Updated: Sep 30, 2025

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit
05:30

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit

Published on: September 8, 2023

675
Trajectory Data Analyses for Pedestrian Space-time Activity Study
16:14

Trajectory Data Analyses for Pedestrian Space-time Activity Study

Published on: February 25, 2013

13.7K
Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street
14:55

Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street

Published on: January 20, 2023

3.5K

Area of Science:

  • Computer Science
  • Graph Algorithms
  • Hardware Acceleration

Background:

  • The single-source shortest path (SSSP) problem is crucial for applications like navigation and network analysis.
  • Efficiently solving SSSP on large-scale power-law graphs is challenging due to priority-order traversal, scalable priority queues, and random memory access.

Purpose of the Study:

  • To present SPLAG, a novel system designed to accelerate SSSP for power-law graphs on Field-Programmable Gate Arrays (FPGAs).
  • To overcome the limitations of existing SSSP algorithms on large, complex graph structures.

Main Methods:

  • SPLAG utilizes a coarse-grained priority queue (CGPQ) for high-throughput, priority-order graph traversal.
  • A customized vertex cache (CVC) is employed to minimize off-chip memory accesses and enhance vertex data throughput.
  • The system is implemented using high-level synthesis C++ for easy portability.

Main Results:

  • SPLAG demonstrates up to a 4.9× speedup over state-of-the-art SSSP accelerators.
  • It achieves a 2.6× speedup compared to a 32-thread CPU and nearly matches an A100 GPU's performance with significantly less power.
  • Achieves a high ranking on the Graph 500 benchmark for data-intensive applications using a single FPGA.

Conclusions:

  • SPLAG offers a highly efficient solution for accelerating SSSP on power-law graphs using FPGAs.
  • The system's design effectively addresses challenges related to graph traversal and memory access, providing substantial performance gains.
  • SPLAG's open-source nature and parameterization facilitate its adoption across various FPGA platforms.