| 281 | } |
| 282 | |
| 283 | bool HostExecutor::SupportsBlas() const { |
| 284 | return PluginRegistry::Instance() |
| 285 | ->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, |
| 286 | plugin_config_.blas()) |
| 287 | .ok(); |
| 288 | } |
| 289 | |
| 290 | blas::BlasSupport *HostExecutor::CreateBlas() { |
| 291 | PluginRegistry *registry = PluginRegistry::Instance(); |