Uses of Class
com.ibm.cuda.CudaJitInputType
-
Packages that use CudaJitInputType Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaJitInputType in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitInputType Modifier and Type Method Description static CudaJitInputType
CudaJitInputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaJitInputType[]
CudaJitInputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaJitInputType Modifier and Type Method Description CudaLinker
CudaLinker. add(CudaJitInputType type, byte[] data, String name)
Adds a new code fragment to be linked into the module under construction using the default options.CudaLinker
CudaLinker. add(CudaJitInputType type, byte[] data, String name, CudaJitOptions options)
Adds a new code fragment to be linked into the module under construction using the specified options.CudaLinker
CudaLinker. add(CudaJitInputType type, InputStream input, String name)
Adds a new code fragment to be linked into the module under construction using the default options.CudaLinker
CudaLinker. add(CudaJitInputType type, InputStream input, String name, CudaJitOptions options)
Adds a new code fragment to be linked into the module under construction using the default options.
-