项目作者: scocoyash

项目描述 :
My experiments with convolution
高级语言: C++
项目地址: git://github.com/scocoyash/Convolution-To-Gemm.git
创建时间: 2020-06-16T19:07:12Z
项目社区:https://github.com/scocoyash/Convolution-To-Gemm

开源协议:

下载


Convolution-To-Gemm

This repo includes experiments performed for understanding the speedup convolutions offer by utilizing Gemm

This repo contains experiments from my blog Speeding Up Convolutions that I have performed using native C++.

Libraries such as OpenBLAS and GEMM obviously perform faster than the experiments performed above.
This experiments are only conducted for learning purposes and to understand how convolution is made faster for execution using algorithms.

If you have any changes that might improve above algorthms, all ears.
Happy Learning :)