cycles/third_party/cuew
Brecht Van Lommel e872d95495 Build: update build options for cycles-x changes
* Add Alembic procedural
* Add HIP
* Add Metal
* Add hipew third party library
* Update cuew to latest version
* Update CMake find modules to latest version
2022-02-14 19:00:42 +01:00
..
auto Fix post-resync compilation errors 2018-02-13 14:38:28 +01:00
include Build: update build options for cycles-x changes 2022-02-14 19:00:42 +01:00
src Build: update build options for cycles-x changes 2022-02-14 19:00:42 +01:00
CMakeLists.txt Initial integration of build system for standalone repository 2014-11-15 19:54:48 +05:00
LICENSE Initial integration of build system for standalone repository 2014-11-15 19:54:48 +05:00
README CUEW: update to the latest version 2020-06-17 18:34:34 +02:00

The CUDA Extension Wrangler Library (CUEW) is a cross-platform open-source
C/C++ extension loading library. CUEW provides efficient run-time mechanisms
for determining which CUDA functions and extensions extensions are supported
on the target platform.

CUDA core and extension functionality is exposed in a single header file.
CUEW has been tested on a variety of operating systems, including Windows,
Linux, Mac OS X.

LICENSE

CUEW library is released under the Apache 2.0 license.