GithubHelp home page GithubHelp logo

pothosware / pothosopencl Goto Github PK

View Code? Open in Web Editor NEW
4.0 19.0 0.0 44 KB

Support for OpenCL-based processing blocks

Home Page: https://github.com/pothosware/PothosOpenCL/wiki

License: Boost Software License 1.0

CMake 12.39% C++ 87.61%
opencl gpu parallel-processing pothos pothos-framework dataflow dma

pothosopencl's Introduction

Support for OpenCL-based processing blocks

Purpose

This component provides support for using OpenCL in the Pothos framework. The OpenClKernel block allows the execution of array-based OpenCl kernels inside a Pothos Topology. The block uses the Pothos DMA API to integrate OpenCL allocated buffers with the processing topology.

In addition, this component provides a device info plugin so the PothosGui and others can query information about OpenCl on a particular system.

Documentation

Dependencies

  • Pothos library
  • OpenCl development libraries and headers

Building

configure, build, and install with CMake

Licensing information

Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

pothosopencl's People

Contributors

guruofquality avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pothosopencl's Issues

ConfLoader idea

A directory with .cl files and configuration file(s). The config file(s) have the parameters needed to configure the block (input/output types, kernel name, etc) and a block path. PothosOpenCL reads these file(s) and makes blocks with the given name, registry path, and PothosDoc. At this point, it could be accessed and would appear in PothosFlow like any other block, with all the underlying type and OpenCL source taken care of.

OpenCL system query support

Provide an implementation of the GPU system query API that can query for all GPUs and other CL devices on the system and properties per device. The implementation will be installed into the plugin registry.

Note: the main library will also need to define this "GPU system query API" somewhere.

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.