| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLMem.Migration |
CLMem.Migration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLMem.Migration[] |
CLMem.Migration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CLMem.Migration> |
CLMem.Migration.getEnumSet(long v) |
| Modifier and Type | Method and Description |
|---|---|
CLEvent |
CLQueue.enqueueMigrateMemObjects(CLMem[] memObjects,
EnumSet<CLMem.Migration> flags,
CLEvent... eventsToWaitFor)
Calls clEnqueueMigrateMemObjects.
|
static long |
CLMem.Migration.getValue(EnumSet<CLMem.Migration> set) |
Copyright © 2009-2015. All Rights Reserved.