dev-cpp/vexcl: improvements

someone practical with docs eclass should review
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-12 16:58:24 +02:00
parent 9c42327dd7
commit 052f2c8bff
3 changed files with 83 additions and 30 deletions

View File

@@ -14,4 +14,13 @@
</maintainer>
<remote-id type="github">ddemidov/vexcl</remote-id>
</upstream>
<use>
<flag name="amdsi">Implement workaround for AMD SI GPUs</flag>
<flag name="clhpp">Install the OpenCL C++ header provided by VexCL</flag>
<!--<flag name="clogs">Use clogs algorithms</flag>-->
<flag name="compute">Use Boost.Compute algorithms</flag>
<!--<flag name="cuda">Use CUDA as backend</flag>-->
<flag name="jit">Use the JIT backend</flag>
<flag name="opencl">Use OpenCL as backend</flag>
</use>
</pkgmetadata>