SWDEV-351966 - Dispatch table for hip runtime

Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325
This commit is contained in:
Anusha GodavarthySurya
2023-04-21 10:46:05 +00:00
کامیت شده توسط Anusha Godavarthy Surya
والد ae8d3a6a4e
کامیت 5e21f0c6bd
37فایلهای تغییر یافته به همراه4496 افزوده شده و 192 حذف شده
@@ -22,6 +22,8 @@
#include "hip_internal.hpp"
namespace hip {
hipError_t hipChooseDevice(int* device, const hipDeviceProp_t* properties) {
HIP_INIT_API(hipChooseDevice, device, properties);
@@ -689,3 +691,4 @@ hipError_t hipSetValidDevices(int* device_arr, int len) {
HIP_RETURN(hipErrorNotSupported);
}
} //namespace hip