[SYCL][Docs] Add link overload and fast-link property (#20271)
This commit adds a new link overload under the experimental namespace
taking a compile-time property list. With this, a new property is added
for enabling fast-linking, i.e. linking allowing AOT binaries in a
SYCLBIN-based kernel bundle together with JIT binaries. These are all
added as part of the sycl_ext_oneapi_syclbin extension.
---------
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>