Skip to content

yester31/GEMM_Conv2d_CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEMM_CUDA_study

Enviroments

  • Windows 10 laptop
  • CPU 11th Gen Intel(R) Core(TM) i7-11375H @ 3.30GHz (cpu)
  • NVIDIA GeForce RTX 3060 Laptop GPU (gpu)

CUDA GEMM Convolution

  • GEMM Convolution
  • process : im2col kernel -> Matrix Multiplication(cublas) -> col2im kernel