VK_NV_external_sci_sync2

{generated}/meta/{refprefix}VK_NV_external_sci_sync2.adoc

Other Extension Metadata

Last Modified Date

2022-09-07

Contributors
  • Kai Zhang, NVIDIA
  • Jeff Bolz, NVIDIA
  • Jonathan McCaffrey, NVIDIA
  • Daniel Koch, NVIDIA

Description

An application using external memory may wish to synchronize access to that memory using semaphores and fences. This extension enables an application to import semaphore and import/export fence payloads to and from NvSciSync objects. To import a NvSciSyncObj to a VkSemaphore or VkFence, applications need to:

To import/export a NvSciSyncFence to a VkFence object, that VkFence object must already have a NvSciSyncObj previously imported.

This extension does not support exporting semaphores from NvSciSync objects.

For details of the NvSciSync APIs and data structures, see the NvStreams Documentation.

Issues

1) Does this extension extend or replace VK_NV_external_sci_sync?

RESOLVED. Replaces - expect to deprecate it and eventually remove it.

2) What part of VK_NV_external_sci_sync is deprecated/removed in this extension?

RESOLVED. The commands to import and export semaphores from VK_NV_external_sci_sync are removed and have been replaced with an alternate mechanism to import semaphores. Fence import and export functionality is unchanged.

In particular:

3) Application migration guide from VK_NV_external_sci_sync to VK_NV_external_sci_sync2

Version History

  • Revision 1, 2022-09-07 (Kai Zhang, Daniel Koch)
    • Initial revision