SWDEV-245532 - HIP - Vulkan interop semaphores
syntax update
Change-Id: I1eefb8048adbe18c84276092520c1e0b01164e82
[ROCm/clr commit: fe9dbf1ded]
此提交包含在:
@@ -2412,7 +2412,7 @@ bool Device::SetClockMode(const cl_set_device_clock_mode_input_amd setClockModeI
|
||||
|
||||
bool Device::importExtSemaphore(void** extSemaphore, void* handle) {
|
||||
Pal::ExternalQueueSemaphoreOpenInfo palOpenInfo = {};
|
||||
palOpenInfo.externalSemaphore = handle;
|
||||
palOpenInfo.externalSemaphore = reinterpret_cast<Pal::OsExternalHandle > (handle);
|
||||
palOpenInfo.flags.crossProcess = false;
|
||||
palOpenInfo.flags.isReference = true;
|
||||
Pal::Result result;
|
||||
|
||||
新增問題並參考
封鎖使用者