Multi Device Compile#

Warning

Experimental features:

  • May be replaced, updated, or removed at any time.

  • Do not require maintaining API/ABI stability of their own additions over time.

  • Do not require conformance testing of their own additions.

Motivation#

Some adapters support the ability to do dynamic linking between programs, resolving external symbols through that. This may allow AOT compiled binaries to be linked, despite already having been built.

Changelog#

Revision

Changes

1.0

Initial Draft

Support#

Adapters which support this experimental feature must return true when queried for UR_DEVICE_INFO_DYNAMIC_LINK_SUPPORT_EXP via urDeviceGetInfo. Conversely, before using any of the functionality defined in this experimental feature the user must use the device query to determine if the adapter supports this feature.

Contributors#