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
diff options
context:
space:
mode:
-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