Octopus
accel_blas_oct_m::cuda_blas_dgemm Interface Reference

Detailed Description

Definition at line 243 of file accel_blas.F90.

Private Member Functions

subroutine cuda_blas_dgemm (transa, transb, m, n, k, alpha, A, lda, B, ldb, beta, C, ldc)
 

Constructor & Destructor Documentation

◆ cuda_blas_dgemm()

subroutine accel_blas_oct_m::cuda_blas_dgemm::cuda_blas_dgemm ( integer(c_int), intent(in)  transa,
integer(c_int), intent(in)  transb,
integer(c_int64_t), intent(in)  m,
integer(c_int64_t), intent(in)  n,
integer(c_int64_t), intent(in)  k,
real(c_double), intent(in)  alpha,
type(c_ptr), intent(in)  A,
integer(c_int64_t), intent(in)  lda,
type(c_ptr), intent(in)  B,
integer(c_int64_t), intent(in)  ldb,
real(c_double), intent(in)  beta,
type(c_ptr), intent(inout)  C,
integer(c_int64_t), intent(in)  ldc 
)
private

Definition at line 243 of file accel_blas.F90.


The documentation for this interface was generated from the following file: