* @internal * @brief Get step blas function identifier * @return blas function id */
| 363 | * @return blas function id |
| 364 | */ |
| 365 | BlasFunctionID blasFunctionID() const { return step_.funcID; }; |
| 366 | /** |
| 367 | * @internal |
| 368 | * @brief Get step kernel arguments |
nothing calls this directly
no outgoing calls
no test coverage detected