Example Linalg3: manually register the Linalg dialect
authorAlex Zinenko <zinenko@google.com>
Mon, 8 Apr 2019 10:34:11 +0000 (03:34 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Tue, 9 Apr 2019 02:17:56 +0000 (19:17 -0700)
commitadb0ca07323ed5bdff5a080e3f180bc774691e30
tree56132ed2a4f6574a02d538ea0a2f6b00903fa51a
parent8e193e617cb660e356e1f8591162942bc9a1dd5c
Example Linalg3: manually register the Linalg dialect

    This dialect does not have a global constructor and has to be registered
    manually in `main`.  Also fix the way it is exercised in the test.

--

PiperOrigin-RevId: 242434886
mlir/examples/Linalg/Linalg3/Execution.cpp