Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1014 Bytes

VK_AMD_device_coherent_memory.adoc

File metadata and controls

33 lines (24 loc) · 1014 Bytes

Other Extension Metadata

Last Modified Date

2019-02-04

Contributors
  • Ping Fu, AMD

  • Timothy Lottes, AMD

  • Tobias Hector, AMD

Description

This extension adds the device coherent and device uncached memory types. Any device accesses to device coherent memory are automatically made visible to any other device access. Device uncached memory indicates to applications that caches are disabled for a particular memory type, which guarantees device coherence.

Device coherent and uncached memory are expected to have lower performance for general access than non-device coherent memory, but can be useful in certain scenarios; particularly so for debugging.

Version History

  • Revision 1, 2019-02-04 (Tobias Hector)

    • Initial revision