(git:b279b6b)
local_gemm_api.F File Reference

Go to the source code of this file.

Modules

module  local_gemm_api
 

Functions/Subroutines

subroutine, public local_gemm_api::local_gemm (opA, opB, m, n, k, alpha, A, lda, B, ldb, beta, C, ldc, ctx)
 ... More...
 
subroutine, public local_gemm_api::local_gemm_create (ctx, pu)
 create a context for handling gemm offloading More...
 
subroutine, public local_gemm_api::local_gemm_destroy (ctx)
 release resources associated to a gemm context More...
 
subroutine, public local_gemm_api::local_gemm_set_op_threshold_gpu (ctx, opThresholdGPU)
 ... More...
 
subroutine, public local_gemm_api::local_gemm_set_library (dgemm_library)
 ... More...
 

Variables

integer, parameter, public local_gemm_api::local_gemm_pu_host = 0
 
integer, parameter, public local_gemm_api::local_gemm_pu_gpu = 1