top of page

Domain: High Performance Computing using CUDA-C

Histograms on GPU

In this project histogram with 64 bins is implemented on GPU using CUDA. It is implemented in three ways as follows:

​

1. Implementation using Histogram Kernel

2. Implementation using Atomic operations

3. Implementation of Clock in atomic add operations.

​

Performance in all three methodologies is analysed.

​

GitHub
  • Facebook - White Circle
  • Pinterest - White Circle
  • Instagram - White Circle

Copyright © Sharvari Malunjkar 2022

bottom of page