llvm/mlir/examples/Linalg/Linalg3
Alex Zinenko 8e193e617c Change initialization syntax for ScopedContext in examples
For some reason, the OSS build on macOS was not happy with the initialization
    syntax and was attempting to call a copy constructor.  Hotfix it to use a
    different syntax pending further investigation.

--

PiperOrigin-RevId: 242432634
2019-04-08 19:17:56 -07:00
..
include/linalg3 Post commit cleanups to the Linalg dialect 2019-04-07 18:20:19 -07:00
lib Change initialization syntax for ScopedContext in examples 2019-04-08 19:17:56 -07:00
Conversion.cpp Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
Example.cpp Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
Execution.cpp Linalg3 example: implement JIT-compilation and execution 2019-04-07 18:19:35 -07:00