-
Notifications
You must be signed in to change notification settings - Fork 548
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
Use the correct library name for rocclr #2103
Conversation
This needs to go to internal development branch. Please resubmit there. Closing this PR. |
@mangupta Which branch do I submit a PR to? And why did you close this instead of just changing the base branch? |
@pfultz2 these changes are already in https://github.com/ROCm-Developer-Tools/HIP/blob/roc-3.5.x/CMakeLists.txt. |
That branch doesn't build. I get this error when configuring:
It seems like something is wrong with the configuring the tests. |
Are instructions available at #2104 (comment) not working for you ? |
I am installing it with I dont pass in the build directory to rocclr since the build directory has already been deleted(if files are needed by downstream components then they should be installed). Also, We need to be able to build hip using standard cmake(via |
@pfultz2 The master branch was used for hip-hcc runtime development. Whereas the new runtime is developed in the internal branch. Hence master branch should be treated as deprecated. As of now only the release branch is pushed to github (after the release is done). So if this change is needed, it needs to go to the internal branch. |
Which is the only branch that builds, unfortunately. The release branch doesn't work.
So I take that to mean that hip no longer accepts open source contributions? Can we update CONTRIBUTING.md or the readme to say that? |
No description provided.