Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2021-12-02 20:41:09 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-12-02 20:43:42 +0300
commitcef8f5ff50c8e53bdb61c216835a9b678b8566b4 (patch)
treec7800b12f00729d792d6ec0a2bfbdaef667b6143 /extern
parent1e98a0cee51389a02a5968b956d98f808b811e1b (diff)
Docs: add README for HIPEW library
Diffstat (limited to 'extern')
-rw-r--r--extern/hipew/README12
-rw-r--r--extern/hipew/README.blender5
2 files changed, 17 insertions, 0 deletions
diff --git a/extern/hipew/README b/extern/hipew/README
new file mode 100644
index 00000000000..cdb34f9a359
--- /dev/null
+++ b/extern/hipew/README
@@ -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.
diff --git a/extern/hipew/README.blender b/extern/hipew/README.blender
new file mode 100644
index 00000000000..25a44a250ec
--- /dev/null
+++ b/extern/hipew/README.blender
@@ -0,0 +1,5 @@
+Project: Blender
+URL: https://git.blender.org/blender.git
+License: Apache 2.0
+Upstream version: N/A
+Local modifications: None