Class EXTCXXForOpencl


  • public final class EXTCXXForOpencl
    extends java.lang.Object
    Native bindings to the ext_cxx_for_opencl extension.

    This extension adds support for building programs written using the C++ for OpenCL kernel language. It also enables applications to query the version of the language supported by the device compiler.

    This extension requires OpenCL 3.0 with OpenCL C 2.0 support or OpenCL 2.x and cl_khr_extended_versioning.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CL_DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXT

        public static final int CL_DEVICE_CXX_FOR_OPENCL_NUMERIC_VERSION_EXT
        Accepted value for the param_name parameter to GetDeviceInfo.
        See Also:
        Constant Field Values