SWDEV-351966 - Dispatch table for hip runtime

Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325


[ROCm/clr commit: 5e21f0c6bd]
This commit is contained in:
Anusha GodavarthySurya
2023-04-21 10:46:05 +00:00
committed by Anusha Godavarthy Surya
parent cea00f53fb
commit 3bdedf0cc7
37 changed files with 4496 additions and 192 deletions
+2
View File
@@ -22,6 +22,7 @@
#include "hip_internal.hpp"
namespace hip {
hipError_t hipProfilerStart() {
HIP_INIT_API(hipProfilerStart);
@@ -38,3 +39,4 @@ hipError_t hipProfilerStop() {
HIP_RETURN(hipErrorNotSupported);
}
} //namespace hip