public class PxCudaContextManager extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxCudaContextManager() |
protected |
PxCudaContextManager(long address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMapHostMemory() |
boolean |
contextIsValid() |
int |
getClockRate() |
java.lang.String |
getDeviceName() |
long |
getDeviceTotalMemBytes() |
int |
getDriverVersion() |
int |
getInteropMode() |
int |
getMaxThreadsPerBlock() |
int |
getMultiprocessorCount() |
int |
getSharedMemPerBlock() |
boolean |
getUsingConcurrentStreams() |
boolean |
isIntegrated() |
void |
release() |
void |
setUsingConcurrentStreams(boolean flag) |
boolean |
supportsArchSM10() |
boolean |
supportsArchSM11() |
boolean |
supportsArchSM12() |
boolean |
supportsArchSM13() |
boolean |
supportsArchSM20() |
boolean |
supportsArchSM30() |
boolean |
supportsArchSM35() |
boolean |
supportsArchSM50() |
boolean |
supportsArchSM52() |
int |
usingDedicatedGPU() |
static PxCudaContextManager |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxCudaContextManager()
protected PxCudaContextManager(long address)
public static PxCudaContextManager wrapPointer(long address)
public boolean contextIsValid()
public boolean supportsArchSM10()
public boolean supportsArchSM11()
public boolean supportsArchSM12()
public boolean supportsArchSM13()
public boolean supportsArchSM20()
public boolean supportsArchSM30()
public boolean supportsArchSM35()
public boolean supportsArchSM50()
public boolean supportsArchSM52()
public boolean isIntegrated()
public boolean canMapHostMemory()
public int getDriverVersion()
public long getDeviceTotalMemBytes()
public int getMultiprocessorCount()
public int getClockRate()
public int getSharedMemPerBlock()
public int getMaxThreadsPerBlock()
public java.lang.String getDeviceName()
public int getInteropMode()
PxCudaInteropModeEnum [enum]public void setUsingConcurrentStreams(boolean flag)
flag - WebIDL type: booleanpublic boolean getUsingConcurrentStreams()
public int usingDedicatedGPU()
public void release()