• P
    Removing ocl::oclMat::ptr() method. · def17f2b
    Peter Andreas Entschev 提交于
    The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
    def17f2b
data_structures.rst 7.8 KB