MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / CLBlasKernelType

Enum CLBlasKernelType

src/include/kernel_extra.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 * @ingroup BLAS_SOLVERIF_SPEC
40 */
41typedef enum CLBlasKernelType {
42 CLBLAS_COMPUTING_KERNEL, /**< Main computing kernel */
43 CLBLAS_PREP_A_KERNEL, /**< Kernel preparing matrix A */
44 CLBLAS_PREP_B_KERNEL, /**< Kernel preparing matrix B */
45 MAX_CLBLAS_KERNELS_PER_STEP
46} CLBlasKernelType;
47
48/**
49 * @internal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected