2022-02-11 13:53:21 +01:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
* Copyright 2011-2022 Blender Foundation */
|
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
|