Project

metacl

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
DSL that generates C code for different computation platforms (pure C, OpenCL, Intel Phi)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0
>= 0

Runtime

 Project Readme

Abadoned!

I wrote this code for my diploma project. Code is very draft and i had no time to fix it. Unfortunately, this project dead now - no one was interested in its development after the exams.

Metacl

DSL that generates C code for different computation platforms (pure C, OpenCL, Intel Phi)

Installation

Add this line to your application's Gemfile:

gem 'metacl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install metacl

Usage

$ metacl some.mcl

Translates some.mcl to some.cpp. Example compile command for OS X (also you must have cl.hpp in OpenCL folder):

$ clang++ -framework OpenCL -stdlib=libc++ -std=gnu++11 some.cpp

Contributing

  1. Fork it ( http://github.com//metacl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request