From de026633c0e95f67600b206da50f96fb331e2650 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 4 Jun 2022 03:09:11 +0000 Subject: [PATCH] SWDEV-327563 - support hipStreamWrite32/64 and hipStreamWait32/64 funcs Windows complains about undefined symbol for hipStreamWrite32/64 and hipStreamWait32/64 - commit hash 08435a972bd31caf06d8c9e814129b111ebe7a50 Change-Id: I48b9a6591cab3a05baaedbc26030914dd930fb68 --- hipamd/src/amdhip.def | 4 ++++ hipamd/src/hip_hcc.def.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hipamd/src/amdhip.def b/hipamd/src/amdhip.def index 9a39401953..ffeb73a351 100644 --- a/hipamd/src/amdhip.def +++ b/hipamd/src/amdhip.def @@ -398,3 +398,7 @@ hipStreamWaitEvent_spt hipEventRecord_spt hipLaunchKernel_spt hipLaunchCooperativeKernel_spt +hipStreamWriteValue32 +hipStreamWriteValue64 +hipStreamWaitValue32 +hipStreamWaitValue64 diff --git a/hipamd/src/hip_hcc.def.in b/hipamd/src/hip_hcc.def.in index 242b07ad6c..02ac30a13e 100644 --- a/hipamd/src/hip_hcc.def.in +++ b/hipamd/src/hip_hcc.def.in @@ -411,3 +411,7 @@ hipStreamWaitEvent_spt hipEventRecord_spt hipLaunchKernel_spt hipLaunchCooperativeKernel_spt +hipStreamWriteValue32 +hipStreamWriteValue64 +hipStreamWaitValue32 +hipStreamWaitValue64