johnlinvc / mlir-dialect-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:C++ 37.4%Language:Ruby 23.2%Language:CMake 15.9%Language:Python 8.9%Language:C 7.8%Language:MLIR 6.7%Language:Shell 0.2%