Giter Club home page Giter Club logo

clex's Introduction

Clex

The Clex Elixir package wraps the excellent Erlang NIF provided by tonyrog/cl who has been a great resource during the development of Clex. The modules provide a versioned interface into the OpenCL drivers available on most systems for cross-device (primarily CPU and GPU) development and execution of high-performance software kernels.

What is OpenCL?

OpenCL (Open Computing Language) is an open royalty-free standard for general purpose parallel programming across CPUs, GPUs and other processors, giving software developers portable and efficient access to the power of these heterogeneous processing platforms.

OpenCL supports a wide range of applications, ranging from embedded and consumer software to HPC solutions, through a low-level, high-performance, portable abstraction. By creating an efficient, close-to-the-metal programming interface, OpenCL will form the foundation layer of a parallel computing ecosystem of platform-independent tools, middleware and applications.

OpenCL consists of an API for coordinating parallel computation across heterogeneous processors; and a cross-platform programming language with a well-specified computation environment. The OpenCL standard:

  • Supports both data- and task-based parallel programming models
  • Utilizes a subset of ISO C99 with extensions for parallelism
  • Defines consistent numerical requirements based on IEEE 754
  • Defines a configuration profile for handheld and embedded devices
  • Efficiently interoperates with OpenGL, OpenGL ES, and other graphics APIs

The specification is divided into a core specification that any OpenCL compliant implementation must support; a handheld/embedded profile which relaxes the OpenCL compliance requirements for handheld and embedded devices; and a set of optional extensions that are likely to move into the core specification in later revisions of the OpenCL specification.

OpenCL versions

The Clex package currently supports all 1.x versions of the OpenCL specs:

Not all functions are implemented due to constraints within the BEAM and/or lack of support in the underlying NIF. The following OpenCL functions do not have analogues in Clex:

  • clCreateUserEvent
  • clEnqueueNativeKernel
  • clGetEventProfilingInfo
  • clSetEventCallback
  • clSetMemObjectDestructorCallback
  • clSetUserEventStatus

Why write an Elixir wrapper?

Some of the Erlang calls in the NIF are not idiomatic Elixir, and this wrapper attempts to provide that more idiomatic interface as well as ExDoc support for the versioned modules and functions. There are also plans to bundle OpenCL implementations of standard kernel libraries (we're eyeballing clMathLibraries for starters).

Installation

If available in Hex, the package can be installed by adding clex to your list of dependencies in mix.exs:

def deps do
  [
    {:clex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/clex.

License

This software is released as-is under the Apache License, Version 2.0, January 2004. The plaintext version of this license is included in this repository in the file LICENSE.md.

Copyright notices

This software and its documentation utilizes APIs and content based on the following fair-use copyrighted material.

The Khronos Group Inc.

Copyright © 2007-2011 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the condition that this copyright notice and permission notice shall be included in all copies or substantial portions of the Materials.

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.