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:
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/hipew/README
parent1e98a0cee51389a02a5968b956d98f808b811e1b (diff)
Docs: add README for HIPEW library
Diffstat (limited to 'extern/hipew/README')
-rw-r--r--extern/hipew/README12
1 files changed, 12 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.