public class XMPgpuData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GPU_SYNC_IN |
static int |
GPU_SYNC_OUT |
Constructor and Description |
---|
XMPgpuData(java.lang.String name,
Ident hostDescId,
Ident hostId,
Ident deviceDescId,
Ident deviceAddrId,
XMPalignedArray alignedArray) |
Modifier and Type | Method and Description |
---|---|
Ident |
getDeviceAddrId() |
Ident |
getDeviceDescId() |
Ident |
getHostDescId() |
Ident |
getHostId() |
java.lang.String |
getName() |
XMPalignedArray |
getXMPalignedArray() |
static void |
translateGpuData(PragmaBlock pb,
XMPglobalDecl globalDecl) |
static void |
translateGpuSync(PragmaBlock pb,
XMPglobalDecl globalDecl) |
public XMPgpuData(java.lang.String name, Ident hostDescId, Ident hostId, Ident deviceDescId, Ident deviceAddrId, XMPalignedArray alignedArray)
public java.lang.String getName()
public Ident getHostDescId()
public Ident getHostId()
public Ident getDeviceDescId()
public Ident getDeviceAddrId()
public XMPalignedArray getXMPalignedArray()
public static void translateGpuData(PragmaBlock pb, XMPglobalDecl globalDecl) throws XMPexception
XMPexception
public static void translateGpuSync(PragmaBlock pb, XMPglobalDecl globalDecl) throws XMPexception
XMPexception