Campbell Barton 3076d95ba4 Cleanup: use 2 space indentation for CMake 5 years ago
..
include 1dafe759ed Update CUEW to latest version 6 years ago
src b14ec18601 Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards. 5 years ago
CMakeLists.txt 3076d95ba4 Cleanup: use 2 space indentation for CMake 5 years ago
LICENSE 77b7e1fe9a Deduplicate CUDA and OpenCL wranglers 9 years ago
README 5845d52bf3 CUEW: Use latest upstream version 7 years ago
README.blender d85af2aa3f Update CUEW to latest version 6 years ago

README

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.