blender/extern/cuew
Brecht Van Lommel 1dafe759ed Update CUEW to latest version
This brings separate initialization for libcuda and libnvrtc, which
fixes Cycles nvrtc compilation not working on build machines without
CUDA hardware available.

Differential Revision: https://developer.blender.org/D3045
2018-02-07 11:53:01 +01:00
..
include Update CUEW to latest version 2018-02-07 11:53:01 +01:00
src Update CUEW to latest version 2018-02-07 11:53:01 +01:00
CMakeLists.txt Remove any wrangler utility scripts 2016-04-12 11:07:23 +02: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.