0
0
forked from blender/blender
blender/extern/hipew
Sahar A. Kashi 0ea4ac2ef3 Cycles: HIP search for ROCm 6 driver
This should be backwards compatible, and is more future proof
for future driver releases.

Pull Request: blender/blender#118944
2024-03-11 14:57:07 +01:00
..
include Cycles: add ROCm 6 compatibility for HIP 2024-01-03 18:16:47 +01:00
src Cycles: HIP search for ROCm 6 driver 2024-03-11 14:57:07 +01: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.