MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / TensorCoreCublasCallIfAvailable

Method TensorCoreCublasCallIfAvailable

paddle/phi/backends/gpu/gpu_context.cc:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024}
1025
1026void GPUContext::CublasCall(
1027 const std::function<void(blasHandle_t)>& callback) const {
1028 impl_->CublasCall(callback);
1029}
1030
1031void GPUContext::TensorCoreCublasCallIfAvailable(
1032 const std::function<void(blasHandle_t)>& callback) const {

Callers 15

GEMM_EXMethod · 0.45
GEMM_EX_64Method · 0.45
GEMM_BATCHMethod · 0.45
GEMM_EXMethod · 0.45
GEMM_EX_64Method · 0.45
GEMM_EXMethod · 0.45
GEMM_EX_64Method · 0.45
GEMM_EXMethod · 0.45
GEMM_EX_64Method · 0.45
GEMMMethod · 0.45
blas_impl.cu.hFile · 0.45
BatchedGEMMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected