You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
Previously we built two separate components for MIOpen and MIGraphX and install them as build-time dependencies using 'cmake install'. Each component includes a static library librockCompiler.a and header files. QA team requested a .deb package to install with dpkg. The #1001 was raised to address that request.
Additionaly, we discussed the possibility of incorporating the rocMLIR package as a standard ROCm component. This approach would allow users to install it with apt-get, eliminating the need to build rocMLIR before installation.
Open questions:
What''s procedure to include rocMLIR package into ROCm releases?
What should be included into the rocMLIRpackage? A Shared library in runtime package, header files in develop package? Anything else?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Background:
Previously we built two separate components for MIOpen and MIGraphX and install them as build-time dependencies using 'cmake install'. Each component includes a static library librockCompiler.a and header files. QA team requested a .deb package to install with dpkg. The #1001 was raised to address that request.
When reviewing the PR, Lauren suggested that we follow the standard MLSE packaging scheme. This https://github.com/ROCmSoftwarePlatform/llvm-project-private/issues/847 summarized our proposed solution based on her feedback and the PR can be found #1060.
Additionaly, we discussed the possibility of incorporating the rocMLIR package as a standard ROCm component. This approach would allow users to install it with apt-get, eliminating the need to build rocMLIR before installation.
Open questions:
What''s procedure to include rocMLIR package into ROCm releases?
What should be included into the rocMLIRpackage? A Shared library in runtime package, header files in develop package? Anything else?
Beta Was this translation helpful? Give feedback.
All reactions