This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [VectorOps] refined description of vector.contract
ClosedPublic

Authored by aartbik on Feb 3 2020, 1:32 PM.

Details

Summary

A few details were missing in the description. These
changes makes the documented code "compile".

Diff Detail

Event Timeline

aartbik created this revision.Feb 3 2020, 1:32 PM

Unit tests: fail. 62357 tests passed, 1 failed and 839 were skipped.

failed: libc++.std/containers/sequences/array/array_creation/to_array.fail.cpp

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.

nicolasvasilache accepted this revision.Feb 4 2020, 5:21 AM

Thanks Aart!

This revision is now accepted and ready to land.Feb 4 2020, 5:21 AM
andydavis1 accepted this revision.Feb 4 2020, 10:58 AM

Thanks Aart

This revision was automatically updated to reflect the committed changes.