Skip to content

rise-lang/shine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b37c8a · Mar 26, 2021
Feb 17, 2021
Jan 18, 2021
Feb 26, 2021
Mar 3, 2021
Feb 26, 2021
Mar 5, 2021
Mar 26, 2021
Feb 17, 2021
Feb 24, 2021
Mar 26, 2021
Feb 17, 2021
Dec 8, 2020
Dec 21, 2019
Dec 21, 2019
Feb 17, 2021
Mar 3, 2021
Mar 9, 2021
Dec 20, 2019

Repository files navigation

Overview

This repository contains an implementation of the RISE language and its Shine compiler (https://rise-lang.org/).

The source code for the compiler is organised into sub-packages of the shine package.

  • DPIA contains the implementation of Data Parallel Idealised Algol. The Compilation sub-package contains the implementation to rewrite a high-level functional program into an imperative representation. Backend specific code generators for C, OpenMP and OpenCL are in their own packages. A paper describing DPIA is available at (https://arxiv.org/abs/1710.08332).

  • C contains the C backend printing an imperative DPIA representation into C code.

  • OpenMP contains the OpenMP backend printing an imperative DPIA representation into OpenMP code. The C backend is used to print most code. This package also defines extensions in form of additional patterns added to the RISE language and DPIA.

  • OpenCL contains the OpenCL backend printing an imperative DPIA representation into OpenCL code. This package also defines extensions in form of additional patterns added to the RISE language and DPIA.

Setup and Documentation

Please have a look at: https://rise-lang.org/doc/