(git:374b731)
Loading...
Searching...
No Matches
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)
 ...
 
subroutine, public local_gemm_api::local_gemm_create (ctx, pu)
 create a context for handling gemm offloading
 
subroutine, public local_gemm_api::local_gemm_destroy (ctx)
 release resources associated to a gemm context
 
subroutine, public local_gemm_api::local_gemm_set_op_threshold_gpu (ctx, opthresholdgpu)
 ...
 
subroutine, public local_gemm_api::local_gemm_set_library (dgemm_library)
 ...
 

Variables

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