bdk-blender/extern/hipew
Brecht Van Lommel 5283ef4ce5 Fix #109562: Cycles HIP device not found on Debian
Try loading ROCm 5.x libraries specifically, as the .so without version
is only part of the development package.

Thanks to Lee Ringham investigating and proposing this solution.
2023-07-12 13:53:40 +02:00
..
include Fix various HIP RT issues 2023-06-20 20:47:10 +02:00
src Fix #109562: Cycles HIP device not found on Debian 2023-07-12 13:53:40 +02:00
CMakeLists.txt HIP: hipew and build system updates for new APIs, including HIP-RT 2023-04-25 20:19:43 +02: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.