mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Fix version-script for ze_intel_gpu
- export only ze* functions Related-To: NEO-5509 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6e75024329
commit
7e27ebe70b
@@ -1,11 +1,13 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
{
|
||||
global:
|
||||
ze*;
|
||||
local:
|
||||
cl*;
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user