SWDEV-443561 - Add tools dispatch table

Change-Id: I3445554e486ab7b94592571f52c1530cb918d021


[ROCm/clr commit: 152cee3737]
This commit is contained in:
Aidan Belton-Schure
2024-11-25 15:34:47 +00:00
committed by Aidan Belton-Schure
parent 5356f13902
commit 33b4f178c0
5 changed files with 85 additions and 2 deletions
@@ -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,