Skip to content

dengqiaoyu/Parallel_Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel_Optimization

  1. program_analysis: Generated fractal (mandelbrot) in parallel, clamp exponents with SIMD intrinsics, and improved the performance of square root computation with ISPC
  2. cuda_render: A parallel circle render that utilizes GPU efficiently
  3. graph_processing: The parallel implementation of page rank, BFS traversal algorithm over OpenMP API, distributed version using MPI interface
  4. web_server: A elastic web server that uses a machine pool to optimizes throughput and cost

About

Parallel Optimization

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors