Class OpenCLContext.CachedKernel

  • Enclosing class:
    OpenCLContext

    private static class OpenCLContext.CachedKernel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CachedKernel​(OpenCLInputOutputs inputOutputs, org.jocl.cl_program program, org.jocl.cl_kernel kernel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • program

        private final org.jocl.cl_program program
      • kernel

        private final org.jocl.cl_kernel kernel
    • Constructor Detail

      • CachedKernel

        CachedKernel​(OpenCLInputOutputs inputOutputs,
                     org.jocl.cl_program program,
                     org.jocl.cl_kernel kernel)
    • Method Detail

      • close

        void close()