Docs: add README for HIPEW library

This commit is contained in:
Brecht Van Lommel 2021-12-02 18:41:09 +01:00
parent 1e98a0cee5
commit cef8f5ff50
2 changed files with 17 additions and 0 deletions

12
extern/hipew/README vendored Normal file
View File

@ -0,0 +1,12 @@
The HIP Extension Wrangler Library (HIPEW) is a cross-platform open-source
C/C++ library to dynamically load the HIP library.
HIP (Heterogeneous-Compute Interface for Portability) is an API for C++
programming on AMD GPUs.
It is maintained as part of the Blender project, but included in extern/
for consistency with CUEW and CLEW libraries.
LICENSE
HIPEW is released under the Apache 2.0 license.

5
extern/hipew/README.blender vendored Normal file
View File

@ -0,0 +1,5 @@
Project: Blender
URL: https://git.blender.org/blender.git
License: Apache 2.0
Upstream version: N/A
Local modifications: None