blender/extern/hipew
2023-10-31 17:54:03 +01:00
..
include Fix various HIP RT issues 2023-06-20 20:47:10 +02:00
src Cycles: update Linux library search paths for upcoming ROCm 6 2023-10-31 17:54:03 +01:00
CMakeLists.txt License headers: use SPDX-FileCopyrightText for CMake files 2023-06-14 23:36:23 +10:00
README Docs: add README for HIPEW library 2021-12-02 18:43:42 +01:00
README.blender Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00

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.