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

Method SetBiasPointer

tensorflow/stream_executor/cuda/cuda_blas.cc:3454–3457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3452};
3453
3454bool CUDABlasLtMatmulPlan::SetBiasPointer(const void* bias) const {
3455 return SetCublasLtAttr(op_desc_.get(), CUBLASLT_MATMUL_DESC_BIAS_POINTER,
3456 bias).ok();
3457}
3458
3459class CUDABlasLtMatmulAlgorithm final : public blas::IBlasLtMatmulAlgorithm {
3460 public:

Callers 1

Calls 3

SetCublasLtAttrFunction · 0.85
okMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected