Skip to content

guiLL666/opencl_conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

1.Modify lines 8 and 9 in main.cpp to select the input matrix size, which needs to be the same at this stage   
2.Modify lines 21 and 22 in main.cpp to select the input convolution kernel size, which needs to be the same at this stage
3.use
make
./main  
4.It generates the input matrix of the selected size, the convolution kernel, and the result of the opencl convolution is saved to the corresponding txt file for conv_test.py validation

About

Simple matrix convolution using opencl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published