Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 503 Bytes

File metadata and controls

5 lines (5 loc) · 503 Bytes

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