<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/mlir/lib/Dialect/QuantOps/Transforms, 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-14T13:06:37+00:00</updated>
<entry>
<title>Make helper functions static or move them into anonymous namespaces.  NFC.</title>
<updated>2020-01-14T13:06:37+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2020-01-14T13:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=df186507e1d07c3ddba091a076ba7a33dbdc5867'/>
<id>urn:sha1:df186507e1d07c3ddba091a076ba7a33dbdc5867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[mlir] NFC: Remove Value::operator* and Value::operator-&gt; now that Value is properly value-typed.</title>
<updated>2020-01-11T16:54:39+00:00</updated>
<author>
<name>River Riddle</name>
<email>riverriddle@google.com</email>
</author>
<published>2020-01-11T16:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2bdf33cc4c733342fc83081bc7410ac5e9a24f55'/>
<id>urn:sha1:2bdf33cc4c733342fc83081bc7410ac5e9a24f55</id>
<content type='text'>
Summary: These were temporary methods used to simplify the transition.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D72548
</content>
</entry>
<entry>
<title>Adjust License.txt file to use the LLVM license</title>
<updated>2019-12-23T23:33:37+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>aminim@google.com</email>
</author>
<published>2019-12-23T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=56222a0694e4caf35e892d70591417c39fef1185'/>
<id>urn:sha1:56222a0694e4caf35e892d70591417c39fef1185</id>
<content type='text'>
PiperOrigin-RevId: 286906740
</content>
</entry>
<entry>
<title>Fix typos, NFC.</title>
<updated>2019-10-04T11:37:53+00:00</updated>
<author>
<name>Christian Sigg</name>
<email>csigg@google.com</email>
</author>
<published>2019-10-04T11:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=85dcaf19c721c4c745cd4fa3972aa9093acd69d3'/>
<id>urn:sha1:85dcaf19c721c4c745cd4fa3972aa9093acd69d3</id>
<content type='text'>
PiperOrigin-RevId: 272851237
</content>
</entry>
<entry>
<title>NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.</title>
<updated>2019-09-13T20:34:27+00:00</updated>
<author>
<name>River Riddle</name>
<email>riverriddle@google.com</email>
</author>
<published>2019-09-13T20:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f1b100c77ba005899c60f3dea74607d5daad3f52'/>
<id>urn:sha1:f1b100c77ba005899c60f3dea74607d5daad3f52</id>
<content type='text'>
These directives were temporary during the generalization of FunctionPass/ModulePass to OpPass.

PiperOrigin-RevId: 268970259
</content>
</entry>
<entry>
<title>Convert ConstFakeQuantPerAxis to qcast and dcast pair</title>
<updated>2019-09-10T17:50:57+00:00</updated>
<author>
<name>Feng Liu</name>
<email>fengliuai@google.com</email>
</author>
<published>2019-09-10T17:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c68d5467d604d2b1e06a704133370f51a99df11d'/>
<id>urn:sha1:c68d5467d604d2b1e06a704133370f51a99df11d</id>
<content type='text'>
This is also to add the test to the fakeQuantAttrsToType for per-channel fake quant.

PiperOrigin-RevId: 268260032
</content>
</entry>
<entry>
<title>[NFC] Rename ExpressedToUniformQuantizedType to ExpressedToQuantizedType</title>
<updated>2019-09-09T22:29:59+00:00</updated>
<author>
<name>Feng Liu</name>
<email>fengliuai@google.com</email>
</author>
<published>2019-09-09T22:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d3a6dbc0b895bdfdae3627c00d35066c4f51b032'/>
<id>urn:sha1:d3a6dbc0b895bdfdae3627c00d35066c4f51b032</id>
<content type='text'>
PiperOrigin-RevId: 268090906
</content>
</entry>
<entry>
<title>NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.</title>
<updated>2019-08-19T18:01:25+00:00</updated>
<author>
<name>River Riddle</name>
<email>riverriddle@google.com</email>
</author>
<published>2019-08-19T18:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ba0fa92524ce0aea2385858016bdb08bd941a10d'/>
<id>urn:sha1:ba0fa92524ce0aea2385858016bdb08bd941a10d</id>
<content type='text'>
PiperOrigin-RevId: 264193915
</content>
</entry>
<entry>
<title>Change from llvm::make_unique to std::make_unique</title>
<updated>2019-08-17T18:06:03+00:00</updated>
<author>
<name>Jacques Pienaar</name>
<email>jpienaar@google.com</email>
</author>
<published>2019-08-17T18:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=79f53b0cf1fd204af0a09c8e085dd09a1ce0b6d9'/>
<id>urn:sha1:79f53b0cf1fd204af0a09c8e085dd09a1ce0b6d9</id>
<content type='text'>
Switch to C++14 standard method as llvm::make_unique has been removed (
https://reviews.llvm.org/D66259). Also mark some targets as c++14 to ease next
integrates.

PiperOrigin-RevId: 263953918
</content>
</entry>
<entry>
<title>Express ownership transfer in PassManager API through std::unique_ptr (NFC)</title>
<updated>2019-08-13T02:13:12+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>aminim@google.com</email>
</author>
<published>2019-08-13T02:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=926fb685deadfed2042163145ac52311914bf5c2'/>
<id>urn:sha1:926fb685deadfed2042163145ac52311914bf5c2</id>
<content type='text'>
Since raw pointers are always passed around for IR construct without
implying any ownership transfer, it can be error prone to have implicit
ownership transferred the same way.
For example this code can seem harmless:

  Pass *pass = ....
  pm.addPass(pass);
  pm.addPass(pass);
  pm.run(module);

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