Mehdi Amini
308571074c
Mass update the MLIR license header to mention "Part of the LLVM project"
...
This is an artifact from merging MLIR into LLVM, the file headers are
now aligned with the rest of the project.
2020-01-26 03:58:30 +00:00
Mehdi Amini
56222a0694
Adjust License.txt file to use the LLVM license
...
PiperOrigin-RevId: 286906740
2019-12-23 15:33:37 -08:00
River Riddle
2666b97314
NFC: Cleanup non-conforming usages of namespaces.
...
* Fixes use of anonymous namespace for static methods.
* Uses explicit qualifiers(mlir::) instead of wrapping the definition with the namespace.
PiperOrigin-RevId: 286222654
2019-12-18 10:46:48 -08:00
River Riddle
4562e389a4
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in mlir namespace.
...
Aside from being cleaner, this also makes the codebase more consistent.
PiperOrigin-RevId: 286206974
2019-12-18 09:29:20 -08:00
Kazuaki Ishizaki
8bfedb3ca5
Fix minor spelling tweaks (NFC)
...
Closes tensorflow/mlir#177
PiperOrigin-RevId: 275692653
2019-10-20 00:11:34 -07:00
Christian Sigg
85dcaf19c7
Fix typos, NFC.
...
PiperOrigin-RevId: 272851237
2019-10-04 04:37:53 -07:00
River Riddle
37732b1759
Fix an msan warning for use of an uninitialized variable.
...
--
PiperOrigin-RevId: 250939301
2019-06-01 20:12:21 -07:00
Stella Laurenzo
d4d8dc8db9
Start to introduce the "Quantizer" tool, which is responsible for transforming a computation expressed in floating point to one operating in terms of quantized types (where possible), either using quant-aware-training hints where available or post-training statistics.
...
This is being integrated from an experimental side repository piece by piece over the course of several patches and will ultimately include full build support, documentation and e2e tests.
--
PiperOrigin-RevId: 248259895
2019-05-20 13:42:30 -07:00