SWDEV-351966 - Dispatch table for hip runtime
Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325
This commit is contained in:
کامیت شده توسط
Anusha Godavarthy Surya
والد
ae8d3a6a4e
کامیت
5e21f0c6bd
@@ -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
|
||||
|
||||
مرجع در شماره جدید
Block a user