README 485 B

12345678910111213
  1. The CUDA Extension Wrangler Library (CUEW) is a cross-platform open-source
  2. C/C++ extension loading library. CUEW provides efficient run-time mechanisms
  3. for determining which CUDA functions and extensions extensions are supported
  4. on the target platform.
  5. CUDA core and extension functionality is exposed in a single header file.
  6. CUEW has been tested on a variety of operating systems, including Windows,
  7. Linux, Mac OS X.
  8. LICENSE
  9. CUEW library is released under the Apache 2.0 license.