The project is in a healthy, maintained state
A MLIR dialect for ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.16
~> 0.1.1
~> 0.19
 Project Readme

Mlir::Dialect::Ruby (Work in progress)

A MLIR dialect for Ruby

Installation

WARNING

Need to compile the FFI lib manually currently. Doesn't support install via Ruby gem currently. Only tested on macOS currently.

  1. Compile MLIR, see https://mlir.llvm.org/getting_started/
  2. Clone this repo aloneside with the llvm-project dir.
  3. cd mlir-dialect-ruby
  4. rake dialect
  5. rake

Usage

See the tests for example usage.

Development

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/johnlinvc/mlir-dialect-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Mlir::Dialect::Ruby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.