Skip to content

A CUDA approach for computing the multiplication of a transposed matrix with the initial one, using the cuBLAS library.

Notifications You must be signed in to change notification settings

Kostisef/cuda-matrix-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

cuda-matrix-multiplication

A CUDA approach for computing the multiplication of a transposed matrix with the initial one.

This repository contains three different implementations for computing the AT⋅A using the cuBLAS library.

  • cuBLASDgemm implementation
  • Simple implementation
  • Simple implementation with shared memory

About

A CUDA approach for computing the multiplication of a transposed matrix with the initial one, using the cuBLAS library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published