0
0
forked from blender/blender
blender/extern/hipew/include
Brian Savery (AMD) 9673fa2720 Cycles: add ROCm 6 compatibility for HIP
ROCm 6 brings some changes to the HIP API. This pull request is meant to be
backward and forward compatible.

That is Blender could be compiled with either ROCM 6 or 5 and run on either.
The main change is the hipMemoryType enum, which we check based on the
runtime version to use the correct enum values.

Without this, HIP will not work on Windows with upcoming 23.40 driver.

Pull Request: blender/blender#116713
2024-01-03 18:17:18 +01:00
..
hipew.h Cycles: add ROCm 6 compatibility for HIP 2024-01-03 18:17:18 +01:00