| Modifier and Type | Method and Description |
|---|---|
static int |
Cuda.getDevice()
Get the id of the current device.
|
static CudaMemInfo |
Cuda.memGetInfo()
Mapping: cudaMemGetInfo(size_t *free, size_t *total)
|
static void |
Cuda.memset(long dst,
byte value,
long count)
Sets count bytes starting at the memory area pointed to by dst, with value.
|
Copyright © 2019. All rights reserved.