-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Removing harcoded opt rocm path #154
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I477a2ace1b6e603d9eb680967fff3b3b7fef4191
Change-Id: Icd03c56be97a751c1bdb5feb6ef648f5957d8f0c
Change-Id: Ifa026c8caab84d89c9e4ec414dec3e29fd25a598
Change-Id: Ia9df08ea556c16979525fce082c6ab36adca14ba
Change-Id: I772783dcab53c6849ea7fde2d6740ce9afbf60bf
Change-Id: Id1ec036be375351c54bfd2b51858d9e25237331c
Change-Id: I5bf53dde4213cdc0e56ac0ca3eba41b46001bc4f
Change-Id: I22b205ecba83fd15f312cad15f319f530a1ef403
Change-Id: I759305d085b6bf34eb05bcb5ea13375022f9c62c
Change-Id: I72cf2616b868c57bd8334e6c3c542cdaaa72a206
Change-Id: I6501bedc46b29a61ef2712d92ffab9a6ad4fe427
Change-Id: Ie96f9b21e35bf2d712ddcb6323eb6266ecf9bd25
Change-Id: I19b0d2bb3104d031dad31fa8d81d2af7ea550bf2
Change-Id: I2c2f33351f800a5cecb82e6079610e794531bcba
Change-Id: I683efae09ca5112bea32feb4ca2d57ef7a961e0d
Change-Id: I00601c8cb97da0aecb282f6371384d3629876fbe
Change-Id: I8c79f7c22af1627f9e16aaa02ee8332a51cc8167
Change-Id: I3349971b5735d080a074fad5f5866935613525c6
Change-Id: I25c5ee226431073e573e732ed2f0e2cc583e5c6e
Change-Id: I56c01f825668dab64c72416168289e623437b89a
Change-Id: Id1226624fd775f2c1874d71e3f96bacd1b724256
Change-Id: If6ce712ea1856cdd2c522ae2579f4d1491064d9b
Change-Id: I638b7a2ebaa5390ec05daee298aca9ca50ab0555
Change-Id: I457db1b73fcd71bfd7fb1c42e10b825aac8659f8
Change-Id: I00e2e8803e5b741167364e12d94c8ec1920991c1
Change-Id: I69a375c7e93436eee57be3f88ec92aab9f2d1a86
Change-Id: I19bd424b8241578685ba16d6f02aae13e27e2e78
Change-Id: I80c8e0c5e9c36aaa4ddb1859ae7f8e9cbcf3ac62
Change-Id: I60b4304c7748d6b011397b90c581b974ecfa802c
Change-Id: If1b0d80f899ae123feef030f9bfced515110dd00
Change-Id: I698b90d76038da8883cda3fb259c9fc096a25c6f
Change-Id: Icd58a92576c870b9f11edfe4d463ae04f66d1b3a
Change-Id: I77bc24c0f25287d11c3cbca427e5014340144fd5
Change-Id: I04101fa1489509fc803958d2b35786976d272416
Change-Id: I5ef758984acc1c1f25a4018d0cf74249c48ff9c7
Change-Id: Iad16ff686996092a4c11ebb7f7e78016815b5844
Change-Id: Ibc140fe6fe6b426fda4ca3235e24c1add1ec4d2f
Change-Id: I77d09381f688765a40598c5288c1daa79cd430d3
Change-Id: Id1ccf36a23dab591c973732cbd000f91cd81f75b
Change-Id: I6ff963a5763cd08b29ff9326bd29cf3c3a292bf3
Change-Id: Id8376a1624d89d6a0150c3396fa73295e362f7ea
- In the host compilation, `hipLaunchKernel` needs the symbol of a device kernel to have the same as the device compilation. But, so far, that device stub is appended with `__device_stub_`. That causes the link error if the source code using `hipLaunchKernel` is compiled as regular C or C++ source code by either gcc or clang. - To solve this issue, an alias is created to that host-side device kernel stub but as a regular data type instead of a function. Change-Id: I1fb8fcb50aefd80ed47f33b49382e139385b4123
Change-Id: I1a435e7e2047c59caacd247a3cbf1ae110b30753
Change-Id: I58b0de7bcbd0a85f7f530ae8e7db82eb6671982d
Add DW_OP_LLVM_call_frame_entry_reg DWARF operator for use in CFI to get the entry value of the EXEC mask for vector register spilling. Change-Id: Ie6545d4cb410fecd578cc7efafdc56f4ec4d5a65
Change-Id: I051cd8b5ebeff6219d9abd9477466101e2be9548
Change-Id: Ifca3d38a7069b85dd4f505057b4f610205045a2a
Change-Id: I4744c5905e98ca678adccccebe74157f14edc882
Change-Id: I7490bed5508535cecea64b4ad6fae0cefeb01c9d
Change-Id: I003a990a63f7c8e5bd2e23c0bdc4e82a90af55f8
Change-Id: I5a1b666c7245c8d4ed42c00a4c79d484a13cd103
This reverts commit 53a18a6. Change-Id: Ib11473eb065e8cd4669a82b12a284c65c8f99075
Change-Id: Ia689a8bb8da9e2665bf11aaa672112184fd42bb7
Change-Id: Ie0fe8805b6f9707ccb171007e447dafe3aa0bf12
Change-Id: I5e825c281565d4bbd18244bfa95e3e5555ff0f29
This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. |
Perhaps you intended to create the PR against RadeonOpenCompute? Those repos generally do accept PRs |
autoyannic
pushed a commit
to bazel-packages/org_llvm
that referenced
this pull request
May 2, 2020
…lvm#154) Reviewers: hokein Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D67901 llvm-svn: 374799
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reading the targets from a text file instead of rocm agent enumerator