NervanaSystems / ngraph

nGraph has moved to OpenVINO
https://www.ngraph.ai/
Apache License 2.0
1.35k stars 221 forks source link

Standalone MLIR backend #4911

Closed rkimballn1 closed 4 years ago

rkimballn1 commented 4 years ago

Create an MLIR backend as an independent backend, no longer part of the CPU backend.

silee2 commented 4 years ago

@rkimballn1 I think you would need to change https://github.com/NervanaSystems/ngraph/blob/master/cmake/external_llvm.cmake#L120 to include NGRAPH_CPU_MLIR_ENABLE in the condition.