A B C D E F G H I J K L M N P R S T V W X Y Z

S

setEmulation(boolean) - Static method in class jcuda.runtime.JCuda
Set the flag which indicates whether a call to any function should initialize the JCuda runtime API in emulation mode.
setExceptionsEnabled(boolean) - Static method in class jcuda.driver.JCudaDriver
Enables or disables exceptions.
setExceptionsEnabled(boolean) - Static method in class jcuda.runtime.JCuda
Enables or disables exceptions.
setLogLevel(LogLevel) - Static method in class jcuda.driver.JCudaDriver
Set the specified log level for the JCuda driver library.
setLogLevel(LogLevel) - Static method in class jcuda.runtime.JCuda
Set the specified log level for the JCuda runtime library.
setName(String) - Method in class jcuda.runtime.cudaDeviceProp
Set the name of this cudaDeviceProp to the given name
sharedMemPerBlock - Variable in class jcuda.runtime.cudaDeviceProp
The maximum amount of shared memory available to a thread block in bytes; this amount is shared by all thread blocks simultaneously resident on a multiprocessor;
sharedSizeBytes - Variable in class jcuda.runtime.cudaFuncAttributes
Size of shared memory in bytes
SHORT - Static variable in class jcuda.Sizeof
Size of a short, in bytes
Sizeof - Class in jcuda
Constants for sizes of primitives
srcArray - Variable in class jcuda.driver.CUDA_MEMCPY2D
The source array.
srcArray - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source array.
srcArray - Variable in class jcuda.runtime.cudaMemcpy3DParms
The source array.
srcDevice - Variable in class jcuda.driver.CUDA_MEMCPY2D
The source pointer.
srcDevice - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source pointer.
srcHeight - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source height - ignored when src is array and may be 0 if Depth==1
srcHost - Variable in class jcuda.driver.CUDA_MEMCPY2D
The source pointer.
srcHost - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source pointer.
srcLOD - Variable in class jcuda.driver.CUDA_MEMCPY3D
Must be set to 0
srcMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY2D
The source memory type.
srcMemoryType - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source memory type.
srcPitch - Variable in class jcuda.driver.CUDA_MEMCPY2D
The source pitch - ignored when src is array.
srcPitch - Variable in class jcuda.driver.CUDA_MEMCPY3D
The source pitch - ignored when src is array.
srcPos - Variable in class jcuda.runtime.cudaMemcpy3DParms
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in units of each object’s elements.
srcPtr - Variable in class jcuda.runtime.cudaMemcpy3DParms
The source pointer.
srcXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY2D
srcXInBytes and srcY specify the base address of the source data for the copy.
srcXInBytes - Variable in class jcuda.driver.CUDA_MEMCPY3D
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy.
srcY - Variable in class jcuda.driver.CUDA_MEMCPY2D
srcXInBytes and srcY specify the base address of the source data for the copy.
srcY - Variable in class jcuda.driver.CUDA_MEMCPY3D
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy.
srcZ - Variable in class jcuda.driver.CUDA_MEMCPY3D
srcXInBytes, srcY and srcZ specify the base address of the source data for the copy.
stringFor(int) - Static method in class jcuda.driver.CUaddress_mode
Returns the String identifying the given CUaddress_mode
stringFor(int) - Static method in class jcuda.driver.CUarray_format
Returns the String identifying the given CUarray_format
stringFor(int) - Static method in class jcuda.driver.CUcomputemode
Returns the String identifying the given CUcomputemode
stringFor(int) - Static method in class jcuda.driver.CUctx_flags
Returns the String identifying the given CUctx_flags
stringFor(int) - Static method in class jcuda.driver.CUdevice_attribute
Returns the String identifying the given CUdevice_attribute
stringFor(int) - Static method in class jcuda.driver.CUevent_flags
Returns the String identifying the given CUevent_flags
stringFor(int) - Static method in class jcuda.driver.CUfilter_mode
Returns the String identifying the given CUfilter_mode
stringFor(int) - Static method in class jcuda.driver.CUfunction_attribute
Returns the String identifying the given CUfunction_attribute
stringFor(int) - Static method in class jcuda.driver.CUjit_fallback
Returns the String identifying the given CUjit_fallback
stringFor(int) - Static method in class jcuda.driver.CUjit_option
Returns the String identifying the given CUjit_option
stringFor(int) - Static method in class jcuda.driver.CUjit_target
Returns the String identifying the given CUjit_target
stringFor(int) - Static method in class jcuda.driver.CUmemorytype
Returns the String identifying the given CUmemorytype
stringFor(int) - Static method in class jcuda.driver.CUresult
Returns the String identifying the given CUresult
stringFor(int) - Static method in class jcuda.runtime.cudaChannelFormatKind
Returns the String identifying the given cudaChannelFormatKind
stringFor(int) - Static method in class jcuda.runtime.cudaComputeMode
Returns the String identifying the given cudaComputeMode
stringFor(int) - Static method in class jcuda.runtime.cudaError
Returns the String identifying the given cudaError
stringFor(int) - Static method in class jcuda.runtime.cudaMemcpyKind
Returns the String identifying the given cudaMemcpyKind
stringFor(int) - Static method in class jcuda.runtime.cudaTextureAddressMode
Returns the String identifying the given cudaTextureAddressMode
stringFor(int) - Static method in class jcuda.runtime.cudaTextureFilterMode
Returns the String identifying the given cudaTextureFilterMode
stringFor(int) - Static method in class jcuda.runtime.cudaTextureReadMode
Returns the String identifying the given cudaTextureReadMode

A B C D E F G H I J K L M N P R S T V W X Y Z