slackbuilds/graphics/OpenSubdiv
Christoph Willing 6287500841
graphics/OpenSubdiv: Option for CUDA support
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-03 10:38:29 +07:00
..
CUDA-compatibility.patch graphics/OpenSubdiv: Option for CUDA support 2023-06-03 10:38:29 +07:00
OpenSubdiv.SlackBuild graphics/OpenSubdiv: Option for CUDA support 2023-06-03 10:38:29 +07:00
OpenSubdiv.info graphics/OpenSubdiv: Updated for version 3.5.0 2023-03-18 09:50:20 +07:00
README graphics/OpenSubdiv: Option for CUDA support 2023-06-03 10:38:29 +07:00
slack-desc graphics/OpenSubdiv: Script improvement. 2019-10-30 01:01:15 +07:00

README

OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This code path is optimized
for drawing deforming surfaces with static topology at interactive
framerates.

Additional utility is available in OpenSubdiv when the following SBo
packages are installed and detected at build time:
    tbb glfw3 ptex

Some graphics cards are not supported with the existing version of
the cudatoolkit at SBo. Therefore CUDA backend support is not enabled
by default in this SlackBuild. It must be explicitly enabled (as well
as cudatoolkit being installed) to use it in the build e.g.
    ENABLE_CUDA=yes bash OpenSubdiv.SlackBuild