-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defaulting HIP_PLATFORM to amd
on Windows
#3466
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3466 +/- ##
========================================
Coverage 92.04% 92.04%
========================================
Files 506 506
Lines 20872 20872
========================================
Hits 19212 19212
Misses 1660 1660
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
This should be fixed in hip, this is not a migraphx bug. As a workaround you can just pass |
@causten Why was this merged? My comments was not even addressed. We shouldn't put hip fixes in out repo, they should be fixed in hip. And there is a simple workaround that can already be used. I think I am going to revert this. |
My question is why create a delay for fixes that were already deemed fine for other branches on the same software stack? With this lack of consistency, It's not assuring the hip side of things will be fixed soon so other people can move on with their jobs. |
The HIP SDK on Windows does not detect the platform correctly. Before calling
find_package(hip ...)
, it needs to be defaulted to "amd".