2023-06-14 16:52:36 +10:00
|
|
|
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0 */
|
2021-09-28 16:51:14 +02:00
|
|
|
|
|
|
|
|
/* HIP kernel entry points */
|
|
|
|
|
|
|
|
|
|
#ifdef __HIP_DEVICE_COMPILE__
|
|
|
|
|
|
|
|
|
|
# include "kernel/device/hip/compat.h"
|
|
|
|
|
# include "kernel/device/hip/config.h"
|
|
|
|
|
# include "kernel/device/hip/globals.h"
|
|
|
|
|
|
|
|
|
|
# include "kernel/device/gpu/image.h"
|
|
|
|
|
# include "kernel/device/gpu/kernel.h"
|
|
|
|
|
|
|
|
|
|
#endif
|