blender/extern/cuew
Campbell Barton ab5e69e660 Cleanup: remove contributors for CMake files
Following removal from C source code.

See: 8c68ed6df16d8893
2019-02-05 09:10:32 +11:00
..
include Update CUEW to latest version 2018-02-07 11:53:01 +01:00
src Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards. 2018-12-04 16:03:18 +01:00
CMakeLists.txt Cleanup: remove contributors for CMake files 2019-02-05 09:10:32 +11:00
LICENSE Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
README CUEW: Use latest upstream version 2016-09-30 10:36:11 +02:00
README.blender Update CUEW to latest version 2017-08-08 14:27:28 +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.