Interface Context
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
CPUContext
,CPUContextUsingFixedThreadPool
,OpenCLContext
public interface Context extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
compute(int aNumberOfStreams, Kernel aKernel)
-
-
-
Method Detail
-
compute
void compute(int aNumberOfStreams, Kernel aKernel) throws java.io.IOException
- Throws:
java.io.IOException
-
-