<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/mlir/utils/vim/syntax, 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>2019-12-26T04:50:38+00:00</updated>
<entry>
<title>Fix the MLIR Vim syntax file: the keyword group was missing</title>
<updated>2019-12-26T04:50:38+00:00</updated>
<author>
<name>chelxom</name>
<email>chelxom@outlook.com</email>
</author>
<published>2019-12-20T15:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d2a8e14177f0b2d48b38bd77004df0c99d675dd1'/>
<id>urn:sha1:d2a8e14177f0b2d48b38bd77004df0c99d675dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce prefetch op: affine -&gt; std -&gt; llvm intrinsic</title>
<updated>2019-12-18T18:00:04+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>uday@polymagelabs.com</email>
</author>
<published>2019-12-18T17:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=47034c4bc509f727051ff172c2bf3367a60e2c01'/>
<id>urn:sha1:47034c4bc509f727051ff172c2bf3367a60e2c01</id>
<content type='text'>
Introduce affine.prefetch: op to prefetch using a multi-dimensional
subscript on a memref; similar to affine.load but has no effect on
semantics, but only on performance.

Provide lowering through std.prefetch, llvm.prefetch and map to llvm's
prefetch instrinsic. All attributes reflected through the lowering -
locality hint, rw, and instr/data cache.

  affine.prefetch %0[%i, %j + 5], false, 3, true : memref&lt;400x400xi32&gt;

Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#225

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/225 from bondhugula:prefetch 4c3b4e93bc64d9a5719504e6d6e1657818a2ead0
PiperOrigin-RevId: 286212997
</content>
</entry>
<entry>
<title>NFC - update doc, comments, vim syntax file</title>
<updated>2019-12-07T00:17:06+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>uday@polymagelabs.com</email>
</author>
<published>2019-12-07T00:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ca23bd78d4bed96020f7e681a88c4c767fe594aa'/>
<id>urn:sha1:ca23bd78d4bed96020f7e681a88c4c767fe594aa</id>
<content type='text'>
- for the symbol rules, the code was updated but the doc wasn't.

Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#284

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/284 from bondhugula:doc 9aad8b8a715559f7ce61265f3da3f8a3c11b45ea
PiperOrigin-RevId: 284283712
</content>
</entry>
<entry>
<title>Introduce splat op + provide its LLVM lowering</title>
<updated>2019-09-24T19:44:58+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>udayb@iisc.ac.in</email>
</author>
<published>2019-09-24T19:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=458ede8775d0180434692cada24c12eb25839efc'/>
<id>urn:sha1:458ede8775d0180434692cada24c12eb25839efc</id>
<content type='text'>
- introduce splat op in standard dialect (currently for int/float/index input
  type, output type can be vector or statically shaped tensor)
- implement LLVM lowering (when result type is 1-d vector)
- add constant folding hook for it
- while on Ops.cpp, fix some stale names

Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#141

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/141 from bondhugula:splat 48976a6aa0a75be6d91187db6418de989e03eb51
PiperOrigin-RevId: 270965304
</content>
</entry>
<entry>
<title>update vim syntax file</title>
<updated>2019-08-31T00:39:19+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>udayb@iisc.ac.in</email>
</author>
<published>2019-08-31T00:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=20d3e71c3f429120bfc570d13674eb8a4c881dfe'/>
<id>urn:sha1:20d3e71c3f429120bfc570d13674eb8a4c881dfe</id>
<content type='text'>
- more highlighting: numbers, elemental types inside shaped types
- add some more keywords

Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#110

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/110 from bondhugula:vim 029777db0ecb95bfc6453c0869af1c233d84d521
PiperOrigin-RevId: 266487768
</content>
</entry>
<entry>
<title>Add vim scripts for indent/syntax</title>
<updated>2019-08-29T06:23:19+00:00</updated>
<author>
<name>Uday Bondhugula</name>
<email>udayb@iisc.ac.in</email>
</author>
<published>2019-08-29T06:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e8d43cafe6a8a3db86324010d0e417307bfcb72f'/>
<id>urn:sha1:e8d43cafe6a8a3db86324010d0e417307bfcb72f</id>
<content type='text'>
- some of it has been adapted from LLVM's vim utils

Signed-off-by: Uday Bondhugula &lt;uday@polymagelabs.com&gt;

Closes tensorflow/mlir#90

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/90 from bondhugula:vim 22b1c958818c4b09de0ec8e1d7a4893171a03dbf
PiperOrigin-RevId: 266071752
</content>
</entry>
</feed>
