Fix version-script for ze_intel_gpu
Related-To: NEO-5509 -make only ze* functions globally exported Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
parent
72b13e9bbd
commit
9f3218775d
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
|
||||
{
|
||||
global:
|
||||
ze*;
|
||||
local:
|
||||
cl*;
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue