21.02
|
#include "arm_compute/core/Helpers.h"
#include "arm_compute/core/KernelDescriptors.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/core/utils/misc/ShapeCalculator.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
#include "arm_compute/runtime/CL/CLTuner.h"
#include "examples/gemm_tuner/CommonGemmExampleOptions.h"
#include "examples/gemm_tuner/GemmTunerHelpers.h"
#include "src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h"
#include "src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h"
#include "tests/CL/Helper.h"
#include "utils/Utils.h"
#include "utils/command_line/CommandLineOptions.h"
#include "utils/command_line/CommandLineParser.h"
#include <cstdlib>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main program for gemm reshaped test. More... | |
Definition at line 178 of file cl_gemm_reshaped.cpp.
Definition at line 176 of file cl_gemm_reshaped.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for gemm reshaped test.
[in] | argc | Number of arguments |
[in] | argv | Arguments ( [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.