fclMemWriteFloat Interface

interface
public module subroutine fclMemWriteFloat(memObject, hostBuffer)

Arguments

Type IntentOptional Attributes Name
class(fclDeviceFloat), intent(inout) :: memObject

Focal memory object (target)

real(kind=c_float), intent(in), target :: hostBuffer(:)

Host array (source)

Description

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