Uses of Class
com.ibm.cuda.CudaLinker
-
Packages that use CudaLinker Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaLinker in com.ibm.cuda
Methods in com.ibm.cuda that return CudaLinker 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.
-