llvm/mlir/examples
2019-06-01 19:58:04 -07:00
..
Linalg Decouple running a conversion from the DialectConversion class. The DialectConversion class is only necessary for type signature changes(block arguments or function arguments). This isn't always desired when performing a dialect conversion. This allows for those conversions without this need to run per function instead of per module. 2019-06-01 19:58:04 -07:00
toy Decouple running a conversion from the DialectConversion class. The DialectConversion class is only necessary for type signature changes(block arguments or function arguments). This isn't always desired when performing a dialect conversion. This allows for those conversions without this need to run per function instead of per module. 2019-06-01 19:58:04 -07:00
CMakeLists.txt Fix build for the Linalg example dialect with MacOS 2019-04-08 19:17:56 -07:00