|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CUcomputemode
for details)
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)
.
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.cudaPeerRegister(jcuda.Pointer, 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.cudaSetDevice(int)
,
JCuda.cudaSetValidDevices(int[], int)
or 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 |