compute
GPU computing library
A C++ library providing a thin wrapper over the OpenCL API for GPU computing.
A C++ GPU Computing Library for OpenCL
2k stars
110 watching
335 forks
Language: C++
last commit: about 2 months ago
Linked from 2 awesome lists
boostc-plus-pluscomputecppgpgpugpuhpcopenclperformance
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/geometry | Provides C++14-based algorithms and data structures for solving geometric problems in computational geometry | 461 |
uncomplicate/clojurecl | A Clojure library that enables parallel computations on GPU using OpenCL | 278 |
boostorg/gil | A C++ library for working with images in a generic and efficient way | 178 |
nvidia/matx | A C++17 GPU-accelerated numerical computing library with Python-like syntax | 1,229 |
boostorg/hana | A standard library for metaprogramming in C++ | 1,705 |
boostorg/interprocess | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 476 |
boostorg/lockfree | A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers. | 126 |
boostorg/mp11 | A C++11 metaprogramming library enabling advanced template-based programming | 245 |
boostorg/multiprecision | A C++ library that provides high-range and precision number types with interoperability capabilities | 202 |
stotko/stdgpu | A C++ library that provides efficient and reliable data structures for fast GPU acceleration. | 1,177 |
boostorg/qvm | A C++ library providing functions and classes for working with quaternions, vectors, and matrices in 2D, 3D, and 4D spaces. | 85 |
boostorg/log | A C++ library for logging in applications and libraries | 183 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |