fclMemWriteScalar Interface

interface
public module subroutine fclMemWriteScalar(memObject, hostBufferPtr, nBytesPattern)

Arguments

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

Focal memory object to fill

type(c_ptr), intent(in) :: hostBufferPtr

C Pointer to host scalar patter

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

Size of scalar pattern in bytes

Description

Fill device buffer with scalar pattern