SWDEV-261977 - Added HIP symbol version
Change-Id: I108e2112a03351b29c659981023805213704a970
Этот коммит содержится в:
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user