| 39 | * @ingroup BLAS_SOLVERIF_SPEC |
| 40 | */ |
| 41 | typedef 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 |
nothing calls this directly
no outgoing calls
no test coverage detected