|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CUcomputemode
for details)
cudaArray
.
CUarray
.
JCuda.cudaSetDevice(int)
with this device)
JCuda.cudaSetDevice(int)
with this device)
JCuda.cudaSetDevice(int)
with this device)
JCuda.cudaGetSymbolAddress(jcuda.Pointer, java.lang.String)
.
JCuda.cudaHostRegister(jcuda.Pointer, long, int)
has already been registered.
JCuda.cudaHostUnregister(jcuda.Pointer)
does not correspond to any currently registered memory region.
cudaMemcpyKind
JCuda.cudaLaunch(java.lang.String)
) was not
previously configured via the JCuda.cudaConfigureCall(jcuda.runtime.dim3, jcuda.runtime.dim3, long, jcuda.runtime.cudaStream_t)
function.
JCuda.cudaDeviceEnablePeerAccess(int, int)
is
trying to re-enable peer addressing on from a context which has already
had peer addressing enabled.
JCuda.cudaDeviceEnablePeerAccess(int, int)
trying to
register memory from a context which has not had peer addressing
enabled yet via JCuda.cudaDeviceEnablePeerAccess(int, int)
, or that
JCuda.cudaDeviceDisablePeerAccess(int)
is trying to disable peer addressing
which has not been enabled yet.
JCuda.cudaProfilerStart()
when profiling is already enabled.
JCuda.cudaProfilerStop()
when profiling is already disabled.
JCuda.cudaProfilerStart()
or
JCuda.cudaProfilerStop()
without initialization.
JCuda.cudaSetValidDevices(int[], int)
,
JCuda.cudaSetDeviceFlags(int)
,
after initializing the CUDA runtime by
calling non-device management operations (allocating memory and
launching kernels are examples of non-device management operations).
JCudaDriver.cuModuleLoadDataEx(CUmodule, Pointer, int, int[], Pointer)
which allows passing in the options for the JIT compiler, and obtaining
the output of the JIT compiler via a JITOptions
object.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |