Compute Library
 21.02
cl_gemm_reshaped.cpp File Reference

Go to the source code of this file.

Typedefs

using CLGEMMReshapeLHSMatrix = test::CLSynthetizeFunction< CLGEMMReshapeLHSMatrixKernel >
 
using CLGEMMMatrixMultiplyReshaped = test::CLSynthetizeFunction< CLGEMMMatrixMultiplyReshapedKernel >
 

Functions

int main (int argc, char **argv)
 Main program for gemm reshaped test. More...
 

Typedef Documentation

◆ CLGEMMMatrixMultiplyReshaped

◆ CLGEMMReshapeLHSMatrix

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program for gemm reshaped test.

Parameters
[in]argcNumber of arguments
[in]argvArguments ( [optional] M, [optional] N, [optional] K, [optional] B, [optional] m0, [optional] n0, [optional] k0, [optional] v0, [optional] h0, [optional] interleave_lhs, [optional] interleave_rhs, [optional] transpose_rhs, [optional] export_to_cl_image )

Definition at line 337 of file cl_gemm_reshaped.cpp.

338 {
339  return run_example<CLGEMMMatrixMultiplyReshapedExample>(argc, argv);
340 }