Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 271 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 271 Bytes

MLIR metal dialect

Dependencies

Install the following dependencies:

  • Xcode
  • CMake
  • Ninja
  • Make

Getting Started

  • To build the LLVM project, the Metal project and the examples, run:
make all
  • To run the examples, run:
make metal-run-examples