GithubHelp home page GithubHelp logo

prg-titech / ikra-ruby Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 0.0 15.84 MB

A Rubygem for array-based scientific computations using GPGPU

Home Page: https://prg-titech.github.io/ikra-ruby

License: Other

Ruby 13.58% C++ 0.42% Cuda 86.00%
arrays compiler cuda gpgpu ruby

ikra-ruby's People

Contributors

matthias-springer avatar peterwauligmann avatar yzyzsun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ikra-ruby's Issues

Handle complex `for` loops

The current code can only handle loops where node.children[0].type == :lvasgn and extract_begin_single_statement(node.children[1]).type == :irange, e.g.:

for i in 0..5

end

Environment struct in Constant Memory

Allocate the environment struct in constant memory instead of global memory. Then we don't have to pass it into every function that we are calling.

Refactor translator

There are currently methods translate_statement and translate_expression defined on AST nodes. Change as follows:

  • Statement is subclass of Node and not an Expression
  • Add ExpressionStatement as a wrapper if statements are expected
  • Builder knows if a statement or expression is expected and wraps them if necessary
  • Statements end with semicolon (or a block)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.