-
Notifications
You must be signed in to change notification settings - Fork 164
[hipDNN] [ALMIOPEN-224] Windows Build #2527
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
[hipDNN] [ALMIOPEN-224] Windows Build #2527
Conversation
…s except miopen_legacy_plugin_tests
…y_plugin private lib
…b.com:ROCm/rocm-libraries into users/mousdahl-amd/almiopen-224_windows_build
Use the config files provided by upstream instead of a custom finder.
This code is built on shaky assumptions that don't hold inside TheRock. We'll need a better solution that works across projects.
This reverts commit 68a380c. This breaks building rocBLAS on Windows.
…/almiopen-224_windows_build
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2527 +/- ##
============================================
+ Coverage 67.19% 90.64% +23.45%
============================================
Files 362 3 -359
Lines 50789 21043 -29746
Branches 5741 469 -5272
============================================
- Hits 34126 19074 -15052
+ Misses 13057 1871 -11186
+ Partials 3606 98 -3508
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ScottTodd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good. Just a few comments and infra/build issues to fix
projects/hipdnn/plugins/miopen_legacy_plugin/MiopenLegacyPlugin.cpp
Outdated
Show resolved
Hide resolved
projects/hipdnn/sdk/include/hipdnn_sdk/utilities/StaticCast.hpp
Outdated
Show resolved
Hide resolved
BrianHarrisonAMD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Some minor comments, and questions, but ill leave that up to you!
## Motivation Add the ability to build / test hipDNN in Windows ## Technical Details - A number of small changes to compile on Windows - A number of small changes to compile under theRock - Adjusted test plugin paths on Windows since dlls are considered runtimes in CMake - Linking the miopen_legacy_plugin_test.exe statically to miopen_legacy_plugin private lib ## Test Plan - [x] Run all unit tests - [x] Run all integration tests - [x] No ASAN on Windows yet ## Test Result - [x] All tests passing ## Submission Checklist - [x] clang-tidy - [x] clang-format --------- Co-authored-by: Marius Brehler <[email protected]> Co-authored-by: Scott Todd <[email protected]>
Motivation
Add the ability to build / test hipDNN in Windows
Technical Details
Test Plan
Test Result
Submission Checklist