diff --git a/hipamd/src/amdhip.def b/hipamd/src/amdhip.def index ce5e7f020f..2c51b50002 100644 --- a/hipamd/src/amdhip.def +++ b/hipamd/src/amdhip.def @@ -405,3 +405,4 @@ hipStreamWriteValue32 hipStreamWriteValue64 hipStreamWaitValue32 hipStreamWaitValue64 +hipGetStreamDeviceId diff --git a/hipamd/src/hip_hcc.def.in b/hipamd/src/hip_hcc.def.in index 117689767c..27c11b0c33 100644 --- a/hipamd/src/hip_hcc.def.in +++ b/hipamd/src/hip_hcc.def.in @@ -420,4 +420,5 @@ hipStreamWriteValue32 hipStreamWriteValue64 hipStreamWaitValue32 hipStreamWaitValue64 -hipDeviceSetLimit \ No newline at end of file +hipDeviceSetLimit +hipGetStreamDeviceId \ No newline at end of file