23.11
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_RUNTIME_CLTYPES_H
25 #define ARM_COMPUTE_RUNTIME_CLTYPES_H
OpenCL GEMM kernel selection parameters.
DataType data_type
Data type.
unsigned int n
Number of columns for the rhs matrix.
@ NATIVE
Native GEMM kernel with configurable block size.
unsigned int m
Number of rows for the lhs matrix.
bool is_rhs_constant
True if the content of the rhs matrix is constant.
CLGEMMKernelType
OpenCL GEMM kernel types.
unsigned int b
Batch size.
CLBackendType
List the possible OpenCL backends.
@ Native
OpenCL native backend.
unsigned int k
Number of rows for the rhs matrix.
Copyright (c) 2017-2023 Arm Limited.
@ RESHAPED_ONLY_RHS_MMUL
Reshaped GEMM kernel where only the rhs matrix is reshaped.
@ RESHAPED
Reshaped GEMM kernel where both lhs and rhs matrices are reshaped.
@ RESHAPED_ONLY_RHS
Reshaped GEMM kernel where only the rhs matrix is reshaped.
@ UNKNOWN
Unknown data type.
DataType
Available data types.