You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having dug around the Metal spec a bit, I discovered that it may be possible to implement the VK_EXT_external_memory_host extension in Molten.
This extension essentially allows you to create a piece of memory that points to some arbitrary pointer in system RAM. This is useful for things such as having multiple GPUs read/write to the same buffer that is backed by "imported" or "external" memory on the host, without needing explicit uploads or downloads.
Is this something that is on the roadmap for Molten?
Having dug around the Metal spec a bit, I discovered that it may be possible to implement the VK_EXT_external_memory_host extension in Molten.
This extension essentially allows you to create a piece of memory that points to some arbitrary pointer in system RAM. This is useful for things such as having multiple GPUs read/write to the same buffer that is backed by "imported" or "external" memory on the host, without needing explicit uploads or downloads.
Is this something that is on the roadmap for Molten?
Further reading
https://developer.apple.com/documentation/metal/mtldevice/1433382-makebuffer
The text was updated successfully, but these errors were encountered: