• A
    ocl: silence warning in case of async cleanup · b3755e61
    Alexander Alekhin 提交于
    - OpenCL kernel cleanup processing is asynchronous and can be called even after forced clFinish()
    - buffers are released later in asynchronous mode
    - silence these false positive cases for asynchronous cleanup
    b3755e61
umatrix.cpp 35.1 KB