Uses of Class
com.ibm.cuda.CudaLinker
-
Uses of CudaLinker in com.ibm.cuda
Modifier and TypeMethodDescriptionCudaLinker.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.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.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.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.