Blender  V3.3
kernel/device/hip/kernel.cpp
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 /* HIP kernel entry points */
5 
6 #ifdef __HIP_DEVICE_COMPILE__
7 
11 
12 # include "kernel/device/gpu/image.h"
14 
15 #endif