MFI - Modern Fortran Interfaces
Source Files
Modules
Procedures
cuda_malloc
Interface
80 statements
Source File
cublas.f90
mfi_blas_cublas
cuda_malloc
Contents
None
interface
public pure subroutine cuda_malloc(devPtr, size, stat) bind(c,name="mfi_cuda_malloc")
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(out)
::
devPtr
integer(kind=c_size_t),
intent(in),
value
::
size
integer(kind=c_int),
intent(out)
::
stat