<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/mlir/test/Conversion/VectorToLoops, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-13T21:24:39+00:00</updated>
<entry>
<title>[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflicts with function types.</title>
<updated>2020-01-13T21:24:39+00:00</updated>
<author>
<name>River Riddle</name>
<email>riverriddle@google.com</email>
</author>
<published>2020-01-13T21:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4268e4f4b84b85266426e99050d31ec63f3ce8aa'/>
<id>urn:sha1:4268e4f4b84b85266426e99050d31ec63f3ce8aa</id>
<content type='text'>
Summary: The current syntax for AffineMapAttr and IntegerSetAttr conflict with function types, making it currently impossible to round-trip function types(and e.g. FuncOp) in the IR. This revision changes the syntax for the attributes by wrapping them in a keyword. AffineMapAttr is wrapped with `affine_map&lt;&gt;` and IntegerSetAttr is wrapped with `affine_set&lt;&gt;`.

Reviewed By: nicolasvasilache, ftynse

Differential Revision: https://reviews.llvm.org/D72429
</content>
</entry>
<entry>
<title>DimOp folding for alloc/view dynamic dimensions</title>
<updated>2019-12-06T14:00:54+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>uday@polymagelabs.com</email>
</author>
<published>2019-12-06T13:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3ade6a7d151779d617ca2404eff0125f998bc646'/>
<id>urn:sha1:3ade6a7d151779d617ca2404eff0125f998bc646</id>
<content type='text'>
Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#253

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/253 from bondhugula:dimop a4b464f24ae63fd259114558d87e11b8ee4dae86
PiperOrigin-RevId: 284169689
</content>
</entry>
<entry>
<title>Refactor dependencies to expose Vector transformations as patterns - NFC</title>
<updated>2019-12-04T01:52:10+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>ntv@google.com</email>
</author>
<published>2019-12-04T01:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5c0c51a9979ffaf1eb57be061bed56a05ae6ddd4'/>
<id>urn:sha1:5c0c51a9979ffaf1eb57be061bed56a05ae6ddd4</id>
<content type='text'>
This CL refactors some of the MLIR vector dependencies to allow decoupling VectorOps, vector analysis, vector transformations and vector conversions from each other.
This makes the system more modular and allows extracting VectorToVector into VectorTransforms that do not depend on vector conversions.

This refactoring exhibited a bunch of cyclic library dependencies that have been cleaned up.

PiperOrigin-RevId: 283660308
</content>
</entry>
</feed>
