SWDEV-261977 - Added HIP symbol version

Change-Id: I108e2112a03351b29c659981023805213704a970
Этот коммит содержится в:
Sarbojit Sarkar
2021-06-10 06:46:41 +00:00
родитель 0f7a47a95f
Коммит 2d17f2776d
+18 -12
Просмотреть файл
@@ -1,4 +1,4 @@
{
hip_4.2 {
global:
hipChooseDevice;
hipCtxCreate;
@@ -270,17 +270,6 @@ global:
hipImportExternalMemory;
hipExternalMemoryGetMappedBuffer;
hipDestroyExternalMemory;
hipGraphCreate;
hipGraphDestroy;
hipGraphAddKernelNode;
hipGraphAddMemsetNode;
hipGraphAddMemcpyNode;
hipGraphInstantiate;
hipGraphLaunch;
hipStreamIsCapturing;
hipStreamBeginCapture;
hipStreamEndCapture;
hipGraphExecDestroy;
hipImportExternalSemaphore;
hipSignalExternalSemaphoresAsync;
hipWaitExternalSemaphoresAsync;
@@ -308,3 +297,20 @@ global:
local:
*;
};
hip_4.3 {
global:
hipGraphCreate;
hipGraphDestroy;
hipGraphAddKernelNode;
hipGraphAddMemsetNode;
hipGraphAddMemcpyNode;
hipGraphInstantiate;
hipGraphLaunch;
hipStreamIsCapturing;
hipStreamBeginCapture;
hipStreamEndCapture;
hipGraphExecDestroy;
local:
*;
} hip_4.2;