| 30 | } |
| 31 | |
| 32 | static inline rocblas_handle get_rocblas_handle(Handle* handle) { |
| 33 | return concrete_handle(handle)->get_rocblas_handle(); |
| 34 | } |
| 35 | |
| 36 | static inline hipStream_t hip_stream(Handle* handle) { |
| 37 | return concrete_handle(handle)->stream(); |
nothing calls this directly
no test coverage detected