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 ContextPlatform. 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 classCPUContextclassCPUContextUsingFixedThreadPool(package private) classOpenCLContextFields 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. cpuContextFactoryMethods in de.mirkosertic.bytecoder.core.backend.opencl that return Context Modifier and Type Method Description ContextCPUPlatform. createContext()ContextOpenCLPlatform. 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)
-