Skip to content

Mohammad-debug/matrix-multiplication-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Matrix Multiplication Project

Overview

This CUDA project demonstrates matrix multiplication using both the GPU (via CUDA) and CPU to compare performance. Matrix multiplication is a computationally intensive task, and leveraging the parallel processing power of a GPU can lead to significant speedup.

Prerequisites

To run this project, you will need the following:

  • NVIDIA GPU with CUDA support.
  • CUDA Toolkit installed (Download CUDA Toolkit).
  • C/C++ Compiler:nvcc.
  • Git (optional, for cloning the repository).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages