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

Method GetBlasLtMatmulAlgorithms

tensorflow/stream_executor/cuda/cuda_blas.cc:3609–3615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3607}
3608
3609port::StatusOr<std::vector<std::unique_ptr<blas::IBlasLtMatmulAlgorithm>>>
3610CUDABlas::GetBlasLtMatmulAlgorithms(const blas::IBlasLtMatmulPlan* plan,
3611 size_t max_workspace_size,
3612 int max_algorithm_count) {
3613 return GetBlasLtMatmulAlgorithmsInternal(plan, max_workspace_size,
3614 max_algorithm_count);
3615}
3616
3617#if CUDA_VERSION >= 11000
3618bool CUDABlas::DoBlasLtMatmulInternal(

Callers 1

GetPlanAndAlgorithmsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected