blender/extern/hipew
salipourto b84d4dd16d Fix various HIP RT issues
* Motion blur issues due to missing ray time
* Wrong bitcode path for runtime compilation
* Quiet logging

Pull Request: https://projects.blender.org/blender/blender/pulls/109170
2023-06-20 20:47:10 +02:00
..
include Fix various HIP RT issues 2023-06-20 20:47:10 +02:00
src Fix various HIP RT issues 2023-06-20 20:47:10 +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.