fclMemRead Interface

interface
public module subroutine fclMemRead(hostBufferPtr, memObject, nBytes)

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: hostBufferPtr

C pointer to host buffer (target)

class(fclDeviceBuffer), intent(in), target :: memObject

Focal memory object (source)

integer(kind=c_size_t), intent(in) :: nBytes

Size of buffers in bytes

Description

Transfer device buffer to host buffer