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:
Mateusz Hoppe 2021-03-03 20:18:09 +01:00 committed by Compute-Runtime-Automation
parent 72b13e9bbd
commit 9f3218775d
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
*/
{
global:
ze*;
local:
cl*;
*;
};