Uses of Interface
de.mirkosertic.bytecoder.api.opencl.Context
-
Packages that use Context Package Description de.mirkosertic.bytecoder.api.opencl de.mirkosertic.bytecoder.core.backend.opencl -
-
Uses of Context in de.mirkosertic.bytecoder.api.opencl
Methods in de.mirkosertic.bytecoder.api.opencl that return Context Modifier and Type Method Description Context
Platform. createContext()
-
Uses of Context in de.mirkosertic.bytecoder.core.backend.opencl
Classes in de.mirkosertic.bytecoder.core.backend.opencl that implement Context Modifier and Type Class Description class
CPUContext
class
CPUContextUsingFixedThreadPool
(package private) class
OpenCLContext
Fields in de.mirkosertic.bytecoder.core.backend.opencl with type parameters of type Context Modifier and Type Field Description private java.util.function.Function<Logger,Context>
CPUPlatform. cpuContextFactory
Methods in de.mirkosertic.bytecoder.core.backend.opencl that return Context Modifier and Type Method Description Context
CPUPlatform. createContext()
Context
OpenCLPlatform. createContext()
Constructor parameters in de.mirkosertic.bytecoder.core.backend.opencl with type arguments of type Context Constructor Description CPUPlatform(Logger logger, java.util.function.Function<Logger,Context> cpuContextFactory)
-