forked from blender/blender
Anthony Roberts
445fd42c61
* Only works on machines with a Qualcomm Snapdragon 8cx Gen3 or above. Older generation devices are not and will not be supported due to some driver issues * Requires VS2022 for building. * Uses new MSVC preprocessor for sse2neon compatibility. * SIMD is not enabled, waiting on conversion of blenlib to C++. Ref #119126 Pull Request: blender/blender#117036 |
||
---|---|---|
.. | ||
include | ||
src | ||
CMakeLists.txt | ||
README | ||
README.blender |
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.