User Details
- User Since
- Nov 17 2015, 5:48 PM (409 w, 6 d)
Mar 3 2022
LGTM.
Feb 10 2022
LGTM. This approach is used in TensorFlow XLA for ROCm, where XLA build may not have lld configured, and thus must rely on the external lld binary in a ROCm installation.
LGTM.
Dec 14 2021
How about add a unit test to check the attribute can be overriden?
Jun 30 2021
LGTM! I'd like to hear from @t-tye or @kzhuravl , whom to my knowledge are contributors to this documentation.
Mar 18 2021
The patch has been verified on ROCm 4.0.
Mar 12 2021
@csigg I would need your help advising me the proper way to configure it so I could test the patch. With the cmake command I use downstream I run into link errors aforementioned.
@csigg May I understand how you configure the build?
@csigg May I understand the goal for this changeset is to merge everything under mlir-cpu-runner?
Feb 5 2021
Feb 4 2021
Feb 3 2021
Add MIR-level tests.
@arsenm Could you help me understand if my understanding is correct to fulfill your requirement of 'test globalisel'?
The patterns were found in some MLIR-based applications.
Oct 8 2020
@aartbik The patch is no longer necessary.
Sep 21 2020
Sep 16 2020
Jun 22 2020
Remove an empty line.
Update commit message.
Address review comments by improve logic.
Address code review comments.
Jun 11 2020
Jun 8 2020
LGTM. @aartbik / @nicolasvasilache would you mind give this patch another round of review?
This patch was landed in commit 603b974cf7103766a0e5e4a0320fedb7c4b570f9.
Jun 5 2020
Fix typos in the commit log.
Revise HIP version detection logic to be more descriptive.
Add logic to detech AMD ISA version.
Fix build error due to incorrect lint.
Jun 4 2020
Remove NOLINT.
Apply NOLINT.
Jun 3 2020
@jerryyin I've revised the commit based on your comments. Could you give this patch another around of review? Thanks.
Address code review comments.
Jun 1 2020
Address code review comments.
Revise the fix and added positive and negative tests.
May 29 2020
May 28 2020
Rebase.
std::string -> StringRef.
Fix build errors in a shared lib build.
@ftynse Thanks for the patch. Wondering would it be a better idea to amend the text at: https://mlir.llvm.org/getting_started/ so -DBUILD_SHARED_LIBS=ON is always turned on?
Thanks for the patch. On the application I'm working on, the longest vector type would be vector<?x4>, plus I use scalarize-masked-mem-intrin in my pipeline so the issue addressed in this patch was not encountered on my targets before.
Add CMake checks to ensure lld is enabled building mlir-rocm-runner.
Improve ROCm HIP library search logic.
Tame clang-tidy.
May 27 2020
This patch depends on D80142.
Remove unused headers.
Remove obsolete comment.
Revise the patch addressing code review comments.