Skip to content

nischu/OpenCL-Wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL Utility Toolkit

The OpenCL Utility Toolkit contains C++ Wrapper classes for a more convient utilization of the OpenCL API. It allows to efficiently instantiate platforms, device, contexts, queues and other OpenCL objects taking the pain to work with C-functions. The Tutorial folder provides basic examples how multiple objects are instantiated and worked with. In order to test the examples you need to create the static library which contains all necessary C++ classes. The toolkit is tested under Ubuntu 12.04 64 bit with the GCC Version 4.6.3 and Intel, AMD/ATI and Nvidia OpenCL drivers featuring the OpenCL standard 1.1.

Folders

  • Code
    • Contains the OpenCL Utiltiy Toolkit.
  • Tutorial
    • Contains examples.

Files

  • librar.mk
    • Is used to change the OpenCL include and library path directory
  • README.md
    • This file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • C 2.5%
  • Objective-C 1.4%
  • Other 1.3%