Hi,
I saw that SPIRV have a Linkage capability and can import and export functions or global variables.
SPIRV-Tools also has an experimental linker to combine spirv files.
So is it possible to compile a module with the lib_6_3 target profile that exports some functions, and import those in a separate file?
Hi,
I saw that SPIRV have a
Linkagecapability and can import and export functions or global variables.SPIRV-Tools also has an experimental linker to combine spirv files.
So is it possible to compile a module with the
lib_6_3target profile that exports some functions, and import those in a separate file?