-
Notifications
You must be signed in to change notification settings - Fork 21
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
Minor CMake Changes #303
Minor CMake Changes #303
Conversation
@dlangbe Should the build configuration table be updated in docs/install/installation.rst too? Change log changes look good. |
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 now from a docs perspective.
Good catch, it's updated now. |
@dlangbe I just wanted to clarify: is this for 6.3.0 or 6.4.0? It currently looks to be in the 6.3.0 log, but I think Chris said it should be for 6.4.0. If it is going into 6.3.0, do I need to add this to the current Release notes? |
Yes, this needs to be labeled for ROCm 6.4 |
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.
Just one edit I overlooked before to use the new headings (changed, added, etc.) for the changelog. Looks good otherwise now.
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
The base branch was changed.
Co-authored-by: Christopher Millette <[email protected]>
Fixes cmake error
0176ca5
* changed gpu target name and builtin_chrpath * Updated changelog * Updated installation.rst * updated comment * updated logic * Updated changelog * Addressed final comments * Update CMakeLists.txt Co-authored-by: Christopher Millette <[email protected]> * Update CMakeLists.txt Fixes cmake error --------- Co-authored-by: Christopher Millette <[email protected]>
-Changed
AMDGPU_TARGETS
toGPU_TARGETS
.AMDGPU_TARGETS
will be deprecated in the future, but will work the same for the time being.-Removed the use of CMAKE_NO_BUILTIN_CHRPATH when --offload-compress is supported.