fclMemWriteScalarInt32 Interface

interface
public module subroutine fclMemWriteScalarInt32(memObject, hostValue)

Arguments

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

Focal memory object to fill

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

Host value with which to fill

Description

Assign a scalar integer to a device integer memory buffer Called by operator-overloading of assignment(=)