* Add HIP-RT API functions and library loading * Add more HIP API types and functions * Find HIP linker executable in CMake module * New CMake module to find HIP-RT SDK Co-authored-by: Brecht Van Lommel <brecht@blender.org> Ref #105538
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.