Option to link MIGraphX to MSVC Runtime Library statically or dynamically#4839
Conversation
|
I think you are doing something wrong. The dependencies in requirements.txt build with rbuild using clang-cl, and it doesnt need |
I dont think we even use the |
We use clang to compile, and the change is for the clang compiler (not clang-cl). With clang-cl, the MIGraphX compiles with no warnings. We will perform additional testing on binaries built with clang-cl and consider switching the compiler. |
Either way this change should go into protobuf. MIGraphX shouldn't be monkey patching it. |
Co-authored-by: Paul Fultz II <paul.fultz@amd.com>
|
Providing |
The content of the PR changed from the original submission. Now the PR only adds an option to MIGraphX to enable linking to the MSVC Runtime Library either statically or dynamically. I left the original description below.
Original description: