• 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
test_umat.cpp 38.1 KB