| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static LocalSize |
LocalSize.ofArray(long arrayLength,
Type componentType)
Returns the size in bytes of an array of T values of the specified length.
|
static LocalSize |
LocalSize.ofByteArray(long arrayLength)
Returns the size in bytes of an array of byte values of the specified length.
|
static LocalSize |
LocalSize.ofCharArray(long arrayLength)
Returns the size in bytes of an array of char values of the specified length.
|
static LocalSize |
LocalSize.ofDoubleArray(long arrayLength)
Returns the size in bytes of an array of double values of the specified length.
|
static LocalSize |
LocalSize.ofFloatArray(long arrayLength)
Returns the size in bytes of an array of float values of the specified length.
|
static LocalSize |
LocalSize.ofIntArray(long arrayLength)
Returns the size in bytes of an array of int values of the specified length.
|
static LocalSize |
LocalSize.ofLongArray(long arrayLength)
Returns the size in bytes of an array of long values of the specified length.
|
static LocalSize |
LocalSize.ofShortArray(long arrayLength)
Returns the size in bytes of an array of short values of the specified length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CLKernel.setArg(int i,
LocalSize arg)
Calls clSetKernelArg.
|
Copyright © 2009-2015. All Rights Reserved.