cuda_malloc Interface

interface
public pure subroutine cuda_malloc(devPtr, size, stat) bind(c,name="mfi_cuda_malloc")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(out) :: devPtr
integer(kind=c_size_t), intent(in), value :: size
integer(kind=c_int), intent(out) :: stat