Skip to content

hdd2tb/Warshall-Floyd-Algorithm-with-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDAによるWarshall-Floyd法の実装

Warshall-Floyd法をCUDAを用いて並列処理します.

実装方法

  • cudaMalloc()とcudaMemcpy()を用いた実装

  • Unified Memoryを用いた実装

  • Zero-Copy Memoryを用いた実装

  • ArrayFireを用いた実装

About

Implement Warshall-Floyd algorithm with CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published