SWDEV-443561 - Add tools dispatch table

Change-Id: I3445554e486ab7b94592571f52c1530cb918d021
This commit is contained in:
Aidan Belton-Schure
2024-11-25 15:34:47 +00:00
committed by Aidan Belton-Schure
parent 8c9e6d0fa5
commit 152cee3737
5 changed files with 85 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
namespace hip {
const HipDispatchTable* GetHipDispatchTable();
const HipCompilerDispatchTable* GetHipCompilerDispatchTable();
const HipToolsDispatchTable* GetHipToolsDispatchTable();
} // namespace hip
extern "C" hipError_t __hipPopCallConfiguration(dim3* gridDim, dim3* blockDim, size_t* sharedMem,