Skip to content
#

gpu-parallelization

Here are 4 public repositories matching this topic...

Language: All
Filter by language

This is an academic experiment comparing CPU and GPU performance using CUDA and OpenMP. It involves implementing three algorithms: Standard Deviation Calculation, Image Convolution, and Histogram-Based Data Structure, optimised for parallel execution to demonstrate performance improvements on different hardware architectures.

  • Updated Jun 29, 2024
  • Cuda

Co-occurrence matrices act as the input to many unsupervised learning algorithms, including those that learn word embedding, and modern spectral topic models. However, the computation of these inputs often takes longer time than the inference. While much thought has been given to implementing fast learning algorithms. The co-occurrence matrix co…

  • Updated Oct 11, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gpu-parallelization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpu-parallelization topic, visit your repo's landing page and select "manage topics."

Learn more