fclMemReadFloat Interface

interface
public module subroutine fclMemReadFloat(hostBuffer, memObject)

Arguments

Type IntentOptional Attributes Name
real(kind=c_float), intent(inout), target :: hostBuffer(:)

Host array (target)

class(fclDeviceFloat), intent(in) :: memObject

Focal memory object (source)

Description

Transfer device float array to host float array Called by operator-overloading of assignment(=)