fclMemWriteInt32 Interface

interface
public module subroutine fclMemWriteInt32(memObject, hostBuffer)

Arguments

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

Focal memory object (target)

integer(kind=c_int32_t), intent(in), target :: hostBuffer(:)

Host array (source)

Description

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