Git Product home page Git Product logo

grubbymits / esdg-opencl Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 138.73 MB

OpenCL compiler and driver for the 'LE1', a multi-core VLIW CPU

CMake 0.21% C 25.31% C++ 52.55% Python 0.66% Pascal 0.01% Objective-C 2.73% Perl 0.23% Makefile 0.56% Shell 0.50% SourcePawn 0.01% LLVM 9.76% Common Lisp 0.01% HTML 2.17% OCaml 0.28% CSS 0.03% Batchfile 0.01% Groff 0.09% Standard ML 0.01% PHP 0.01% Assembly 4.92%

esdg-opencl's Introduction

esdg-opencl

OpenCL driver and compiler for the LE1.

The driver is made from several components:

  • Clover is the driver, it uses clang to parse and transform the kernels into coarsened bytecode files.
  • The bytecode is statically linked to the OpenCL runtime library (libclc).
  • The final bytecode is compiled using the LLVM backend and llc.
  • And the code is run using the simulator (libInsizzle) from within Clover.

Installation:

  • Install 'install-dir' to /opt/esdg-opencl/.
  • Build and install LLVM
  • Build clover and copy the resulting libOpenCL.so files to /opt/esdg-opencl/lib
  • configure and make libclc, which will produce builtins.bc in the le1-llvm-none directory. Copy the .bc file to /opt/esdg-opencl/lib

And don't forget it doesn't really work yet!

esdg-opencl's People

Stargazers

 avatar

Watchers

James Cloos avatar Samuel Parker-Haynes avatar

Forkers

mfkiwl smmzhang

esdg-opencl's Issues

LE1 open source core

Hi there,

LE1 is open source but the original link to the source code is already dead (can't be visited any more). Is it convenient for you to share the LE1 source code? Thanks.

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.