Registry / utility / boost-compute

boost-compute

JSON →
library1.90.0vcpkgunverified

A C++ GPU/parallel computing library for OpenCL.

vcpkg install boost-compute
INSTALL
IMPORT
SIG · BOOST-COMPUTE
B
boost-compute
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/compute.hpp
#include <boost/compute.hpp>

Prints the name of the default OpenCL device.

#include <boost/compute.hpp> #include <iostream> namespace compute = boost::compute; int main() { compute::device device = compute::system::default_device(); std::cout << "Device: " << device.name() << std::endl; return 0; }
Debug
Known issues
breakingRequires OpenCL runtime and drivers; not all systems have OpenCL support.
fix
Install OpenCL drivers (e.g., Intel, AMD, NVIDIA) and link against OpenCL library.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-compute — pip install boost-compute · libregistry