Closed BrianHarrisonAMD closed 1 month ago
Looking into the CI issues for external CI / Windows.
Windows issue was due to the wrong define guard being used.
LGTM
Restarting CI after code review comments.
Thanks @CAHEK7 for the comments. I am trying to move this info to a post in discussion and mark it as part of "MIOpen Developers' Guide" :)
hipMemcpy should not be used directly, actually non-async version must not be used ever.
himMemcpyAsync with proper current stream from the handle can be used, but should not be used directly.
This PR will merge the changes from #3304 & #3277 into develop.