MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SupportsBlas

Method SupportsBlas

tensorflow/stream_executor/host/host_gpu_executor.cc:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

blasMethod · 0.80
okMethod · 0.45

Tested by

no test coverage detected