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