This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Map/Unmap operations with Zero copy buffer.

When we create physical zero copy buffers using cl_arm_import_memory, do we really need to perform map/unmap operations everytime we make changes to the buffer from the CPU side. Since, both GPU and CPU access the same memory, will not the changes propagate themselves automatically?