blender/extern/cuew
Brecht Van Lommel b14ec18601 Cycles: add initial CUDA 10.0 support, but only recommend use for Turing cards.
There may still be rendering errors when used for older graphics cards.
2018-12-04 16:03:18 +01: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 Remove any wrangler utility scripts 2016-04-12 11:07:23 +02:00
LICENSE
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.