mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
- Allow for all exported symbols between L0 Dynamically linked Modules to be accessible by adding the exported function allocations to all linked modules unconditionally. - This enables for L0 Function Pointers to be used to call functions between the modules without unresolved symbols, which were a condition to allow for exported allocations to be accessed between modules. Signed-off-by: Neil R Spruit <neil.r.spruit@intel.com>