Skip to content

Solution of All Pairs Shortest Paths(apsp), using CUDA

Notifications You must be signed in to change notification settings

thkkk/apsp_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apsp_cuda

Solution of All Pairs Shortest Paths(apsp), using CUDA.

2021年春季学期,高性能计算导论(Introduction to High Performance Computing) PA3

See the report.pdf for acceleration methods.

apsp_ref.cu is the baseline. When n=7500, the speedup ratio of my program apsp.cu is 29. (The speedup ratio of my classmates can reach up to 36.)

About

Solution of All Pairs Shortest Paths(apsp), using CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published