This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix link to 'Getting started with MLIR'
ClosedPublic

Authored by marbre on Jan 31 2020, 1:51 AM.

Details

Summary

The link in the toy example pointed to the 'tensorflow/mlir' repo and is replaced with https://mlir.llvm.org.

Diff Detail

Event Timeline

marbre created this revision.Jan 31 2020, 1:51 AM

Unit tests: pass. 62358 tests passed, 0 failed and 839 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

ftynse accepted this revision.Jan 31 2020, 2:53 AM
This revision is now accepted and ready to land.Jan 31 2020, 2:53 AM
jpienaar accepted this revision.Jan 31 2020, 8:15 AM
marbre added a comment.Feb 3 2020, 3:03 AM

Thanks for the fast review. I would appreciate if someone could commit this on my behalf.

This revision was automatically updated to reflect the committed changes.